Jump to content

Togliere scritta dal dropdowncart


Recommended Posts

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...

Immagine.png

Link to comment
Share on other sites

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...