kamil95 Posted August 1, 2016 Share Posted August 1, 2016 (edited) Mam taki problem jak zamienić kolejność kategorii. Czy można to zrobić w jakiś szybki sposób ? Edited August 1, 2016 by kamil95 (see edit history) Link to comment Share on other sites More sharing options...
0 Bitoslaw Posted August 1, 2016 Share Posted August 1, 2016 (edited) W panelu presty jak jesteś w kategoriach wystarczy strzałeczkami zmienić ich kolejność do góry lub w dół w starszych wersjach a w nowszej pod pozycja możesz wpisać numer lub tym krzyżem przesunąć i na stronie też powinno się zmienić Edited August 1, 2016 by Bitoslaw (see edit history) Link to comment Share on other sites More sharing options...
0 kamil95 Posted August 1, 2016 Author Share Posted August 1, 2016 Dzięki A powiedz jak zmienisz więcej informacji z kategoriami produktu tak, aby był pierwsze ? http://graswiatel.pl/%C5%BAr%C3%B3d%C5%82a-%C5%9Bwiat%C5%82a/20520-acs-ds2027c-candle-e27-65w-450lm.html Link to comment Share on other sites More sharing options...
0 Bitoslaw Posted August 1, 2016 Share Posted August 1, 2016 Nie wiem czy dobrze zrozumiałem? chcesz na stronie produktu zrobić aby "więcej informacji" było niżej a co ma być wyżej? Inne produkty te co masz na dole? Bo kategorie masz po lewej. Dało by się to powrzucać w kodzie w inne miejsca ale dużo roboty trochę bez sensu skoro jest to po lewej dobrze widoczne. Link to comment Share on other sites More sharing options...
0 kamil95 Posted August 1, 2016 Author Share Posted August 1, 2016 Rozumiem. To po lewej stronie jest dobrze wszystko. Ja chce tylko żeby zamienić miejscami (więcej informacji ma być jako drugie, a pierwsze ma być karta produktu). To co masz pod zdjęciami. Link to comment Share on other sites More sharing options...
0 Bitoslaw Posted August 1, 2016 Share Posted August 1, 2016 To tu już wchodzi w gre zabawa w kodzie, musisz poszukać linijki kodu i zamienić je miejscami. Link to comment Share on other sites More sharing options...
0 kamil95 Posted August 1, 2016 Author Share Posted August 1, 2016 (edited) Okej wielkie dzięki za pomoc Edited August 1, 2016 by kamil95 (see edit history) Link to comment Share on other sites More sharing options...
0 endriu107 Posted August 1, 2016 Share Posted August 1, 2016 chodzi o taki dwa bloki: {if isset($product) && $product->description} <!-- More info --> <section class="page-product-box"> <h3 class="page-product-heading">{l s='More info'}</h3> <!-- full description --> <div class="rte">{$product->description}</div> </section> <!--end More info --> {/if} {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} Trzeba je zamienić miejscami. 1 Link to comment Share on other sites More sharing options...
0 kamil95 Posted August 1, 2016 Author Share Posted August 1, 2016 Bardzo dziękuję za pomoc. Link to comment Share on other sites More sharing options...
0 kamil95 Posted August 2, 2016 Author Share Posted August 2, 2016 A w jakim pliku mam tego szukać ? Link to comment Share on other sites More sharing options...
0 endriu107 Posted August 2, 2016 Share Posted August 2, 2016 Prawdopodobnie w product.tpl Link to comment Share on other sites More sharing options...
0 kamil95 Posted August 3, 2016 Author Share Posted August 3, 2016 I jak mam to otworzyć ? Link to comment Share on other sites More sharing options...
0 Remigiusz Posted August 3, 2016 Share Posted August 3, 2016 Ja polecam w Notepad++ Dostępny tutaj: https://notepad-plus-plus.org/ Link to comment Share on other sites More sharing options...
0 kamil95 Posted August 3, 2016 Author Share Posted August 3, 2016 Okej dzięki spróbuję Link to comment Share on other sites More sharing options...
0 kamil95 Posted August 3, 2016 Author Share Posted August 3, 2016 (edited) Odczytałem kod w programie i czy mam to zamienić ? <!--HOOK_PRODUCT_TAB --> <section class="page-product-box"> {$HOOK_PRODUCT_TAB} {if isset($HOOK_PRODUCT_TAB_CONTENT) && $HOOK_PRODUCT_TAB_CONTENT}{$HOOK_PRODUCT_TAB_CONTENT}{/if} </section> <!--end HOOK_PRODUCT_TAB --> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- {if isset($accessories) && $accessories} <!--Accessories --> <section class="page-product-box"> <h3 class="page-product-heading">{l s='Accessories'}</h3> <div class="block products_block accessories-block clearfix"> <div class="block_content"> <ul id="bxslider" class="bxslider clearfix"> {foreach from=$accessories item=accessory name=accessories_list} {if ($accessory.allow_oosp || $accessory.quantity_all_versions > 0 || $accessory.quantity > 0) && $accessory.available_for_order && !isset($restricted_country_mode)} {assign var='accessoryLink' value=$link->getProductLink($accessory.id_product, $accessory.link_rewrite, $accessory.category)} <li class="item product-box ajax_block_product{if $smarty.foreach.accessories_list.first} first_item{elseif $smarty.foreach.accessories_list.last} last_item{else} item{/if} product_accessories_description"> <div class="product_desc"> <a href="{$accessoryLink|escape:'html':'UTF-8'}" title="{$accessory.legend|escape:'html':'UTF-8'}" class="product-image product_image"> <img class="lazyOwl" src="{$link->getImageLink($accessory.link_rewrite, $accessory.id_image, 'tm_home_default')|escape:'html':'UTF-8'}" alt="{$accessory.legend|escape:'html':'UTF-8'}" width="{$homeSize.width}" height="{$homeSize.height}"/> </a> <div class="block_description"> <a href="{$accessoryLink|escape:'html':'UTF-8'}" title="{l s='More'}" class="product_description"> {$accessory.description_short|strip_tags|truncate:25:'...'} </a> </div> </div> <div class="s_title_block"> <h5 class="product-name"> <a title="{$accessory.name|escape:'html':'UTF-8'}" href="{$accessoryLink|escape:'html':'UTF-8'}"> {$accessory.name|truncate:20:'...':true|escape:'html':'UTF-8'} </a> </h5> {if $accessory.show_price && !isset($restricted_country_mode) && !$PS_CATALOG_MODE} <span class="price"> {if $priceDisplay != 1} {displayWtPrice p=$accessory.price}{else}{displayWtPrice p=$accessory.price_tax_exc} {/if} </span> {/if} </div> <div class="clearfix" style="margin-top:5px"> {if !$PS_CATALOG_MODE && ($accessory.allow_oosp || $accessory.quantity > 0)} <div class="no-print"> <a class="btn btn-default ajax_add_to_cart_button" href="{$link->getPageLink('cart', true, NULL, "qty=1&id_product={$accessory.id_product|intval}&token={$static_token}&add")|escape:'html':'UTF-8'}" data-id-product="{$accessory.id_product|intval}" title="{l s='Add to cart'}"> <span>{l s='Add to cart'}</span> </a> </div> {/if} </div> </li> {/if} {/foreach} </ul> </div> </div> </section> <!--end Accessories --> {/if} Edited August 3, 2016 by kamil95 (see edit history) Link to comment Share on other sites More sharing options...
0 kamil95 Posted August 4, 2016 Author Share Posted August 4, 2016 I jak mam dokładnie ten kod co wkleiłem zamienić ? Czy mam go zmodyfikować ? Link to comment Share on other sites More sharing options...
0 endriu107 Posted August 4, 2016 Share Posted August 4, 2016 Ja napisałem co i jak należy zrobić, kwestia porównania kodu czy to jest to Link to comment Share on other sites More sharing options...
0 kamil95 Posted August 4, 2016 Author Share Posted August 4, 2016 (edited) Porównałem to tylko pytam czy nie za dużo skopiowałem w tym ostatnim. Edited August 4, 2016 by kamil95 (see edit history) Link to comment Share on other sites More sharing options...
0 endriu107 Posted August 4, 2016 Share Posted August 4, 2016 Co Ci wyszło podczas porównywania mojego i Twojego kodu? Link to comment Share on other sites More sharing options...
0 kamil95 Posted August 18, 2016 Author Share Posted August 18, 2016 (edited) Witam byłem na urlopie. Pierwsze wklejone wiersze moim zdaniem się rożnią. U Pan jest np. <h3 class="page-product-heading">{l s='More info'}</h3> <!-- full description --><div class="rte">{$product->description}</div> Natomiast u mnie: {$HOOK_PRODUCT_TAB} {if isset($HOOK_PRODUCT_TAB_CONTENT) && $HOOK_PRODUCT_TAB_CONTENT}{$HOOK_PRODUCT_TAB_CONTENT}{/if} Może to głupie pytanie, ale po prostu nie znam się na programowaniu i też nie chcę porobić błędów na stronie. Edited August 18, 2016 by kamil95 (see edit history) Link to comment Share on other sites More sharing options...
0 endriu107 Posted August 18, 2016 Share Posted August 18, 2016 Nie tylko pierwsze wiersze ale cały kod który podałeś jest niewłaściwy. Ja właściwie dałem Ci gotowe rozwiązanie, pozostało Ci tylko dopasować "kwadratowy klocek do kwadratowego otworu". Link to comment Share on other sites More sharing options...
Question
kamil95
Mam taki problem jak zamienić kolejność kategorii. Czy można to zrobić w jakiś szybki sposób ?
Edited by kamil95 (see edit history)Link to comment
Share on other sites
20 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