No content to show
User Activity
07-19-2024
Ciao,stiamo testando su un piano di sviluppo un sito che dovrà essere misto B2B/B2C. Per quanto riguarda gli sconti, nella documentazione leggo: I clienti B2B non possono utilizzare i codici sconto per impostazione predefinita. Tuttavia, l'attivazion...
06-07-2024
It works, thank you!
06-07-2024
Hello,I need to have a different menu based on a page variable, I don't know how to insert this variable into the for loop, for example: {% assign menus = aggregate-menu %}{%- for link in linklists.menus.links -%}aggregate-menu is the menu handle. H...
Helolo,in our shop we ship from various warehouses, we should give the customer the possibility to choose whether to receive the goods from a single warehouse (therefore with longer shipping times, but lower costs) or from various warehouses (shorter...
05-23-2024
Hello,no it doesn't work because that is the metafield through which the metaobject is referenced. The metaobject is key_label and inside it has various fields, such as key_label.keylabels
05-22-2024
Thank you!
05-22-2024
Hello, I have a metaobject structure that can be assigned to either a product or a collection.By inserting this code (which is the reference for metafield) {{ product.metafields.custom.keylabels_desc.value | json}} I receive this output {"collections...
05-21-2024
Hello,I need an app like "find my size". I mean an application that allows the customer to enter his measurements and returns the suggested size. So far I have only found applications that link to external services. Is there anything that does this d...
04-22-2024
Hello @kaiyaa ,no, I want to show multiple recom in the cart. So take all the recom from the product in the cart and merge into one
Hello,is there a way to concact or get recommendations from multiple products? I try to modify data-url like this, but he get recommendations only from last item.product.id <product-recommendations
class="related-products page-width"
data-ur...
Ciao,ho capito che è stata rimossa la funzione della "spedizione calcolata dal corriere" sul piano Shopify, ma c'è la possibilità di attivarla, pagando una fee, senza passare al piano Advanced. Non ho capito però come e a quanto equivarrebbe il costo...
Is it possibile to use metaobject as reusable block into template?I created the Metaobject call "info negozio" with a "Barra sconti" field, so I have "info_negozio.barra_sconti". Is there a way to display it on custom liquid code? Something like {{ s...
Hello,is it possible to create 301 redirect with something similar to the htaccess rules? For example I want that all url with /shop/category/product-name will be redirect to /products/product-name
01-17-2024
Hello @yashgarg,thank you for your answer but I had already tried both with superscript and double superscript, but it always gives me the only category with no value assigned in that metafield. I also tried adding .value but nothing.The metafield is...
Hello,I want to show the lists of collections of the product on product page. But only collection with a metafield value. I try two options, but they doesn't work. 1 {% for collection in product.collections %}
{% if collection.metafields.custom.colle...