giuseppe_m Posted January 2, 2020 Share Posted January 2, 2020 Buongiorno a tutti Al fine di implementare una nuova TAB con il servizio di recensioni verificate FEEDATY, devo inserire uno script nell'html del template. il codice fornito (da personalizzare) è il seguente: <div class="qaQuestion" data-idMerchant="{IdMerchant}" data-idProduct="{IdProduct}" data-productName="{productName}"> </div> <div class="qaQuestions" data-idMerchant="{IdMerchant}" data-idProduct="{IdProduct}"> </div> Domanda: come richiamare correttamente le variabili {IdproductName} e {IdProduct} ? “data-idproduct” con il ProductID/SKU inviato a Feedaty attraverso il flusso degli ordini. “data-productName” con il nome del prodotto. Grazie Link to comment Share on other sites More sharing options...
ziobudda Posted January 2, 2020 Share Posted January 2, 2020 Ciao, la via più semplice è tramite un hook ai cui passi i dati e che torna indietro l'html "compilato". M. Link to comment Share on other sites More sharing options...
giuseppe_m Posted January 2, 2020 Author Share Posted January 2, 2020 Ciao! il fatto è che il form sul sito funziona. ma i dati che arrivano nella bacheca feedaty non vengono trasformati in testo (screenshot). Ho fatto diversi tentativi, ma nulla grazie per il tuo aiuto Link to comment Share on other sites More sharing options...
ziobudda Posted January 2, 2020 Share Posted January 2, 2020 Controlla per bene le impostazioni lato PS, perchè non ti sta facendo le conversioni. Altrimenti ti posso fare consulenza. M. Link to comment Share on other sites More sharing options...
giuseppe_m Posted January 10, 2020 Author Share Posted January 10, 2020 Problema risolto. Le variabili corrette sono data-idproduct="{$product.reference}" data-productname="{$product.name}" Nel mio caso, utilizzando il thema Warehouse: aggiungendo una custom tab (nonostante vengano abilitati i campi Iframe nell'html) i dati NON venivano convertiti correttamente nella bacheca feedaty. Quindi, per risolvere, è stato necessario inserire lo script html direttamente nel template delle Tab (ho creato una tab aggiuntiva fissa direttamente nel template .tpl) Saluti 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now