You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use plugins for customized products. In this case, for example. These are stored separately in the shopping cart and therefore need a changed UUID. In the current version of your plugin, the following position is called in the CartSubscriber and causes a failed UUID check on these positions.
It would also be conceivable to install an event for which you can register to prevent the examination. Could you please consider something like this for your next plugin version?
The text was updated successfully, but these errors were encountered:
I found another part in the code which needs the same condition, the EsdCartService. The final solution needs to be implemented before any call of the checkProductsWithSerialKey function.
We use plugins for customized products. In this case, for example. These are stored separately in the shopping cart and therefore need a changed UUID. In the current version of your plugin, the following position is called in the CartSubscriber and causes a failed UUID check on these positions.
We have now solved the customer's problem by excluding these products from the check by performing a UUID check ourselves and catching the exception.
It would also be conceivable to install an event for which you can register to prevent the examination. Could you please consider something like this for your next plugin version?
The text was updated successfully, but these errors were encountered: