Jump to content

burgensteen

Member
  • Posts

    506
  • Joined

  • Last visited

Everything posted by burgensteen

  1. Is this on a local drive, if so reset your computer + if its V4 its always good to clear the cubecart cache when experiencing problems. It may also just need time to populate on the server. Give it a couple of hours and try again to make sure.
  2. Just copy the formatting from skins/yourskin/styleTemplates/boxes/categories.tpl into skins/yourskin/styleTemplates/boxes/site_docs.tpl Just leave the relevant code to show the site docs.
  3. What do you get if you put the full URL into the browser for the no photo image ? www.yoursite/skins/yourskin/styleImages/nophoto.gif
  4. They should have their order number from the original sale, get them to quote it to you, if they say they have lost it then they can recieve it from their account history if they log into your store. If they cannot provide this info then I would decline a re-issue. Just my thoughts.
  5. This isnt posible to add quantity + ordering buttons if you have product options, it would still need to go to the product page, unless you were after having the options of the cat pages aswell.
  6. Errrrr........... Yes you have had replies. I know cos I replied !!!!! But if you wont use this forum again you wont get to read this !! :huh:
  7. Try using a different browser. Ive had this in th past on the odd site and using FF instread of IE seemed to work !! Let us know if it solves your problem.
  8. Open: skins/yourskin/stylesheets/style.css find: tdEven (approx line 177) and add: padding-top: 10px; padding-bottom: 10px; Do the same for tdOdd just below it
  9. In skins/yourskin/styletemplates/content/viewcat.tpl just delete {TXT_DESC}
  10. No problem. I hope your store works out well for you.
  11. Sorry my mistake. The line should be changed to: $results = $db->select("SELECT cat_name, cat_id FROM ".$glob['dbprefix']."CubeCart_category WHERE cat_father_id = 0 ORDER BY cat_name ASC");
  12. Open includes/boxes/categories.inc.php Find: $results = $db->select("SELECT cat_name, cat_id FROM ".$glob['dbprefix']."CubeCart_category WHERE cat_father_id = 0"); Delete and replace with: $results = $db->select("SELECT cat_name, cat_id FROM ".$glob['dbprefix']."CubeCart_category WHERE cat_father_id = 0")."ORDER BY name ASC";
  13. Just download the version of cubecart that you require again to your computer then FTP the file back into your store files.
  14. You just need to add the () and - to the preg match so that they can be recognised along with the numeric values within the phone field.
  15. This will be something to do with the rollover mod you have installed. Its against the forum rules to discuss it in here so go over to cubecertforums.org and ask. Its simple enough to fix its just the placement of your code and/or a missing div.
  16. There is such a mod. You need to go over to cubcartforums.org and ask there
  17. In categories.inc.php: Try changing $box_content->assign("LANG_CAT_TITLE",$lang['front']['boxes']['shop_by_country']); To $box_content->assign("LANG_CAT_TITLE","List by country"); Not the most conventional way of doing it but it will allow you to which file it may or may not be that is causing the problem.
  18. When you say 'your images' are they just that. Did you take the pics yourself or purchase them ?? or are they stock images from the supplier, did you need to agree to any terms of use for them. This is the first question that needs to be asked as they could just say they got them from the same source as you did if they are from a supplier.
  19. In currency,disable all other currencies, test to see if its working then you can go back in and add the secondary currencies.
  20. Al, To even the score why not have a cheaper CC price for UK :)
  21. In currencies you can change the symbol that is shown before the amount.
  22. The value needs to be set to 1
×
×
  • Create New...