No content to show
User Activity
04-30-2024
Here is a fix on make.com, instead of using Tags[] to keep current tags, write a string with all the tags: {{trim(split(join(distinct(2.tags); ",") + ","))}}, in this way, tags will be preserved without the extra space at the beginning.
04-30-2024
The same thing happended to me using make.com, when I se tags[] to preserve the tags the customer already has, this integration in adding a space in front of current customer tags.
Posted a solution here: https://community.shopify.com/c/shopify-discussions/how-to-randomize-the-collection-products-every-time-any-costumer/m-p/2480362#M427055
Hi| I posted an example here: https://mentedigital.cl/anade-seccion-con-productos-aleatorios-a-tu-tema-shopify/ it´s in Spanish but you can translate it on the browser, it has the full code I used on my theme to display random productos on my Shopify...
Is not that simple to create a Random Order for a Collection, but I have found a quite close, and in my opinion, very similar solution. In my store I have a collection "New arrivals", I want the shop to show some Random products from that collection,...
03-08-2024
Is not that simple to create a Random Order for a Collection, but I have found a quite close, and in my opinion, very similar solution. In my store I have a collection "New arrivals", I want the shop to show some Random products from that collection,...
Is not that simple to create a Random Order for a Collection, but I have found a quite close, and in my opinion, very similar solution. In my store I have a collection "New arrivals", I want the shop to show some Random products from that collection,...
¿How did you ensure that customers activate their email addresses after registration? I have been trying to do that, but it only works if the contact is already created as a customer, if the customer is not created is doesn't sent a confirmation ema...
07-03-2023
hi! good solution! Worked ok when I tried on my site, but it orders the products in the same page only, if you have pagination enabled you can see in page 1 in stock then out of stock, in page 2 in stock and out of stock products, and so on (in stock...