• Hi, I have setup grid option to show all products and it has only add to cart button. Is there a way to show “view product” button beside the add to cart button?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Heather Barr

    (@hnbarr)

    Hi @q3nik!
    There is likely a way to do this by editing the template files, as long as you can access the product URL. You’d need to modify the product card template, which currently only has the buy button, to add a html button which links to the product URL onclick.

    Best practice would be to add a div around the buttons, then add the secondary button inside the div. From there, you can target and style from the containing div. For example, to use flexbox styling css principles to make sure they’re consistent and exact!

Viewing 1 replies (of 1 total)
  • The topic ‘“View Product” beside the add to cart button’ is closed to new replies.