Re: Shop now button in product card

Shop now button in product card

Josh_01
Excursionist
34 0 5

I want to add shop now button in shopify free refresh theme 

thanks

Replies 3 (3)

JasmeetVT14313
Shopify Partner
292 63 77

Hi @Josh_01 
Can you please share the screenshot where you want to add the button "Shop Now" and on this button click what functionality do you want. Please elaborate so that I can guide you better.

 

If this information was helpful to you, please give it a Like. If it resolved your issue, kindly hit Like and mark it as the Solution! Thank you!

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com
Josh_01
Excursionist
34 0 5

like that  add to cart button I want to add Shop now button which on click opens the product page for respective product. Thanks for your reply

how to add shop now .png

JasmeetVT14313
Shopify Partner
292 63 77

Hi @Josh_01 

In that case the button will have to be custom coded.
1> Add the below code to "card-product.liquid" file line 325. Check attached screenshot for details

 

 <div class="shop-now-btn">
          <a class="button button--full-width button--secondary" href="{{ card_product.url }}">Shop Now</a>
        </div>

 

2> Add the below code to end of "component-card.css" file

.shop-now-btn {
  padding: 0 2.3rem 2rem;
}

NOTE: This will add the "Shop Now" button to all the cards i.e. where ever a collection is displayed.

If this information was helpful to you, please give it a Like. If it resolved your issue, kindly hit Like and mark it as the Solution! Thank you!
JasmeetVT14313_0-1714714116539.png

 

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com