No content to show
User Activity
Exactly the suggestion I was looking for! I just tested it, and it works like a charm. Thanks!Updating the production code now, another happy merchant tomorrow.See final result at https://www.hairgang.com.au/collections/hair-care/products/eco-lab-fir...
On a product page we display a row of icons, looking like this:It's basically a list of <IMG> tags (wrapped in a conditional loop, which I leave out here to stay focussed).<img alt="Suited for Afro Hair" src="{{ 'feat-afro.svg' | asset_url }}" style=...
Hi Dave,Thanks for pointing me in the right direction!By mistake the partner metafield in Companies had been set up at single line text, multiple values.The Order metafield partner was set up correctly as single line text, single value. Both use a va...
When trying to update an Order metafield with the value copied from a Company metafield, I get the error: Got error updating metafield:Value does not exist in provided choices: ["AAA", "BBB", "CCC"]." For value: "["BBB"]", Type: single_line_text_fiel...
I've tried to use the Custom CCS box at a section to hide that particular section on mobile screens, by adding: @media screen and (max-width: 600px) {
display: none;
} Unfortunately, the section is still visible on mobile screens . The section itse...
Surprised that the Shopify Staff was not able to help you, because the Shopify documentation is very clear: If your product collection contains over 1000 products, then filters are hidden.(see: https://help.shopify.com/en/manual/online-store/themes/c...
I wonder if it is possible to adjust the variant price displayed on a product page,based on a calculation rule that is depending on a combination of a product tag and customer tag (customer needs to be logged in).And next, can that adjusted price be ...