Androidowiec Posted December 26, 2014 Share Posted December 26, 2014 Obecnie moje cechy produktu wyglądają tak: Chciałbym uzyskać +- taki efekt: Widziałem w kilku sklepach na prestashop, że cechy są przedstawiane w ten sposób. Jak uzyskać taki efekt? To jakiś moduł z takim ficzerem? Link to comment Share on other sites More sharing options...
0 john54 Posted December 27, 2014 Share Posted December 27, 2014 to tylko dodajesz odpowiednie style do pliku css. Link to comment Share on other sites More sharing options...
0 vekia Posted January 2, 2015 Share Posted January 2, 2015 witam widzę, że najprawdopodobniej korzystałeś z tutoriala http://mypresta.eu/en/art/prestashop-16/product-tabs.html zamiast kodu <!-- product's features --> <ul id="idTab2" class="bullet"> {foreach from=$features item=feature} {if isset($feature.value)} <li><span>{$feature.name|escape:'htmlall':'UTF-8'}</span> {$feature.value|escape:'htmlall':'UTF-8'}</li> {/if} {/foreach} </ul> skorzystaj z <!-- 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 --> Link to comment Share on other sites More sharing options...
Question
Androidowiec
Obecnie moje cechy produktu wyglądają tak:
Chciałbym uzyskać +- taki efekt:
Widziałem w kilku sklepach na prestashop, że cechy są przedstawiane w ten sposób. Jak uzyskać taki efekt? To jakiś moduł z takim ficzerem?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now