Don't Miss Out! CONCEPT Premium theme - 50% OFF

Okay
  Print

CHANGE VENDOR LINKS IN ELLA 6.X

* If you want to change the vendor links on the product card:

Step 1: Go to Online Store->Theme->Edit code

Step 2:

- Default product card layout: Snippets -> product-card.liquid

- Other product card layouts: please find product card file corresponding layout you are using.

Step 3:

- Find this code: {{ product_card_product.vendor | link_to_vendor }}

- And change it to this code:

<a href="#"> {{ product_card_product.vendor }}</a>

- Replace # with your collection link you want.

* Note: If you change, all products will have the same vendor link.

========================================================================================

 * If you want to change the vendor links on the product detail page:

Step 1: Go to Online Store->Theme->Edit code

Step 2:

- Snippets -> product-info.liquid -> find this code: {{ product.vendor | link_to_vendor }}

Step 3:

- Change vendor code to: <a href="#">{{ product.vendor }}</a>

- Replace # with your collection link you want.

* Note: If you change, all products will have the same vendor link.