skip to Main Content

Integrate Bootstrap on .liquid ( shopify )

In shopify theme, I want to integrate following bootstrap link on theme.liquid file. <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>…

VIEW QUESTION

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
Back To Top
Search