Hiding payment method by country with Shopify Scripts 605 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 547 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 770 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 576 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 834 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.3K 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() 972 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 585 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 634 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 696 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 708 views3 minute read With HTML5, we get two new boolean attributes for the 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 537 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 686 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 558 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 663 views1 minute read Following code is not working You can use box-sizing:border-box to take care of this. Just put the following… 0 Shares 0 0 0 0 0 0 0