Jump to content

delivery estimate removal please


wilded1

Recommended Posts

Hi there,

 

my shipping requirements use custom modules based on a map radius for delivery zones.

The basket shows a link inside brackets that says "Estimated"; it is causing problems and I want to remove this link from the basket.

 

Any help appreciated.

 

PS. using Foundation skin

Edited by wilded1
Link to comment
Share on other sites

8 hours ago, havenswift-hosting said:

Try ticking the option on Store Settings | Features tab  "Disable initial shipping & tax estimates"

That is ticked now and the same result in the basket.
Next to the delivery option dropdown is a link that opens a popup asking to select the country, city and postcode.

We do our deliveries ourselves (bulk loads by truck) in the local area and this is confusing customers as they select one of our 5 delivery options zones that we deliver to. but when they follow that Estimate link they can select Aberdeen if they want and we do not deliver to Aberdeen; we are in the East Midlands).

We have had this happen and the customer complains that selected zone1 at £10 but then they got an estimate of 10 for a 500-mile delivery for tonnes of product with this feature.

Any idea which file to hack to get rid of this?

Link to comment
Share on other sites

Please open the skin template file content.checkout.medium-up.php (and later, content.checkout.small.php).

Find the statement:

{if $ESTIMATE_SHIPPING}

Change to:

{if false && $ESTIMATE_SHIPPING}

Because you have changed a template, you may need to have CubeCart clear its cache.

If you are using the stock Foundation skin, these files will be overwritten on an upgrade.

Link to comment
Share on other sites

That didn't work it just got me a blank page instead of the basket page.

But you pointed me to the correct place, so I deleted all of the content inside that 'td' tag and just replaced with the word "Delivery" and that has done exactly what I needed to do.

 

Many thanks

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