PAJ
PAJ
Just an update on this problem, the exception is being thrown in public function encryptBankDataInAdminhtmlQuote(Varien_Event_Observer $observer) The error is not seen with all customers, seems to affect older customer accounts....
yes it is a bad hack, but its been running in a live shop for a few weeks now without any affect on orders with this payment method. It is...
Yes the change is in Observer.php. Did you upgrade Itab_Debit in order to get the new SEPA functionality? I seem to remember a problem I had after upgrading a very...
I am seeing this issue too. The correct SEPA data in admin is not being shown because getDebitType() in Itabs_Debit_Helper_Data() is returning an invalid (empty) value. The code attempts to...
Have forked this project and updated my changes for this bug here https://github.com/gaiterjones/Magento-DebitPayment
There doesn't seem to be much interest in this issue at the moment it's pretty easy to fix in the js but the easiest way to work around it is...
@adigame you can try extending/updating vendor/magento/module-inventory-configurable-product-frontend-ui/view/frontend/web/js/configurable-variation-qty.js at line 32 change `if (response.qty !== null) {` to `if (response.qty > 0) {` This is a workaround that will stop the incorrect...
@zaiatsFlagbit I think paginating the variation data could be an option so the user loads the variations manually per variation page click. I have not worked with a configurable product...
@zaiatsFlagbit your module looks very interesting, great work - did you test it with this module too or are you happy to simply paginate the variations to improve loading? I...
I did see that but had assumed the install process was using db access credentials derived from Magento and did not want to change that user. According to that info...