Mozart07 Posted January 25, 2016 Share Posted January 25, 2016 Cześć Potrzebuje edytować funkcje wszystkich przycisków kup teraz i dodaj do koszyka żeby odsyłały na inną stronę, gdzie szukać funkcji przycisków i co trzeba zmienić żeby to zrobić? PrestaShop™ 1.6.0.9 Link to comment Share on other sites More sharing options...
0 endriu107 Posted January 25, 2016 Share Posted January 25, 2016 Wszystkie mają odsyłać do jednej konkretnej strony czy przyciski mają kierować pod różne adresy? Link to comment Share on other sites More sharing options...
0 Mozart07 Posted January 25, 2016 Author Share Posted January 25, 2016 wszystkie na jedną stronę Link to comment Share on other sites More sharing options...
0 endriu107 Posted January 25, 2016 Share Posted January 25, 2016 Możesz edytować pliki product.tpl i product-list.tpl wystarczy w nich zmienić link przycisków. Link to comment Share on other sites More sharing options...
0 Mozart07 Posted January 25, 2016 Author Share Posted January 25, 2016 a która funkcje dokładnie? Bo jak edytuje to: <div class="button-container"> {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE} {if (!isset($product.customization_required) || !$product.customization_required) && ($product.allow_oosp || $product.quantity > 0)} {if isset($static_token)} <a class="button ajax_add_to_cart_button btn btn-default" href="{$link->getPageLink('cart',false, NULL, "add=1&id_product={$product.id_product|intval}&token={$static_token}", false)|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Add to cart'}" data-id-product="{$product.id_product|intval}"> <span>{l s='Add to cart'}</span> </a> {else} <a class="button ajax_add_to_cart_button btn btn-default" href="{$link->getPageLink('cart',false, NULL, 'add=1&id_product={$product.id_product|intval}', false)|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Add to cart'}" data-id-product="{$product.id_product|intval}"> <span>{l s='Add to cart'}</span> </a> {/if} {else} <span class="button ajax_add_to_cart_button btn btn-default disabled"> <span>{l s='Add to cart'}</span> </span> {/if} {/if} <a itemprop="url" class="button lnk_view btn btn-default" href="{$product.link|escape:'html':'UTF-8'}" title="{l s='View'}"> <span>{if (isset($product.customization_required) && $product.customization_required)}{l s='Customize'}{else}{l s='More'}{/if}</span> </a> </div> i zmieniam <a class="button ajax_add_to_cart_button btn btn-default" href="{$link->getPageLink('cart',false, NULL, "add=1&id_product={$product.id_product|intval}&token={$static_token}", false)|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Add to cart'}" data-id-product="{$product.id_product|intval}"> <span>{l s='Add to cart'}</span> </a> na <a class="button ajax_add_to_cart_button btn btn-default" href="www" rel="nofollow" title="{l s='Add to cart'}" data-id-product="{$product.id_product|intval}"> <span>{l s='Add to cart'}</span> to nic to nie daje i wyświetla mi się normalnie okienko przejdź do zakupów Link to comment Share on other sites More sharing options...
0 endriu107 Posted January 25, 2016 Share Posted January 25, 2016 U ciebie najlepszym rozwiązaniem było by po pierwsze włączenie w opcjach sklepu trybu katalogu, spowoduje to usuniecie wszystkich elementów które są związane z procesem zakupowym w tym przycisków dodaj do koszyka, później w tych plikach co pisałem po prostu wstawić nowe przyciski z linkami do tej strony na którą maja kierować. Link to comment Share on other sites More sharing options...
Question
Mozart07
Cześć
Potrzebuje edytować funkcje wszystkich przycisków kup teraz i dodaj do koszyka żeby odsyłały na inną stronę, gdzie szukać funkcji przycisków i co trzeba zmienić żeby to zrobić?
PrestaShop™ 1.6.0.9
Link to comment
Share on other sites
5 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