No content to show
User Activity
Anyone can help to solve this
Can please send the liquid syntax code
I want to add (state --> state.list) and (city --> city.list) at customer addresses page.customer must mandetory fill country(select from list) /state (select from list of states related to country) /city (select from list of cities related to state)...
I tried to export products to csv file it show the variable [shop_name] at Body (HTML) instead of text of shop name
Yes , Correct I test it and it's working, and I apply itBut I was try to find code with one lineThank you for your efforts
This make all Description paragraph clickable
Hello Shopify exportsI added store name variable at product description and it's success working well{{ product.description | replace: '[shop_name]', shop.name }} but I want to make it click able when I click it should navigate to store url I tried b...