Jump to content

[RISOLTO] Esiste un homefeatured per temi a 2 colonne?


emmeics

Recommended Posts

Basta prendere l'homefeatured da quel tema e modificarlo a tuo piacimento dal file global.css.
Non posso aiutarti piu di tanto perchè l'ho evitato decidendo di cambiare homepage dell ecommerce per altre domande resto a tua disposizione ;)

Link to comment
Share on other sites

io ho alllineato i prodotti per 2 modificando il seguente codice

{if isset($products) AND $products}

           {assign var='liHeight' value=360}
           {assign var='nbItemsPerLine' value=2}
           {assign var='nbLi' value=$products|@count}
           {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil}
           {assign var='ulHeight' value=$nbLines*$liHeight}


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