Sometimes you want to add a code or a certain feature to a specific page. In order to do that you need to detect the page, and after writing a condition. In Shopify you can achieve that with the Liquid templating language or JavaScript. I’ll focus this tutorial more on Liquid since the code will be …
Development
Learn how to develop new features for your shop.
How to create responsive tables for your shop with CSS only
There are a lot of methods out there to create responsive tables. I needed to create one for one of my clients and list the table on one of the website blog pages. So to solve this problem I’ve used in the past a combination of …