Jump to content

Edit History

MarioCM

MarioCM


Solucionado

Buenas!

Estoy en la última v1.7.8.3 y llevo ya media hora sin dar con la tecla para traducir una modificación, no sé si se me escapa algo o está fallando algo del caché.

He añadido este código al product.tpl:

	<div class="product-navigation clearfix" style="margin-bottom:10px">
    {if $prev_product}
        <a title="{$prev_product.name}" class="btn btn-default" href="{url entity='product' id=$prev_product.id_product}">{l s='Previous Product' d='Shop.Theme.Catalog'}</a>
    {/if}
    {if $next_product}
        <a title="{$next_product.name}" class="btn btn-default" style="float:right"href="{url entity='product' id=$next_product.id_product}">{l s='Next Product' d='Shop.Theme.Catalog'}</a>
    {/if}
	</div> 

Pero al ir a las traducciones de Shop > Theme > Catalog  no me aparecen los 2 nuevos valores🙄

He quitado cache y limpiado todo pero nada... es muy raro.

Con la 1.6 lo hacía así y sin problemas, estoy haciendo algo mal?🤔

 

Gracias!!

MarioCM

MarioCM

Buenas!

Estoy en la última v1.7.8.3 y llevo ya media hora sin dar con la tecla para traducir una modificación, no sé si se me escapa algo o está fallando algo del caché.

He añadido este código al product.tpl:

	<div class="product-navigation clearfix" style="margin-bottom:10px">
    {if $prev_product}
        <a title="{$prev_product.name}" class="btn btn-default" href="{url entity='product' id=$prev_product.id_product}">{l s='Previous Product' d='Shop.Theme.Catalog'}</a>
    {/if}
    {if $next_product}
        <a title="{$next_product.name}" class="btn btn-default" style="float:right"href="{url entity='product' id=$next_product.id_product}">{l s='Next Product' d='Shop.Theme.Catalog'}</a>
    {/if}
	</div> 

Pero al ir a las traducciones de Shop > Theme > Catalog  no me aparecen los 2 nuevos valores🙄

He quitado cache y limpiado todo pero nada... es muy raro.

Con la 1.6 lo hacía así y sin problemas, estoy haciendo algo mal?🤔

 

Gracias!!

×
×
  • Create New...