Jump to content

Úprava zobrazení produktu


ramble

Recommended Posts

prosím někoho zkušenějšího o radu. V product.tpl jsem upravil



{if $product->description_short OR $packItems|@count > 0}

{if $product->description_short}
{$product->description_short}



na



{if $features}

{foreach from=$features item=feature}
{$feature.name|escape:'htmlall':'UTF-8'} {$feature.value|escape:'htmlall':'UTF-8'}
{/foreach}


a nemůžu pohnout s odrážkami ve vnitřním textu v short_description (viz. ZDE )

Kdyby někdo věděl kde můžu posunout byl bych zavázán. Dík
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...