Jump to content

cb2004

Member
  • Posts

    267
  • Joined

  • Last visited

Everything posted by cb2004

  1. Ok, I am thinking the simplest way would be to hook into an admin hook and run the code in settings.currency.inc.
  2. Ok. Would this be something that could be easily setup with a plugin and a cron job?
  3. Is the currency fetch rates still a manual process or am I missing something?
  4. This would be relatively easy to fix client side as you could add another field. You could then change the jQuery Validate code to make sure that the 2 fields match and then the customer would be able to proceed. You could simply hide this extra field with CSS, and display it with jQuery. This would not solve the server side validation however.
  5. Delete the file from your server and then upload in binary.
  6. In includes/content/viewCat.inc look for: $orderSort = false; Change to: $orderSort = sprintf(' ORDER BY name ASC');
  7. Yes. There are only upgrade scripts if there are database changes.
  8. Whats that favicon? I see that on loads of sites these days.
  9. There are no database changes therefore no need for an upgrade script.
  10. Forcing users to not use Internet Explorer is very bad web practice.
  11. You would have to assign the code to a template tag and then put the code into your template file!
  12. You could redirect using some html and the refresh tag in meta.
  13. Where is your admin folder located? /admin? You do know you can rename the folder to anything you want and change it in the config.php file?
  14. In modules/gateway/WorldPay/ there is a file called call.inc.php On line 45 there is this code: $order->orderStatus(3,$_POST['cartId']); Change the 3 to a 4 and I think that should do it. Backup before changing.
  15. You would have to change some code within CubeCart to make it go to Completed instead of Processing.
  16. How are you exporting to CSV? Are you using an existing export like Google Base?
  17. Do your payments go to processing when they are paid for and have you set the When to decrease stock level? in general settings to how you would like it to work?
  18. Will this mod reduce the subtotal as well?
  19. This is found in the languages section of the admin.
  20. You can remove this by editing the skin file for displaying the categories.
  21. https://support.cubecart.com/index.php?_m=t...s&_a=submit
  22. Or you could link to the site document as a PHP file and run it from there. Unfortunately when you change the skin this file will not change though.
  23. Yes it is possible by changing the product from tangible to digital. You then state the location of the document and the customer will receive details of where to download the document from.
×
×
  • Create New...