Giter Site home page Giter Site logo

prestashop-plugin-1.7's People

Contributors

akurzajewska avatar bfracek avatar coalacode-com avatar jagozajac avatar studiodev88 avatar tobiasz01 avatar

Watchers

 avatar  avatar

prestashop-plugin-1.7's Issues

Brak aktualizacji statusu w tabeli ps_order_history

Brak aktualizacji statusu w tabeli ps_order_history przez moduł Płatności Blue Media. Powoduje to rozbieżności w statusach zamówień widocznych w panelu administracyjnym i panelu klienta. Skrypt prawdopodobnie zatrzymuje się podczas wykonywania i prestashop również nie generuje faktury do zamówienia.

Błąd występuje w funkcji updateOrderPayments, w logach sklepu pojawia się błąd Blue Media - Save orderPayment error -- no OrderPayment

PrestaShop 1.7.8.8
PHP: 7.3.33
Wersja modułu: v2.8.5

[bug] Smarty Syntax error in template

Wersja PrestaShop: 1.7.2.0
Wersja PHP: 7.1.33
Wersja BluePayment: 2.7.5.1

Podczas wejścia do konfiguracji modułu występuje błąd:
Syntax error in template "/var/www/xxxx/modules/bluepayment/views/templates/admin/_configure/helpers/form/configure_fields.tpl" on line 24 "{include file="$desc_template"}" variable template file names not allow within {block} tags

Zrzut ekranu z 2022-06-09 11-17-00

Błąd konfiguracji Modułu Autopay Prestashop 8.1.2

Wersja PrestaShop: 8.1.2
Wersja PHP: 8.2.13

Wtyczka została zainstalowana, ale podczas konfiguracji wyświetla się błąd:
json_decode(): Argument #1 ($json) must be of type string, bool given

[TypeError 0]

TypeError -- TypeError: json_decode(): Argument #1 ($json) must be of type string, bool given at modules/bluepayment/src/Until/Helper.php:130 at json_decode(false, true) (modules/bluepayment/src/Until/Helper.php:130) at BluePayment\Until\Helper::parseConfigByCurrency('BLUEPAYMENT_SERVICE_PARTNER_ID', 'PLN') (modules/bluepayment/controllers/admin/AdminBluepaymentPaymentsController.php:783) at AdminBluepaymentPaymentsController->getConfigFieldsValues() (modules/bluepayment/controllers/admin/AdminBluepaymentPaymentsController.php:746) at AdminBluepaymentPaymentsController->renderForm() (modules/bluepayment/controllers/admin/AdminBluepaymentPaymentsController.php:72) at AdminBluepaymentPaymentsController->initContent() (classes/controller/Controller.php:319) at ControllerCore->run() (classes/Dispatcher.php:510) at DispatcherCore->dispatch() (adminCP/index.php:95)

Sugestie

Kilka sugestii:

Błąd podczas konfiguracji/instalacji modułu

Podczas próby konfiguracji wersji 2.8.8 lub podczas próby instalacji 2.8.9 pojawia się następujący błąd:

'Type error: Return value of BluePayment\Analyse\Amplitude::getAmplitudeId() must be of the type string, bool returned

[Symfony\Component\Debug\Exception\FatalThrowableError 0]'

Prestashop 1.7.8.2
PHP 7.4

Wsparcie zamówień o statusie Oczekujące nieołacone

Jeżeli umożliwiona jest sprzedaż przedmiotów których nie ma na stanie, to zamówienie przyjmuje status Oczekujące nieopłacone. Po opłaceniu zamówienie powinno przejść w status Oczekujące opłacone. W wersji 2.9.0 tego typu zamówienie po opłaceniu przechodzi do standardowego statusu Płatność zatwierdzona / zaakceptowana. Czy jest możliwość odróżnienia i obsługi tego typu zamówień? W poprzedniej wersji aby to obsłużyć trzeba było dopisać coś w stylu

                        if($order->current_state == 12) { // oczekujące nieopłacone
                            $this->changeOrderStatus($order, $remote_id, 9); // oczekujące opłacone
                        } else {
                            $this->changeOrderStatus($order, $remote_id, $status_accept_pay_id);
                        }

Run time exceptions on 3.0.1 module

I started getting exceptions with new 3.0.1 version of module. Stack trace below:

[Mon Jan 29 20:32:00.206242 2024] [proxy_fcgi:error] [pid 487:tid 140256745531136] [client Y] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught RuntimeException: Not supported serviceId "" - must be integer, string given in X/public_html/modules/bluepayment/src/OnlinePayments/Gateway.php:315\nStack trace:\n#0 X/public_html/modules/bluepayment/controllers/front/regulationsGet.php(60): BlueMedia\OnlinePayments\Gateway->__construct('', '', 'live')\n#1 X/public_html/modules/bluepayment/controllers/front/regulationsGet.php(34): BluePaymentRegulationsGetModuleFrontController->regulationsGet()\n#2 X/public_html/classes/controller/Controller.php(306): BluePaymentRegulationsGetModuleFrontController->initContent()\n#3 X/public_html/classes/Dispatcher.php(525): ControllerCore->run()\n#4 /X/public_html/index.php(28): DispatcherCore->dispatch()\n#5 {main}\n thrown in X/public_html/modules/bluepayment/src/On...', referer: X

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.