Jump to content

Ausy

Member
  • Posts

    684
  • Joined

  • Last visited

Everything posted by Ausy

  1. You can only download the latest version from your control panel but in the post listed below is a file with all the changes from 4.2.2 to 4.2.3 which may help. http://forums.cubecart.com/index.php?showtopic=35225
  2. Have you tried the support centre and raise a ticket. https://support.cubecart.com/index.php?_m=t...s&_a=submit I would be very suprised if you get no reply. Response is normally very good.
  3. You can get red of the stock warnings by putting -1 in the Global stock warning setting in general settings. This would how ever disable it for all products.
  4. http://forums.cubecart.com/index.php?showtopic=31048
  5. Just tell those customers, and you can also put a notice on your website that if they have high security settings on IE they should add your Stores URL to their trusted sites. If they have enabled high security it should be easy for them to do this.
  6. https://support.cubecart.com/index.php?_m=k...78&nav=0,17
  7. To backup your existing site you can download all the site files to your PC with your FTP client. Or do it via your control panel on your hosting account, depending on who you use there may be a facility to make backups. You also need to backup your database via phpmyadmin or via your CP. Once you have your site backed up you can make the upgrade. Instructions are included in the upgrade folder of the latest version of CubeCart you have downloaded. I have copied and pasted them below. ///////////////////////////// // CubeCart 3.0.x to 3.0.18 // UPGRADE INSTRUCTIONS ///////////////////////////// PLEASE TAKE A FULL BACKUP OF YOUR CURRENT SITE FILES AND DATABASE DUMP BEFORE PROCEEDING WITH THE UPGRADE PROCESS READ THIS DOCUMENT IN FULL BEFORE STARTING +------------------------------------------------ | IF YOU ARE UPGRADING FROM 3.0.x - 3.0.18 +------------------------------------------------ a. Take a FULL backup of the database and site files. b. Upload every file from the uploads folder over your existing files with exception to the ones listed below: includes/global.inc.php install/ language/*/home.inc.php c. You then need to run the upgrade.php scripts (if there are any). To do this you need to know which version you were running previously. Have a look in the /upgrade/scripts/ folder to see if there are any relevant ones. If so start with the oldest one and copy it to the root folder of your store. Run this file in your browser and follow the on screen instructions. Repeat this process overwriting each upgrade.php script at a time until there are no more. e.g. http://www.example.com/store/upgrade.php d. Your store should have been upgraded. e. You may need to reapply any modifications you have made. +------------------------------------------------ | Upgrade complete. +------------------------------------------------
  8. Its probably because the high internet security setting will not allow javascript which is what's required for it to work. As far as I know the standard setting for security is med-high and it should work fine for everyone that visits your store.
  9. See if it works using ioncube Go to includes/global.inc.php and change the line $glob['encoder'] = 'zend'; to $glob['encoder'] = 'ioncube';
  10. You need the CC3 Config tool. Change the 1 to 0 where it says SSL https://support.cubecart.com/index.php?_m=d...cid=0&nav=0
  11. It would take time but you could do it through php myAdmin, the reviews are stored in the CubeCart_reviews table. When you view that table you will see a column called 'time' with numbers like 1223199920, if you change these numbers it changes the date and time, I just tried it by changing 1223199920 to 1224199920 and it changed the date by 12 days Someone else may have a better way.
  12. Try here http://www.cubecartforums.org/index.php?au...&showcat=20
  13. Ausy

    very slow links

    https://support.cubecart.com/index.php?_m=k...76&nav=0,17
  14. For the Username field try the same details as your merchant ID
  15. PayPal Website Payment Pro works fine in version 4.2.3 Check to see if this file 'modules/altCheckout/PayPal_Pro/admin.php' is there. If so it could be a file permissions problem or incorrect path to the file.
  16. Ausy

    Extra charges

    Is this something that you want the customer to be able to select? If so you go into Admin, select Catalog - product options. Create an option called "setup charge", create two option values, one "yes" and the second one "no" then assign those options with what ever value you want to add or subtract to the product.
  17. I wouldn't reinstall or do anything untill you hear from your host. Possibly they did something with the server or upgraded something that caused the error. Even if you want to change to ioncube (if its installed on your server) its only a matter of changing some code in the global.inc.php file
  18. They don't have to creat an account, they can select that option. Do you mean you want to disable them actually filling in name and address details at checkout?
  19. Looking at /admin/filemanager/upload.php here, those lines you have quoted are 51-54. Line 104 and 105 is below. if (move_uploaded_file($_FILES['FCKeditor_File']['tmp_name'], $savefile)) { @chmod($savefile, 0644);
  20. Why the grumpy face, Admin General settings, Time and Date. You will find you can offset the time there.
  21. You will have to contact support http://www.cubecart.com/contact-us Please note their opening times, you can raise a sales ticket and you should get a response
  22. If you contact one of the modders there I am sure they can help.
  23. Best place for mods is at Cubecartforums.org http://www.cubecartforums.org/index.php?
  24. You could have just edited it within admin - languages - en - front end phrases :ninja2:
  25. No I dont think so, maybe someone else will know. I would change to a host that fully supports your software.
×
×
  • Create New...