No content to show
User Activity
02-18-2025
Ho fatto una modifica nel carrello in jquery. Oramai l'ho fatta per diversi clienti. Tra l'altro si può usare anche per fare B2B e è visibile per eventuali integrazioni con crm
12-18-2024
Quello che vedi è probabilmente un shopify plus.Nello shopify non plus ci sono due campi opzionali insufficienti per usare la fatturazione elettronica.Io per i miei clienti faccio questa modifica nel carrello.Se hai bisogno contattami.Buona giornata
Ciao. Certo, sono uno sviluppatore Shopify.B2C-> business to consumerLiquid -> linguaggio che usa shopify
Buongiorno Ho un ecommerce multilingue e multivaluta. Vorrei che il nel sito fosse multivaluta ma checkout fosse sempre e solo euro. E' possibile farlo? Grazie
Hi everyone.I have a problem with exporting orders via json and bundlesWhen opening orders with json/admin/api/2023-07/orders.json?name=xxxxxxwith bundle products I can't find it part ofBasically in the order I have the son but I have no reference t...
b2c Prelievo i dati dal carrello con liquid e con js effettuo qualche check.b2b In fase di registrazione faccio compilare campi extra e poi mi portodietro fino all'ordine.CiaoAlessandro
Personalmente ho fatto un sistema di questo tipo:1. b2c cattura i dati nel carrello tramite liquid e fa qualche controllo con js. In fase di integrazione con gestionale i dati vengono tirati fuori dal json e compilati correttamente nel gestionale2. ...
Ciao.Certo. ho creato un sistema per la fatturazione elettronica. validoanche nel caso di b2bgrazie per l'interessamenteAlessandro
I need to value a variable based on the width of the window. The line to value is this{% assign value = column_number | divided_by: value %}based on window it is greater than 991 the value variable must take on4.0 or 3.0I tried with javascript<script...
Noi alla fine, come già detto in precedenza, abbiamo fatto togliere i campi non obbligatori nel checkout e inserito gli stessi campi nel carrello. ora tutto funziona bene e senza nessun disagio per i clienti.
Hi.i need to remove the price completelywith liquid i created a redirect if guest is not customer but the price still visible with a command view-sourceview-source:https://pippo.menelao.it/collections/if you seek web-pixels-manager-setup in the code ...
06-15-2023
I need to save the value with a form (now i have saved the value in fields notes but i can not reload) and reload in cart.How i can to save the value in metafields with a form?Thanks
HiI insert some values in note customer.I did it through a form.Now i need to recover this values a frontend.How i can do it?ThanksAlessandro
04-27-2023
Hi! I need to create a fulfillment.I'm trying to do this via postman but fail. i am following thishttps://shopify.dev/docs/api/admin-rest/2022-10/resources/fulfillment#post-fulfillmentsdocumentation but it doesn't work. In my case: Get https://xxxxx:...
04-15-2023
I have a problem with send the fulfillments information. In a previous store i used echo $inv_url = 'https://xxxxxxxxxxx/admin/orders/{order_number}/fulfillments.json';
$inv_curl = curl_init($inv_url);
echo curl_setopt($inv_curl, CURLOPT_CUSTOMREQ...