Jump to content

Nie działa html(np.<b>opis</b>) w opisie produktu - products.tpl


Stanleyek

Recommended Posts

Nie wiem dlaczego nie działa mi html w opisie produktu. W Adminie jak dodaje opis, wszystko jest okey, klikam zapisz i jest ok -W edycji produktu html się zapisuje, lecz przy wyświetlaniu szablonu opis jest jako zwykły tekst. Przekopiuje kawalątek kodu:

  <div class="content2">		
				<div class="content">		
					{if $product->description}
						{* full description *}
						<h4>{l s='Dodatkowe informacje:'}</h4>
							<div id="description">{$product->description}</div>
					{/if}
							
					{if isset($colors) && $colors} 
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...