i want to Open Internal Links (Product Pages) in a New Tab using brooklyn theme

i want to Open Internal Links (Product Pages) in a New Tab using brooklyn theme

sooper_official
Visitor
1 0 0

 for example if the customer is using a google chrome browser ..the moment the customer clicks on a product in my collection page, i would like that product page open in a new tab...not in the current tab itself..because of this he/she has to go back and forth in the same tab to see the collection and the product...so if it opens in a new tab the customer can close the product tab..and continue to browse the collection...also in this way ,,, the customer can open the products in multiple windows and compare easily

 

Please help me with a solution..

Replies 3 (3)

Tejas_Nadpara
Shopify Partner
1123 222 553

@sooper_official 

 

Go to the Themes > Actions > Edit code > Snippets > product-grid-item.liquid file and target="_blank" attribute on <a> tag, please check screenshot for reference:

target_blank.png

 

Cheers,

Tejas

Shopify Expert | Skype: tejas.nadpara
- Like and Mark as an Accepted Solution if reply helpful
- Feel free to contact me on tejas.nadpara@gmail.com regarding any help

oscprofessional
Shopify Partner
16343 2438 3177

Hello sooper_official,

Open this file:

Online Store-> Themes -> Edit code->Snippets->product.grid.item.liquid

Search this code

<a class="grid-product__image-link{% unless product.featured_image.src== blank %} grid-product__image-link--loading{% endunless %}" href="{{ product.url | within: collection }}" data-image-link>

Replace with this code

<a class="grid-product__image-link{% unless product.featured_image.src== blank %} grid-product__image-link--loading{% endunless %}" href="{{ product.url | within: collection }}" data-image-link target="_blank">
Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
mascothardware
Visitor
2 0 0

I Want To Open Internal Links (Product Pages) In A New Tab Using Dawn Theme.