Interview Task for Shopify

Install the Debut theme (https://debut-demo.myshopify.com/) Create a page about us with customisation facility for Store Owner to change…

Shopify Helps

How to assign math value into a variable {% assign Inventory_actual = product.variants.first.inventory_quantity | divided_by: 4 %}
Shopify Script Code

Free Shopify Scripts Examples

Shopify scripts are one of the lesser-known features of the Shopify Plus platform. However, they are probably the…

HTML – Centre Box on Window

.centered-box { position: fixed; top: 50%; left: 50%; width: 300px; /* bring your own prefixes */ transform: translate(-50%,…