Jump to content

convict

Member
  • Posts

    1,302
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by convict

  1. Have a look into Admin Control Panel->General Settings->GD Settings->Thumbnail Size The deafult value is 75, suppose 5 there. Thumbnails dimmension is 5x5, all product images are square that means setting 5 does 5x5 square.
  2. Well done Derek. :ninja:
  3. Similar solution does exist in .org. Search term "Sub categories in a vertical list, For Version 3". :D
  4. I see nothing else than blank page on main store page Did you change the store skin folder name?
  5. Welcome on board. 1) Via GET, POST, (COOKIE) or join both systems. 2) Could be done, remember cubecart is session dependet. 3) Of course however sessions related data for some 'cases' do troubles. 4) Indeed there exists a mod. 5) It depends to what you want. Cubecart uses template system and dynamic content must be php parsed anyway.
  6. Well, order status with Print order form gateway goes to Pending anyway. Confirmation email goes to buyer if Order status is Processing, Stock change too. No email, no stock change if order status is Pending. Do change the status to Processing or visit cubecart.org and search for mods doing this in pending status / upon ordering.
  7. Have I missed something ?Yes. As you told me - configuring PayPal :on2long:
  8. Have look into language/<your-default-lang>/lang.inc.php.
  9. Bad data in includes/config.inc.php. Database doesnt contain CubeCart tables or table prefix is missing.
  10. What gateway are you using?
  11. - Move it into DB OR - leave 777 permisions if u are sure totally :on2long:
  12. Kludne mozes poslat aj mne cez forum mailer, dik.
  13. Code used: $results = $db->select("SELECT cat_name, cat_id, noProducts FROM ".$glob['dbprefix']."CubeCart_category WHERE cat_father_id = 0 ORDER BY cat_name ASC"); Right code but template. Dont forget to use ({DATA.noProducts}) in LI product line.
  14. Try to move cart to any subfolder for temporary. May be the redirection makes strange matters with FF.
  15. The most common UNSECURE MIXTURE do the images with unsecure links.
  16. Something does kill the styles.
  17. {SESSION} represents the 'box' file you find in your skin folder like skins/Classic/styleTemplates/boxes/session.tpl Homepage is defined in your language file lang.inc.php under language/<your lang> folder Test Catefory - just rename or delete and use own ones in Admin Control Panel->Catalog->View Categories (Add Category)
  18. Visit the cubecart.org forum and do search for paypal currency :w00t:
  19. Many of CubeCart customers do mistake with graphic upload - ASCII transfer mode.
  20. You are not able to go this way in current cubecart as is. PM sent.
  21. No language file included, PHP include path issue probably.
×
×
  • Create New...