Jump to content

Ürün sayfası tasarım değişimi


saatmatik

Recommended Posts

  • 2 weeks later...

Bu işlemi ürün özellikleri bölümünü ürün resimin yanına taşıyarak kolayca çözebilirsiniz.

 

Şahin Bey Merhaba

 

Cevap için teşekkür ederim. Fakat bu işlemi nasıl yapacağımı bilemiyorum :( Nasıl yapabileceğimi kısaca tarif edebilirmisniz.

Link to comment
Share on other sites

Buradan bilgileri eklenecek

hn5K7KbLOYyD2iQH86IM2vzz3dYbZh.png



Buradan ürüne bilgileri eklenecek

ynw1VpeRmkbubNcNmFYcx9kvq80Mvb.png


Üründe burada görünür

a3qXPEhQvQLOJBBLhzOAnqwF9veSDs.png


Aşağıdaki kodları şablonunuzda göstermek istediğiniz yere ekleyin (product.tpl içerisinde)

	{if isset($features) && $features}
			<!-- Data sheet -->
			<section class="page-product-box">
				table class="table-data-sheet">
					{foreach from=$features item=feature}
					<tr class="{cycle values="odd,even"}">
						{if isset($feature.value)}
						<td>{$feature.name|escape:'html':'UTF-8'}</td>
						<td>{$feature.value|escape:'html':'UTF-8'}</td>
						{/if}
					</tr>
					{/foreach}
				</table>
			</section>
			<!--end Data sheet -->
		{/if}
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...