mushu Posted March 8, 2023 Share Posted March 8, 2023 Salve raga, tempo fa avevo fatto delle modifiche a dei file tpl (da cui immagino possa derivare il mio problema ora) per cambiare un paio di cose. Non mi ero accorto però di quest'errore nel dropdowncart e non so più dove andare a cercare, è passato tanto tempo... Link to comment Share on other sites More sharing options...
bera_ramazan Posted March 8, 2023 Share Posted March 8, 2023 Puoi cercare parole nella cartella con il programma Notepad++. Link to comment Share on other sites More sharing options...
mushu Posted March 8, 2023 Author Share Posted March 8, 2023 Fatto ma niente, prima di procedi all'acquisto c'era scritto "procedi al checkout" poi ho cambiato il testo dalla pagina traduzioni internazionali, quindi credo debba cercare il nome della variabile più che il testo, ma non so qual'è Link to comment Share on other sites More sharing options...
bera_ramazan Posted March 8, 2023 Share Posted March 8, 2023 ce code est le caractère "{*" au début d'un code qui commence par "{*" dans le fichier tpl. Vous devez rechercher les fichiers sous les modules dans le dossier du thème ou le module du panier sous le dossier des modules dans le répertoire principal. Link to comment Share on other sites More sharing options...
mushu Posted March 8, 2023 Author Share Posted March 8, 2023 c'è in questa porzione di codice qualche errore? <div class="cart-wishlist-action"> {*<a class="cart-wishlist-viewcart" href="{$cart_url}">view cart</a>*} {*<a class="btn fill cart-wishlist-checkout" href="{$cart_url}"{*href="{$urls.pages.order}"*}>{l s='Checkout' d='Shop.Theme.Actions'}</a>*} <a class="btn fill cart-wishlist-checkout" href="{$cart_url}"href="{$urls.pages.order}">{l s='Checkout' d='Shop.Theme.Actions'}</a> </div> Link to comment Share on other sites More sharing options...
bera_ramazan Posted March 8, 2023 Share Posted March 8, 2023 Change this code {*<a class="btn fill cart-wishlist-checkout" href="{$cart_url}"{*href="{$urls.pages.order}"*}>{l s='Checkout' d='Shop.Theme.Actions'}</a>*} to {*<a class="btn fill cart-wishlist-checkout" href="{$cart_url}"href="{$urls.pages.order}">{l s='Checkout' d='Shop.Theme.Actions'}</a>*} Link to comment Share on other sites More sharing options...
mushu Posted March 8, 2023 Author Share Posted March 8, 2023 Ok it's work! Thanks🤗 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