Where are the global settings for Debut theme product pages? The size choices are small, medium, large and full. The small is too small and the medium is too large, I was trying to find the ...
If i enable bulletpoints, they show up all over the page for different elements. I assumed I would be able to just turn on the list style of product-single__description rte and have tried all of...
Why do I have 302 responses from doubleclick and pay.shopify.com? I looked at the code and I believe doubleclick might be caused by trekkie, is there a way to disable this? these codes are coming f...
I am using the newest version of Envy by wethemes. The logo size is defined in the customize gui and looks great at 450px wide on desktop, but is way too big on mobile. I have tried using @m...
My theme is set up to include the site name, if it is not already included in the title {% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %} But this is cau...
No content to show

User Activity

Currently, our custom App downloads order information via API into our internal order management system. In our order management system we choose how a package would be shipped, then we import the tracking information back to shopify and mark as ship...
How can i display the quantity times the product price on the product page? I was thinking that i would need something like this: <div>{{ {{ product.price }} | times: {{ product.quantity }}}}</div> Or i would need to define these variables from the l...
yes, but you have I had add a link to the page based on a tag, it does not automatically refresh the page... so not ideal but it works! {% if product.tags contains 'variations' %}If you choose a different color, please <a onClick="window.location.rel...
In the console i see that jquery.min.js version 1.9.1 is loading twice, i have looked through my template files and do not see where it is loading, which makes me think it is apps loading it both times. Is there any sort of code i can add to my index...
I tried this on Envy theme and it didn't work.I have a code the creates a link to a tool based on the product id, when a variant is chosen I need the code to refresh so that the new link is generated.
This is not working for me, but i am on a different theme. My selector code is   {% for option in product.options_with_values %}                  <div class="product-form-option {% if section.settings.image_size == 'large' %}col-md-12{% else %}col-md...
I am trying to call a current.sku or selected.sku when there is a selector, but nothing seems change in my link. I was reading another post that said you need to call the sku with AJAX or JS because the original sku is only loaded on initial load and...
I have a button that loads an iframe, On some of the other themes, I have used the button which is on the product page above the add to cart takes over the whole screen including the menu. I guess those themes were not sectioned (or containers) becau...
@JHKCreate Do you think that some sort of validation needs to be added to the add to cart button? I have removed the add to cart notification, but I feel like AJAX is still the issue.
@JHKCreate It does add a checkbox, but it still is not required to click the add to cart button.Though it does pass the value to the cart which is very nice...https://we42j981ga2435di-10034053167.shopifypreview.com/products/white-distressed-lantern-s...
I am trying to add a confirmation checkbox to the new version of DEBUT and the validation to disable and enable the add to cart button is not working. I want the add to cart button to be unclickable until the customer confirms, right now it either is...
I was not able to fix my issue the way I wanted.... but I did find a workaround. Piggybacking off of @Ninthony s css of hiding a class based on screensize.mobile-image{ display: block; } desktop-image{ display: none; } @media (min-width:992px){ .mobi...
Nope, I was never able to figure it out.
@unofficial2321 here is the code for debut hero.liquid, could you tell me how I could add the desktop/mobile choice to this? {%- if section.settings.hero_layout == 'full_width' and section.settings.hero_size == 'adapt' -%}{%- if section.settings.imag...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to