Jump to content

Not adding postage when checking out ?


Guest Acknowledged74

Recommended Posts

Guest Acknowledged74

Hi

We have been using the shop for a while, and recently change to a flat rate shipping, which has been enabled.

Since then when you add products to the basket and then checkout you get 'n/a' next to Shipping, really can't see what I've missed here.

a nudge in the right direction would be great thanks.

Regards

Ash :unsure:

Link to comment
Share on other sites

Hi Ash

You see n/a next to shipping if you are not logged in. Cubecart need to know where the item is going before it can give you the shipping details i.e The postage for shipping abroad will be higher than shipping locally. If you only ship locally or just use a flat rate for postage to anywhere, there is a small hack that will show the postage price without being logged in.

Lee

Link to comment
Share on other sites

Guest Acknowledged74

Hi Ash

You see n/a next to shipping if you are not logged in. Cubecart need to know where the item is going before it can give you the shipping details i.e The postage for shipping abroad will be higher than shipping locally. If you only ship locally or just use a flat rate for postage to anywhere, there is a small hack that will show the postage price without being logged in.

Lee

Great where would I find the hack ? Thanks by the way for the response.

Link to comment
Share on other sites

Open /includes/content/cart.inc.php and find this

// calculate shipping when we have reached step2

if ($_GET['_a'] == 'step2' && $orderTangible) {

You need to comment out some code and add a '(' before $orderTangible, like so

// calculate shipping when we have reached step2

if /*($_GET['_a'] == 'step2' && */($orderTangible) {

Lee

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