Jump to content

Blok 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 )

Instalace je téměř čistá. Tu úpravu jsem převzal ze "záznamový list". Kdyby někdo věděl kde to můžu posunout byl bych zavázán. Dík
Link to comment
Share on other sites

a nechceš tu odrážku () smazat a nechat tam jen span?

místo

{$feature.name|escape:‘htmlall’:‘UTF-8’} {$feature.value|escape:‘htmlall’:‘UTF-8’}



dej

{$feature.name|escape:‘htmlall’:‘UTF-8’}: {$feature.value|escape:‘htmlall’:‘UTF-8’}

Link to comment
Share on other sites

Tak jsem nakonec musel změnil css.

#primary_block #short_description_block {
background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left;
border: 1px #d0d3d8 solid;
padding: 0.7em 0.7em 0.7em 1.7em;
margin-bottom: 1.5em
}

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