No content to show
User Activity
01-30-2025
Asterisks don't work. There is an app, but why pay for an app when you should be able to do without an app..
01-29-2025
Aha.. yes, thank you for that hint. I replaced {{ request.path }} with {{ shop.url }}. It now looks good.
01-29-2025
Sure. Thing is.. that file came with the theme (Envy) and the file is structured-data.liquid. Not modified...Part of the code in there is: {%- capture main_entity_microdata -%}"@type": "Product","offers": [{%- for variant in product.variants -%}{"@ty...
01-22-2025
I have product pages that use a modified template. Template has had slight modifications, nothing big, really.However, it has code that's coming from a structured-data.liquid file that was NOT modified. The output on the website would for example be:...
Bit confused here... How is this different from using /discount/{promocode} (or even from throwing the items in the cart PLUS adding ?discount={promocode}&storefront=true ?)
My bad.. may have misunderstood. https://help.shopify.com/en/manual/products/details/cart-permalink actually explains how to do what I wanted: adding items (yes more than 1) in the cart AND adding discount AND going to the View Cart page.Like: https:...
the original url idea... doesn't work and does not add the item WITH the code to the cart. I believe that's what was desired? (same here though.. I want that too)
That page has been archived. Brilliant. How can we now see this information?
Hi Tobe, It is not a discount, but set up as a Shipping option in the shipping section. Thanks,DutchDelight
01-08-2025
We have an online store and offer free shipping when order total is above a certain amount. We want to use the POS option for a kiosk, and ship items, but NOT offer the free shipping on the POS. Is there a way to remove the Free Shipping option from ...
01-08-2025
I see that there's a free option. This is good since we only have a few items that we sell at 1 location and only once in a while. Might give it a try...
WebrealtyNYC, have you tried using an external css file and put that particular part of code in there?Have you tried (never seen before, but worth trying) using single quotes instead of double?
Prevent from adding more to the cart: Put in a check that checks if it's already in the cart. If not show the 'add to cart' button, otherwise show message.
Thank you! I haven't tried this out yet, but it makes sense. Thanks!
Hi there, We use /admin/api/2023-10/products.json?fields=variants to get item info, however, that info does not show if an item is archived or active. Is there a way to get those filtered and if so how?