Looking for help?
Categories
< All Topics
Print

Change the location of the Add to Wishlist on my Product page

 

Online Store 2.0 Themes:

  1. In your Shopify store admin, please go to your online store Themes screen, click to Customize the theme using the Theme Customizer
  2. Select the relevant Product Template to edit the sections on this page
  3.  Go to add an app block and select the Wishlist Hero app block named Add to wishlist button , place it where you want the button to show.

Online Store 1.0 themes:

  1. In your Shopify store admin, please go to your online store Themes screen, and go to Edit code of the theme you want.
  2. Go to `Themes` > `Sections` and search for the product-template.liquid Or just `Templates` > `product.liquid`
  3. Find the location requested by the customer to add the button to, and just add a div with this id: `wishlist-hero-product-page-button` , example:

{% render 'wishlisthero-custom-button.liquid' %}