No content to show
User Activity
07-18-2024
Thank you is not enough.. all the childrens thank you for the help in solving the problem.Now the bookings that our staff will have to manage, which support research against neuroblastoma, will have an easier time.Thanks again.
07-16-2024
<!DOCTYPE html><html lang="it"><head><title>{{ email_title }}</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width"><style>body {background-image: url(https://cdn.shopify.com/s/fi...
07-16-2024
with o without replace.... doesnt work
07-16-2024
thanks but need replace : {% if line.quantity < line.quantity %}{% capture line_display %}{{ line.quantity }} di {{ line.quantity }}{% endcapture %}{% else %}{% assign line_display = line.quantity %}{% endif %} With: {% for item in sorted_items %} {{...
07-16-2024
hello, in order confirmation i cant sort the lines with this code : {% for line in subtotal_line_items | sort: 'product.title' %}anyone know why doesnt work or someone know how i can sort the order of the products by title??
04-23-2024
Buongiorno, volevo anticipare che non sono un programmatore e probabilmente e' una cosa semplice ma io non riesco.Questa funzione per un invio di un NUOVO ordine su shopify FUNZIONA per un cap/zip: {% if shipping_address.zip == '09036' %} SU{{ name }...
Good morning,I'm trying to change the location of an order via ZIP by forcing it with FLOW from one shipping location to another, does anyone know how to configure a flow so that AFTER the user has SENT the pre-assigned order to a shipping location t...