graphicow3n
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎01-20-2024 05:40 AM
Topic Started
1
Topics Started
Topic Solutions
1
Solution
Post Count
10
Posts
Post Kudos
0
Likes

Community Badges

I'm trying to make a "Buy Now" button in the header on product pages. Since the button is outside the form, submit doesn't work. So I was thinking about using a permalink to accomplish this but I nee...
I am trying to add cross-sell images on the checkout. I would like to show a certain image if a certain product isn't in the cart. I have this code: {% for item in cart.items %} {% unless i...
No content to show

User Activity

If you or someone else needs this still. Add this to the section-main-product.css file. .product__media-item:not(:first-child) {display: none;} The above code will hide all thumbnails except for the selected options thumbnail.
If you or someone else needs this still. Add this to the section-main-product.css file. .product__media-item:not(:first-child) {display: none;} The above code will hide all thumbnails except for the selected options thumbnail.
I have a client who would like to have the default quantity to be 2 instead of 1 if the product is tagged "certain_text". I had some code that worked for their old theme but now that we have moved to another theme it's not working. I think it's cause...
This widget could not be displayed.
This widget could not be displayed.
Likes given to