Jump to content

Upgrade from 3.0.1 to 3.0.2


Guest Prevost

Recommended Posts

Guest sunshine

Inside the "Upgrade" folder you should find the a 'script' folder as well as the instrux for what you currently have. Select the insrux appropriate to your current version. NOW be sure to read it because there are a few files you will NOT be including in the upload particularly if you have an db.

Link to comment
Share on other sites

  • 3 weeks later...

Gday guys

Having the same problem 3.01 to 3.02

I want to upgrade to the latest in steps.

The 3.01 to 3.02 download does not have an upgrade php for 3.01 to 3.02

I have upload all the files needed for3.01 to 3.02 but it still shows 3.01 in admin on shop.

the method only says to replace files no script needed etc.

/////////////////////////////

// CubeCart v3 3.0.1 to 3.0.2

// UPGRADE INSTRUCTIONS

/////////////////////////////

PLEASE TAKE A FULL BACKUP OF YOUR CURRENT SITE FILES AND

DATABASE DUMP BEFORE PROCEEDING WITH THE UPGRADE PROCESS

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

| Manual Method

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

  Upload every file to the server replacing your existing ones excluding:

includes/global.inc.php

install/

language/;).inc.php (If they have been modified)

Please check your payment gateway settings and test appropriately. (Authorize.net & WorldPay Only)

IMPORTANT: If you have made changes to the templates and do not wish to lose your work please make the following changes.

1. Open skins/*/styleTemplates/content/cart.tpl

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

  | Find (at around line 126):

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

  <input name="quan[{VAL_PRODUCT_KEY}]" type="text" value="{VAL_QUANTITY}" size="2" class="textbox" style="text-align:center;">

 

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

  | Replace with:

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

  <input name="quan[{VAL_PRODUCT_KEY}]" type="text" value="{VAL_QUANTITY}" size="2" class="{TEXT_BOX_CLASS}" style="text-align:center;" {QUAN_DISABLED} />

 

2. Open  skins/*/styleSheets/style.css

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

  | Add at the bottom:

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

  .textboxDisabled {

  background-color: #FFFFFF;

  border: none;

  font-family: Verdana, Arial, Helvetica, sans-serif;

  font-size: 11px;

  color: #000000;

  }

 

Upgrade complete.

Folowed this exactly and no upgrade shows.

Please help somone who has done 3/01 to 3.02 please.

Link to comment
Share on other sites

Guest sunshine

Hi Firesales,

If I understand correctly, did you

1 - Upload every file (IN UPLOAD FOLDER) to the server. Noth the whole folder as is, but everything WITHIN the Upload folder to replace your existing ones? *********NO INCLUDING OR YOU WILL OVERWRITE YOUR SHOP:*************

includes/global.inc.php

install/

language/:D.inc.php (If they have been modified)

2 - The scripts that says UPGRADE? Here you can either upload the file marked UPGRADE or you can manually follow the instructions.

It should then work.

EDIT: Always want to mention, if you've customized your templates, you can skip those file in the upgrade process.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...