Please Inform how to add
Left Right Arrow for next product on products page
Website : www.pakistanpowertool.com
Theme : Dawn
Website : www.pakistanpowertool.com
Theme Dawn
Please Inform how to add
Left Right Arrow for next product on products page
Website : www.pakistanpowertool.com
Theme : Dawn
Website : www.pakistanpowertool.com
Theme Dawn
You can do that by adding following
{% if collection.previous_product %}
{{ 'Previous' | link_to: collection.previous_product.url, 'Previous product' }}
{% endif %}
{% if collection.next_product %}
{{ 'Next' | link_to: collection.next_product.url, 'Next product' }}
{% endif %}
sir where in css theme code should i add this , i am new to CSS
Theme : Dawn
Dear Mr.Kumar ,
Can you share me a screen shot where on product page , should i add this code.
I tired to add , but no arrow came , just all written words come on live site