piotrade Posted April 22, 2014 Share Posted April 22, 2014 (edited) Witam, Potrzebuję przenieść klawisz "paypal checkout" pod "dodaj do koszyka" na stronie produktu lub gdzieś w okolice. Teraz wyświetla się na samym dole strony. Sprawdziłem wszystkie opcje w moduły>pozycje dotyczące wyświetlania na karcie produktu i za każdym razem otrzymuję informację, że nie może przenieść modułu (przenoszę moduł paypal). Presta 1.6.0.5 Jeśli ktoś wie jak rozwiązać ten problem to bardzo proszę o pomoc. Pozdrawiam Edited April 22, 2014 by piotrade (see edit history) Link to comment Share on other sites More sharing options...
Yabber Posted April 23, 2014 Share Posted April 23, 2014 Musisz do modułu paypal dodać zaczep (hook) "displayProductButtons" W paypal.php do funkcji "public function install()" dodaj !$this->registerHook('displayProductButtons' Odinstaluj i zainstaluj moduł ponownie. Teraz będziesz mógł zaczepić button paypal do "displayProductButtons" Link to comment Share on other sites More sharing options...
piotrade Posted April 23, 2014 Author Share Posted April 23, 2014 Dziękuję za pomoc. Zadziałało Dodałem również taki kod kopiując linię 397 w paypal.php: public function hookDisplayProductButtons() { $content = (!$this->useMobile()) ? $this->renderExpressCheckoutButton('product') : null; return $content.$this->renderExpressCheckoutForm('product'); } W efekcie klawisz paypal pojawia się dokładnie pod "dodaj do koszyka". Link to comment Share on other sites More sharing options...
Recommended Posts