Jump to content

roban

Member
  • Posts

    3,238
  • Joined

  • Last visited

Everything posted by roban

  1. Try putting it in index.tpl before the last </body> tag
  2. No you would not have to start all over again. You would simple enter the serial number at the admin login to register.
  3. I use Authorize and find that if you get a wrong merchant id error then you have the wrong merchant id or transaction key (which is what is used as a pasword). Go to your Authorize log in control panel and set a new transaction key.
  4. I believe there is a mod to do this at cubecart.org. In any case the table would be CubeCart_customer
  5. Please remind me, it's been a long time, what is after step 4? Or, what is step 4? At that point should not the store be installed and the install directory deleted? The URL of your site would help.
  6. thank you so much roban - your input is invaluable. I will do what you suggest and check your site. If I incur problems, naturally I'll post back. Just one thing, though... My OP asked if it was possible to create new templates and pull them into CC using the standard syntax ie: {WHATEVER} I would still like to know if this is possible? I'm not scared to try things out, nor does PHP elude me entirely but I'm a little stumped with this theory. Kate This might help: http://www.cubecart.com/site/forums/index....hl=new+template You should also request at cubecart.org where all the cube geeks hang out (no offense Mark and Milos) :D
  7. I've used third party search engines to do this. I had a go with ISearch which worked very well. It indexes your site and the results page is very configurable and best of all there is a FREE version. At the moment I use a software Search Engine Composer. A tad more difficult to configure but it works well. You can try my search on my vitamin site. Do a search for 'calcium' and see if you like the results. ISearch is similar.
  8. chuggyskins is correct, however you can also use a program like WinMerge to edit your changed files. In most cases mods don't edit the skins files as much as others so these will be easier to edit. You might want to check the changelog for the version you are switching to and just make those changes. The SEF mod on the other hand will most likely want to be re-installed because of changes from version to version.
  9. roban

    Navigation help

    You should find some of what you are looking for in skins/your skin/layout.css as boxContent.
  10. I believe it! I really do! I know this because it's in admin/modules/gateways/Print_Order_Form/index.php
  11. /skins/Killer/styleTemplates/boxes/categories.tpl Add another tab with the <a href to any site you want. <td class="topCatsTabLeft"> </td> <td class="topCatsTabMid"><a href="http://www.your site" class="txtCat">Your Tab Title Here</a></td> <td class="topCatsTabRight"> </td> edit: Sorry vrakas our posts crossed
  12. roban

    Cubecart hacked

    Mainly because it doesn't exist...yet.
  13. look at the file: language/en/lang.inc Do a search for your term and change it. BTW this has been covered many times. Please review the sticky posts in each section for answers or do a search.
  14. roban

    Cubecart hacked

    Cheers everyone - now got my shop database back online, now to do the skins - THANKS EVERYONE!! ;)
  15. roban

    Cubecart hacked

    Your skins files should be all you'll need plus your language/en/home.inc
  16. Can you be more specific. I'm not sure what you mean by search boxes on the top of the "View Products"
  17. roban

    Cubecart hacked

    You can export your old database as a sql file, drop all the tables in your new database and import the saved file or you can edit the contents of your old database just leaving the insert commands as in this example: INSERT INTO `CubeCart_Modules` VALUES (1, 'shipping', 'Free_Shipping', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (2, 'gateway', 'Print_Order_Form', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (3, 'shipping', 'Flat_Rate', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (4, 'gateway', 'PayPal', 1, 0); INSERT INTO `CubeCart_Modules` VALUES (5, 'shipping', 'By_Percent', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (6, 'shipping', 'By_Value', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (7, 'shipping', 'Per_Category', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (8, 'gateway', 'StormPay', 1, 0); INSERT INTO `CubeCart_Modules` VALUES (9, 'shipping', 'UPS', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (10, 'shipping', 'USPS', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (11, 'shipping', 'By_Price', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (12, 'shipping', 'Flat_Rate2', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (13, 'shipping', 'Flat_Rate3', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (14, 'gateway', 'Authorize', 1, 1); INSERT INTO `CubeCart_Modules` VALUES (15, 'gateway', 'Authorize_AIM', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (16, 'gateway', 'DirectPayment', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (17, 'gateway', 'ExpressCheckout', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (18, 'shipping', 'Flat_Rate4', 0, 0); INSERT INTO `CubeCart_Modules` VALUES (19, 'shipping', 'To_Zone_By_Subtotal', 1, 0); INSERT INTO `CubeCart_Modules` VALUES (20, 'shipping', 'Zone_rate', 0, 0); And import the tables one by one. Tip: to make your database smaller and more manageable you can delete the Admin session entries.
  18. I'm shocked to hear that about Bluehost. They installed my certificate and did it perfectly. I believe ecommerce sites should not be hosted on shared servers and I'll be switching all my sites in the near future.
  19. run editconf.php again and this time turn off SSL by placing a '0' istead of a '1' And...no you should not call your site using https. The ssl comes into play at purchase time and log in.
  20. For Absolute path to secure store, I used: "http://www.sheriffsalesolutions.com" should be For Absolute path to secure store, I used: "https://www.sheriffsalesolutions.com"
  21. You know what... I DID use the search, and sat reading for about an hour before posting this topic, but found out about how to edit the text and the boxes, but nothing about changing colours. Like you, I too feel the frustration of when people are lazy or do not think to use the search function. But there is no need to be so blunt when you do not know for sure whether or not a person has indeed tried I have posted this many times. If you need help with the search function, just ask. http://www.cubecart.com/site/forums/index....showtopic=22099
  22. It didn't? Did you clear your browser's cache? If you remove {SESSION} the entire log in box will be gone.
  23. roban

    Editing Orders

    Check at cubecart.org. I believe there is a mod that will allow you to do this.
×
×
  • Create New...