Jump to content

Undefined en categoria


gneuendorf

Recommended Posts

Puedes o ocultarlo por css añadiendo al /themes/tu-tema/css/global.css:

div.product-flags { display: none !important; }
div.functional-buttons.clearfix.col-sm-12 { display: none !important; }

O en el tpl de la categoría (/themes/tu-tema/category.tpl) buscar algo tipo esto y eliminarlo: (tendría que ver el tpl para decirte la línea exacta a borrar)

<div style="product-flags" ....

<div style="functional-buttons" ...

(Por css te funcionará seguro y si no tienes muchas nociones en php, te resultará la opción más fácil y segura, pues sólo es copiar y pegar esas líneas en el global.css y borrar la caché.)

Edited by Fernando1989 (see edit history)
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...