Here is one of the way to Show Estimate Delivery Date and time of products on product page template under add to cart button in Shopify. NOTICE : Please do only if you have little bit knowledge of files.. otherwise...
How to show Estimate Delivery Date on product Page in Shopify!
Shopify : Show Free shipping text If Product price > 30 on product page!
Here is the code to show free Delivery text on product page shopfy. {% if product.price >= 3000 %} Free Delivery on orders over £30 {% endif %} note: the product.price returns a integer, so 30.00 = 3000 You can...