wilded1 Posted May 23, 2018 Share Posted May 23, 2018 (edited) 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 May 23, 2018 by wilded1 Quote Link to comment Share on other sites More sharing options...
havenswift-hosting Posted May 23, 2018 Share Posted May 23, 2018 Try ticking the option on Store Settings | Features tab "Disable initial shipping & tax estimates" Quote Link to comment Share on other sites More sharing options...
wilded1 Posted May 23, 2018 Author Share Posted May 23, 2018 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? Quote Link to comment Share on other sites More sharing options...
bsmither Posted May 23, 2018 Share Posted May 23, 2018 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. Quote Link to comment Share on other sites More sharing options...
wilded1 Posted May 23, 2018 Author Share Posted May 23, 2018 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 Quote Link to comment Share on other sites More sharing options...
bsmither Posted May 23, 2018 Share Posted May 23, 2018 Blank page? Inconceivable! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.