Personalized checkout and custom promotions with Shopify Scripts
Hi Shopify Community,
I’m using the Sense theme and want to add a second button in the featured collection section on my site. Specifically, I want to place this new button above the “Add to Cart” button.
The new button should have the same style as the “Add to Cart” button, be labeled “More Product Details”, and link to the corresponding product page.
Can anyone please advise which files or templates I need to edit in the Sense theme and how to do this correctly so the new button matches the existing style?
www.kyotsu.ch (e.g. https://kyotsu.ch/collections/kollektion-alle)
PW: kyotsu.ch
Thanks a lot for your help!
Best regards,
Tobias
Solved! Go to the solution
This is an accepted solution.
You will have to add the related code in card-product.liquid file.
To match the styling use all the css classes that is on the atc button. Add an href tag to your a tag button with this value card-product.url
So your a tag will be like
<a href="{{ card_product.url }}" class="classes from atc button"> More details </a>
This is an accepted solution.
You will have to add the related code in card-product.liquid file.
To match the styling use all the css classes that is on the atc button. Add an href tag to your a tag button with this value card-product.url
So your a tag will be like
<a href="{{ card_product.url }}" class="classes from atc button"> More details </a>
Thanks for your help! 🙂
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025