Jump to content
  • 0

Atrybuty produktu pod ceną i produkty w 4 kolumnach


Fifiel

Question

Witam. Chciałbym prznieść atrubuty produktu z dołu opisu produktu pod cenę (tam gdzi wyświetlają się normalnie tylko filtry wyboru atrybutów), Czy w ogóle da się to przenieść tam? Chodzi o to żeby było to widoczne (wielkość czcionki i czy się to tam zmieści).

 

Druga opcja jeśli źle by to wygladało pod ceną to aby przenieść to pod SYMBOL: KS6...

 

Bardzo proszę o pomoc.

 

PKSLr75.png

 

Przy okazji chciałbym zapytać jak wyrzucić z listy produktów wybór widoku produktów:

aJrHRnh.png

Edited by Fifiel (see edit history)
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

w product.tpl kod:
 

		{if isset($features) && $features}
			<!-- Data sheet -->
			<section class="page-product-box">
				<h3 class="page-product-heading">{l s='Data sheet'}</h3>
				<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}

przenosimy pod <div> o id = "atttributes"

Link to comment
Share on other sites

  • 0

w product.tpl kod:

 

		{if isset($features) && $features}
			<!-- Data sheet -->
			<section class="page-product-box">
				<h3 class="page-product-heading">{l s='Data sheet'}</h3>
				<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}

przenosimy pod <div> o id = "atttributes"

 

 

Wstawiłem całość zaraz pod <div id="attributes"> i nie działa - znikło z dołu, ale nie pojawiło się z boku...

 

 

www.magicdeco.pl/shop/index.php  <- to mój sklepik.

Edited by Fifiel (see edit history)
Link to comment
Share on other sites

  • 0

To wstaw niżej w miejscu 

</div> <!-- end attributes -->

{/if}

TUTAJ KOD WKLEJ

 

W chwili obecnej masz tak że nie wyświetla ci się ponieważ wstawiłeś w ifa od atrybutów, nie ma atrybutów to ci się nie wyświetla.

 

 

Super. Dziekuje bardzo. Działa. Teraz musze pobawić się w css żeby to jakoś wyglądało :)

 

Chciałbym też ustawić aby produkty wyświetlały się w 4 kolumnach przy czym żeby także była możliwość zmiany widoku na liste, jak pokombinowałem osostanio wg jednego z ostatnich postów to w grid wyświetlało się ładnie, ale po przełączeniu na listę całość się wykrzaczała... 

Edited by Fifiel (see edit history)
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...