From a72c8513d1747526ec9f33ac93e57a305cd50fd6 Mon Sep 17 00:00:00 2001 From: O K Date: Tue, 2 Dec 2025 10:54:23 +0200 Subject: [PATCH] add updateProductList listener, update version number --- .gitignore | 2 + b2bpayments.php | 2 +- .../breadcrumb_price_display_switcher.tpl | 88 ++++++++++--------- 3 files changed, 49 insertions(+), 43 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f2fe10 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +llmdumper.php +.llmdump \ No newline at end of file diff --git a/b2bpayments.php b/b2bpayments.php index eab0af9..8279f8d 100644 --- a/b2bpayments.php +++ b/b2bpayments.php @@ -20,7 +20,7 @@ class B2BPayments extends PaymentModule implements PrestaShop\PrestaShop\Core\Mo { $this->name = 'b2bpayments'; $this->tab = 'payments_gateways'; - $this->version = '1.0.0'; + $this->version = '1.0.1'; $this->author = 'panariga'; $this->need_instance = 0; $this->bootstrap = true; diff --git a/views/templates/hook/breadcrumb_price_display_switcher.tpl b/views/templates/hook/breadcrumb_price_display_switcher.tpl index 7816870..7c73b83 100644 --- a/views/templates/hook/breadcrumb_price_display_switcher.tpl +++ b/views/templates/hook/breadcrumb_price_display_switcher.tpl @@ -22,38 +22,32 @@