This topic has 8 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Robert Hall
Hi,
Two of our three stores use flat rate shipping.
Is there a way to remove the entire ‘Calculate Shipping Price’ section of the Checkout page – it’s unnecessary and confusing to our customers given we promote ‘flat rate shipping’.
Thanks,
Mike.
Hello,
Please provide us with a link to your site.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
The website is under development and therefore password protected so I’ve put the details in the private content section.
Thanks,
Mike.
Hello,
You need edit the file wp-content/themes/blanco/wpsc-shopping_cart_page.php (line 178) and comment the code <h2><?php _e('Calculate Shipping Price', ETHEME_DOMAIN); ?></h2>
.
Regards,
Eva Kemp.
Hi Eva,
That wasn’t quite what I wanted. I wanted the whole section from ‘Calculate Shipping Price’ down to just before ‘Review and purchase’.
I generally don’t like to customise the theme. Is it possible to do this entirely with CSS using display:none or similar?
It looks like if I set .productcart { display: none; }
then all the shipping form is hidden. But, I’m not sure how to hide the heading ‘Calculate Shipping Price’ ?
Regards,
Mike.
Hello,
You can try this solution:
http://www.babelscribe.co.nz/notes/wp-ecommerce/hide-shipping-calculator-for-flat-rate-shipping/
Regards,
Eva Kemp.
Hi Eva,
Thanks for the link, it was a big help.
It didn’t work using their CSS (maybe it’s outdated?) but I played around and it seems to be OK now.
Regards,
Mike.
Hello,
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall.
Tagged: calculate shipping price, checkout, remove, shopping cart, templates, woocommerce, wordpress
The issue related to '‘Checkout Page: Remove 'Calculate Shipping Price'’' has been successfully resolved, and the topic is now closed for further responses