@@ 884-891 (lines=8) @@ | ||
881 | paylater::$modulePath = _PS_MODULE_DIR_.'paylater/'; |
|
882 | } |
|
883 | ||
884 | public function hookDisplayProductButtons($params) |
|
885 | { |
|
886 | $display_widget = (int)Configuration::get('PAYLATER_PRODUCT_WIDGET', null); |
|
887 | if ($display_widget == 0) { |
|
888 | return $this->getProductWidget($params); |
|
889 | } |
|
890 | return false; |
|
891 | } |
|
892 | ||
893 | public function hookDisplayRightColumnProduct($params) |
|
894 | { |
|
@@ 893-900 (lines=8) @@ | ||
890 | return false; |
|
891 | } |
|
892 | ||
893 | public function hookDisplayRightColumnProduct($params) |
|
894 | { |
|
895 | $display_widget = (int)Configuration::get('PAYLATER_PRODUCT_WIDGET', null); |
|
896 | if ($display_widget == 1) { |
|
897 | return $this->getProductWidget($params); |
|
898 | } |
|
899 | return false; |
|
900 | } |
|
901 | ||
902 | public function hookDisplayRightColumn($params) |
|
903 | { |