Jump to content

Ausy

Member
  • Posts

    684
  • Joined

  • Last visited

Posts posted by Ausy

  1. 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.

    +------------------------------------------------

  2. Hi, In CC4, there's the product review function with the stars etc...

    Does anyone know where these are stored, and would it be possible for me to edit the time/date on them at all?

    I need to add many product reviews to my site, however CC generates the date & time, and if I was to add them one after the other then the time ad date would be consecutive, which would look wrong.

    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.

  3. 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.

  4. How can I change the way my order recieved message goes out to central time zone. people think that they placed orders at 5:30 am when they placed them at 11:30 pm.

    Why the grumpy face, Admin General settings, Time and Date. You will find you can offset the time there.

×
×
  • Create New...