Oncle Posted March 28, 2020 Share Posted March 28, 2020 Hola a todos, tengo un problema. Cuando intento validar el carrito, nada mas darle al botón salir aparece el pantallazo que adjunto. Necesito ayuda para arreglarlo. Sabéis a que se debe? Gracias de antemano. Link to comment Share on other sites More sharing options...
toplakd Posted March 29, 2020 Share Posted March 29, 2020 Have you updaded your theme together with the core or just the core? If not, I suggest you do that, or at least you update order-carrier.tpl to the latest one from github. Otherwise you can edit your order-carrier.tpl: On 9/10/2019 at 10:04 AM, wakabayashi said: @cprats Please search for: {if $option.unique_carrier} {foreach $option.carrier_list as $carrier} <strong>{$carrier.instance->name|escape:'htmlall':'UTF-8'}</strong> {/foreach} {if isset($carrier.instance->delay[$cookie->id_lang])} <br>{l s='Delivery time:'} {$carrier.instance->delay[$cookie->id_lang]|escape:'htmlall':'UTF-8'} {/if} {/if} And replace it with: {if $option.unique_carrier} {foreach $option.carrier_list as $carrier} <strong>{$carrier.instance->name|escape:'htmlall':'UTF-8'}</strong> {if isset($carrier.instance->delay[$cookie->id_lang])} <br>{l s='Delivery time:'} {$carrier.instance->delay[$cookie->id_lang]|escape:'htmlall':'UTF-8'} {/if} {/foreach} {/if} Please confirm, if this works. Link to comment Share on other sites More sharing options...
Oncle Posted March 29, 2020 Author Share Posted March 29, 2020 Hola Toplakd, he actualizado todo lo que sugería Core Updater. De todas maneras doy el tema por solucionado con tu indicación. Ya me funciona sin error. Muchas gracias! 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