wdrożenia PrestaShop Powiększenie zdjęć moduł

[bezpłatny] moduł Ship2pay Prestashop 1.4 .- 1.5 - 1.6

  • 3 Odpowiedzi
  • 14155 Wyświetleń

0 użytkowników i 1 Gość przegląda ten wątek.

*

Offline west

  • Administrator
  • Mieszkaniec
  • *****
  • 5,286
  • 106
  • Płeć: Mężczyzna
  • Europasaz.pl
    • PrestaShop, Wordpress, SMF, Woocomerce
  • PrestaShop: 1.7
  • Status: Programista
« Ostatnia zmiana: Wrzesień 03, 2014, 12:00:51 am wysłana przez west »
MODUŁY | https://europasaz.pl |  SKLEPY INTERNETOWE | WSPARCIE TECHNICZNE | HOSTING | https://europasaz.pl 

*

Offline oidnus

  • Nowy
  • *
  • 3
  • 0
Odp: [bezpłatny] moduł Ship2pay Prestashop 1.4 .- 1.5 - 1.6
« Odpowiedź #1 dnia: Lipiec 20, 2014, 07:39:16 pm »
Działa.

*

Offline adasko12

  • Nowy
  • *
  • 19
  • 0
  • PrestaShop: PS
  • Status: forum
Odp: [bezpłatny] moduł Ship2pay Prestashop 1.4 .- 1.5 - 1.6
« Odpowiedź #2 dnia: Sierpień 06, 2014, 06:12:43 pm »
a ma ktoś wersje dla 1.6? ta nie działa.

*

Offline design4VIP

  • user
  • Mieszkaniec
  • *****
  • 3,866
  • 131
    • design4VIP z innej strony...
  • PrestaShop: PS
  • Status: Programista
Odp: [bezpłatny] moduł Ship2pay Prestashop 1.4 .- 1.5 - 1.6
« Odpowiedź #3 dnia: Sierpień 06, 2014, 07:18:18 pm »
do ver 1.6.0.5 dziala porpawnie powyzej nalezy wprowadzic zmiany w Hook:

Cytuj
I don't have enough time to test it, but it appears that module uses deprecated method in shiptopay/Hook.php. That function Module::getPaypalIgnore() was used to restrict countries for PayPal module. Removing line with call to it should fix error.
 
 So delete line #44 in modules/shiptopay/Hook.php (marked red colour):

if ($frontend) {     $sql->leftJoin('module_group', 'mg', 'mg.`id_module` = m.`id_module`');     $sql->where('mg.`id_group` IN (' . implode(', ', $groups) . ')');     $sql->where(Module::getPaypalIgnore());     $sql->groupBy('hm.id_hook, hm.id_module'); }
If you do not want to reinstall module make this change to two files:
 - modules/shiptopay/Hook.php
 - and override/classes/Hook.php (<- when module is installed Hook.php is copied to this path).
 
 And remember. Before making any changes backup files and db!


 ewentulanie nowsza wersa modulu: Payment2Carriers TUTAJ  - ale ta ma jeszcze kupe bugow.
design4VIP z innej strony...