Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Deleting "shipping calculated at checkout" from gift card page only

Deleting "shipping calculated at checkout" from gift card page only

Hazeltinetown
Tourist
4 0 2

Hi. I just added a gift card option to my site using the Shopify gift card template and I'm wondering if there's a way to remove the "shipping calculated at checkout" text under the name and price of the product on the product page. Because it's a template it doesn't give me the option to check a box stating that it's not a physical product and therefore doesn't require shipping. Any help is greatly appreciated! Here's a link to the page: https://hazeltinescent.co/products/gift-card

 

 

Replies 3 (3)

user14
Tourist
4 0 2

I'm having the same issue. Still can't figure it out!

user14
Tourist
4 0 2

I figured it out!

create another product page template and rename it whatever you'd like. Then hide the price block under product information. Then inset a custom liquid block with the below code. VOILA

<div class="no-js-hidden" id="price-{{ section.id }}" {{ block.shopify_attributes }}>
              {%- render 'price', product: product, use_variant: true, show_badges: true, price_class: 'price--large' -%}
            </div>

 

311Sparky
Visitor
1 0 0

You, sir, ROCK! Thank you! Perfect!