Jump to content

cb2004

Member
  • Posts

    267
  • Joined

  • Last visited

Everything posted by cb2004

  1. This will need to be done. The Module installer does not work because of this but that is in common.inc.php
  2. Any information you want you can have mate. FTP details or anything. I am trying to upload a changed global file and everytime i try and upload I get a critical transfer error (FileZilla). Could this file be messed up in the distribution? [edit]I deleted the file and re-uploaded it and its fine with the change to ioncube. I have not uploaded a loader either[/edit]
  3. I will try this but some people may find downloading the correct loader and changing code a bit daunting. Are you looking into a fix?
  4. All my files are uploaded correctly. I will try this fix.
  5. Reported this in the bugs but if anyone misses it: Fatal error: Corrupted encoded data detected in /home/sites/majesticit.co.uk/public_html/store/index_enc_zend.php on line 0 Any ideas? Also an install category in the bug tracker would be a good idea.
  6. The same thing happens with floating divs: Divs Any ideas people?
  7. I didnt know there was a skin forum on here. Excellent. I want my products in columns dyncamically but am not sure on the best way to go about it. I am using a list in the example: Example As you can see things are getting pushed out of place. Is there a better way of doing this? Floating divs maybe? It makes it more difficult as cubecart just repeats 1 line of code for the products. [edit]Excuse the title. I meant dynamic[/edit]
  8. Around line 278 on /admin/products/options.php Find this: get slave products $slaveProducts = $db->select("SELECT DISTINCT productId, name FROM ".$glob['dbprefix']."CubeCart_options_bot RIGHT JOIN ".$glob['dbprefix']."CubeCart_inventory ON product = productId ORDER BY name ASC"); Add this line before $slaveProducts: $bigselects = $db->misc("SET sql_big_selects=1"); So it looks like this: get slave products $bigselects = $db->misc("SET sql_big_selects=1"); $slaveProducts = $db->select("SELECT DISTINCT productId, name FROM ".$glob['dbprefix']."CubeCart_options_bot RIGHT JOIN ".$glob['dbprefix']."CubeCart_inventory ON product = productId ORDER BY name ASC"); Should this be added to the release?
  9. My host has said I need to set big limits in the code?
  10. One of my customers gets this error when trying to enter product options: Product Options MySQL Error Occured 1104: The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay QUERY = SELECT DISTINCT productId, name FROM cartcube_CubeCart_options_bot RIGHT JOIN cartcube_CubeCart_inventory ON product = productId ORDER BY name ASC Any ideas?
  11. Ok I have found a mod but really this should be standard. Type stock warning cubecart in google and its the third 1 down.
  12. I cant believe by default that CubeCart does not offer a low stock warning or something similar. Whats the most important thing in an ecommerce site? Stock!
  13. CD WOW use Worldpay and the look is retained?
  14. Just found a mod, search for products in columns on the mods forum.
  15. Is it possible to integrate Worldpay within my sites look?
  16. Can the products be displayed in columns and not a list?
  17. That sites gone downhill big time. You cant discuss mods there either as there are no forums. And I cant find anything anymore.
  18. Yeah exactly. Say I had a category for electronics I could change my header on the page. Then for phones I could have a header for phones.
  19. I know this is a feature in 3.1 but is there a mod to enable it in 3.0?
  20. Is there a mod to set different banners for certain categories?
  21. Is there a related products mod which as it says you can relate other products to a product? I have found a mod by estelle. Is this the way to go?
×
×
  • Create New...