Jump to content

SOLUCIONADO - Crear botones NEXT/prev en productos PS 1.7.8.3


Recommended Posts

Muy Buenas!

Estoy actualizando de 1.6 a 1.7, y quiero migrar un apaño que hice en la hoja de productos añadiendo botones de next/prev para ayudar en la navegación. En su tiempo seguí un tutorial para crearlos, pero veo que el nuevo sistema de 1.7 no tiene nada que ver, sabéis si alguien ha subido alguna guía?🙄 Ando buscando por el foro pero no encuentro nada.

Un saludo!👍

Ya lo he conseguido, por si le sirve alguno, es el mismo sistema de siempre d ela guía de Nemo, pero modificando las llamadas de la {url}, sería este código a modificar en el tpl:

    {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}

 

Edited by MarioCM
SOLUCIONADO (see edit history)
Link to comment
Share on other sites

  • MarioCM changed the title to SOLUCIONADO - Crear botones NEXT/prev en productos PS 1.7.8.3

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