Excel Number Special Formatting

Number Formats in EXCEL

We can display the same date in many different ways just by changing the Number format. To format…
MAC CALENDAR-The server responded with an error

how to see hidden files in mac

See hidden files on Mac via Finder In Finder, open up your Macintosh HD folder. Press Command+Shift+Dot. Your hidden files will become visible. Repeat step…
Date Formatting in EXCEL

Date Formatting in EXCEL

We can display the same date in many different ways just by changing the date format. Usually, when…

jQuery Helpers

01) jQuery to round off decimal values To round off decimal values using jQuery, we can use the…

How to get all orders counts in Shopify

After Login into Shopify admin. Please add the following path/admin/orders/count.json?status=anyE.g.https://yourstorename.myshopify.com/admin/orders/count.json?status=any

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 %}

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%,…