so I'm trying to add variant images on my template, my code already shows the variants' titles that are chosen but is there a way to add the variant's image too? <table class="tab...
Oct 9, 2020
Hi. So for some reason, I'm trying to subtract my variant prices. It's working but the money filter isnt. <script>console.log ( {{ product.variants[0].price | minus: p...
Nov 27, 2019
Hi, I'm trying to add a script on our store's selectCallback function but I cannot seem to find it. A help would be very much appreciated. Thanks!
Sep 2, 2019
Why am I receiving negative result from this formula? Both variant's price are positive. The computation is correct but I'm getting a negative one. Eg. Should be: $869, I'm getting: $-869 <span ...
Sep 2, 2019
Basically, I have 2 variants in my store and both of them has their own formula. To explain this better, here are the variants and their formulas. 1. Standard: Cost of item + $900 2. Downpa...
Aug 13, 2017
Hi! I'm having a problem with my shopify page: https://globaltravelclothing.com/account/login Upon signing up or logging in as a customer, the page is only being refreshed or redirected to a ...
Jul 14, 2017
Hi guys, I'm having a problem about my header blocking the top parts of my pages including the titles/breadcrumbs for my products. Please take a look: https://global-travel-clothing.myshopify.co...
Hi! I'm trying to create a custom content on each product on my store. I have a product which has the handle 'mens-travel-jackets/products/mens-soft-shell-joey-travel-jacket'. On the product-template...
Jul 10, 2017
Hi! I'm trying to create a section of my Home Page that will be using the whole width of the page. How can I achieve this? Thanks!
Jul 3, 2017
Hi guys, I created a custom template that I called 'Test' and I would like to put it on my homepage's section options. On what liquid file or part of the theme.liquid should I be putting the {{ inclu...
Jun 29, 2017
Hi guys, I have created a custom button on my Shopify store that I want to link on a page of my shopify. Here's the link: https://global-travel-clothing.myshopify.com/pages/shop-travel-jackets-w...
Jun 27, 2017
I'm trying to search for the grid system's documentation but I can't seem to find it anywhere. I'm positive this code creates 2 columns with the video on the first column and the text on second colum...
Jun 26, 2017
So I'm trying to insert something like this on my homepage but the Theme dont have element that can be used to achieve this: http://imgur.com/a/u0h2c So I'm trying to create a custo...
Hi, I have my store and this page made: https://global-travel-clothing.myshopify.com/pages/baubax-jacket-debacle I'm trying to use this free flip box and use it on my own store: https://...
No content to show
User Activity
06-13-2024
Our old packaging for our food products (fruit jams, spreads, etc.) does not have a Nutrition Facts label. The products are already stored in a 3PL warehouse, and we plan to sell the remaining stock without the label, as our next batch of products wi...
03-07-2024
The size of the image I uploaded was 3000x1200. The image is still blurry.
Can anyone help me with why are my image banner in low quality? All the images Im using are high quality. Hope someone can help me out. Here is my store: https://shop.bbqhost.com/Password is: immi7nna
12-21-2023
I followed this documentation:https://shopify.dev/docs/themes/pricing-payments/purchase-options/support-purchase-options#the-selling-plan-selector My current code is this: <select name="selling-plan" data-line="{{ forloop.index }}" data-quantity="{{ ...
https://www.javycoffee.com/
I'm looking to find a subscription app that has the following features:On the drawer cart, or any cart, an option to offer subscription of the product. Also this on the product page If you're an app provider, please comment down your app if you have...
Try adding this at the end of your styles.css file .product-detail__form__description.product-detail__gap-lg.rte.align-left.rte tr {
border-left: 1px solid #dee0e3;
}
12-15-2023
For price above compare price, line 77 of component-price.css .price--on-sale .price__sale {
display: inline-block
} to: .price--on-sale .price__sale {
display: flex;
flex-direction: column-reverse;
} you seem to have fixed the product page alrea...
11-28-2023
unfortunately, that doesnt work. heres what it looks like with your code:as you can see, after the rounded corners, theres still a white background.By the way, thanks for taking your time to reply! I'm a huge fan of your youtube channel!
I want to make my left and right bottom corners round, I couldn't do it because the section still has background even when adding css to the sticky-header component. I'm lost and I cant find any answers elsewhere so I hope someone could help me.Here'...
So my actual goal is to have my announcement bar have different contents depending on the product vendor of the product. My block have a text input area wherein I would like to input the brand I want the announcement is for. For some reason, it's not...
06-27-2023
Thank you for the response! Is it possible to include a CSS on the extension UI that can customize the native elements of the checkout page?
06-26-2023
I'm trying to customize the checkout progress steps breadcrumbs on my test store's checkout page, I was thinking if there's an API endpoint that will be able to get which step of the checkout process a customer is in. My thought process is to hide th...
This might be the dumbest question, but how do you make 3 separate responsive divs using Dawn theme's grid system or whatever it's using? I'm used to Bootstrap doing this: <div class="container">
<div class="row">
<div class="col-sm">
...
I tried putting the css code on base.css, and even on the custom css for the section only on customize theme part but it's not working