skip to Main Content

Customizing Shopify Themes

E-commerce intermediate, Shopify and Ruby on Rails newbie. How does one go about customizing Shopify files? I have a purchased a theme but want to make some changes to the .liquid files. Do I have to I unzip, edit, re-zip…

VIEW QUESTION

Examine cart in Shopify

I'm hoping for some help with liquid in Shopify, I'm having trouble with trying to customise the cart based on what product the customer has added. Basically if a customer adds product from Vendor A then I want the cart…

VIEW QUESTION

Liquid/Shopify: how I add jQuery to the page?

I'm having an hard time integrating external jQuery library into my own liquid page. I'd like to load it with the CDN. On the theme.liquid page I load the Javascript this way: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> {{ 'spot-the-ball.js' | asset_url | script_tag…

VIEW QUESTION
Back To Top
Search