New Shopify Certification now available: Liquid Storefronts for Theme Developers

Craft Theme: Remove 'Shipping Calculated At Checkout" on Product Pages

Solved
mandymccoy
Shopify Partner
7 0 0

Hello,

 

I sell digital downloads. My products do not require shipping. I'm having trouble figuring out how to remove the "shipping calculated at checkout" from my product pages. You can see it under the pricing shown here:

 

https://shop.bymandymccoy.com/products/glp1-planner

 

Any help would be greatly appreciated. 

Accepted Solution (1)
PageFly-Henry
Globetrotter
504 130 104

This is an accepted solution.

Hi @mandymccoy 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.product__tax.caption.rte {

    display: none !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)
PageFly-Henry
Globetrotter
504 130 104

This is an accepted solution.

Hi @mandymccoy 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.product__tax.caption.rte {

    display: none !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

mandymccoy
Shopify Partner
7 0 0

That worked! Thank you so much.

mandymccoy
Shopify Partner
7 0 0

Do you know if it's possible to put bold text under the pricing that says "Digital Download, No Physical Items Will Be Shipped" on all my product pages?