Hiding payment method by country with Shopify Scripts 569 views1 minute read A quick Shopify script to hide a specific payment method (eg credit card) from customers located outside specific… 0 Shares 0 0 0 0 0 0 0
jQuery $(document).ready () fires twice 509 views1 minute read The easy solution is to set a global flag so that it only runs once: It’s sort of… 0 Shares 0 0 0 0 0 0 0
How To Delete Blank Lines From Selection in Sublime Text 3 698 views1 minute read Open Sublime Text 3 Make sure you have Package Control installed (https://sublime.wbond.net/installation) Press CTRL + SHIFT + P… 0 Shares 0 0 0 0 0 0 0
“Menus” settings disappeared from WordPress admin panel 545 views1 minute read The problem may have been caused by a rogue plugin overwriting the functionality, but I managed to fix… 0 Shares 0 0 0 0 0 0 0
Drop Down arrows are missing on iPhone and iPad 778 views1 minute read The drop-down functionality will still work by clicking the field although there is no arrow down. It seems… 0 Shares 0 0 0 0 0 0 0
How To Make and Run Batch Files In Terminal In Mac OSX like windows .bat file 1.2K views2 minute read Mac OSX is Unix-based, so we could use the Unix equivalent (which is called a script too). What… 0 Shares 0 0 0 0 0 0 0
How to Get Element Distance From Top with jQuery offset() 896 views1 minute read To calculate the distance from the top and save it into a variable you can use the following… 0 Shares 0 0 0 0 0 0 0
File Permission Change in MAC via Command Line 556 views1 minute read The most basic ls option for viewing file and folder ownership and permissions is –l: Please goto particular folder or file… 0 Shares 0 0 0 0 0 0 0
Promo Banner on Website with jQuery and Cookies 607 views1 minute read Website Sticky Promo Banner Bar for E-Commerce Website. Its has to disable/Close once it’s click on it. Code… 0 Shares 0 0 0 0 0 0 0
Interview Task for Shopify 665 views2 minute read Install the Debut theme (https://debut-demo.myshopify.com/) Create a page about us with customisation facility for Store Owner to change… 0 Shares 0 0 0 0 0 0 0
Efficiently load JavaScript with defer and async 683 views3 minute read With HTML5, we get two new boolean attributes for the <script> tag: async and defer. Async allows execution of scripts asynchronously and defer allows execution… 0 Shares 0 0 0 0 0 0 0
Shopify Helps 512 views1 minute read How to assign math value into a variable {% assign Inventory_actual = product.variants.first.inventory_quantity | divided_by: 4 %} 0 Shares 0 0 0 0 0 0 0
Free Shopify Scripts Examples 630 views5 minute read Shopify scripts are one of the lesser-known features of the Shopify Plus platform. However, they are probably the… 0 Shares 0 0 0 0 0 0 0
HTML – Centre Box on Window 525 views1 minute read .centered-box { position: fixed; top: 50%; left: 50%; width: 300px; /* bring your own prefixes */ transform: translate(-50%,… 0 Shares 0 0 0 0 0 0 0
HTML input element wider than Containing Div 636 views1 minute read Following code is not working <div style="height:25px; width: 150px;"> <input type="text" style="height:100%; width:100%" /> </div> You can use… 0 Shares 0 0 0 0 0 0 0