doofinder / doofinder-magento2

Open Software License 3.0
10 stars 9 forks source link

Solve issue missing special_price #241

Closed sofia-doofinder closed 1 year ago

sofia-doofinder commented 1 year ago

Seems that in version 0.8.6 (https://github.com/doofinder/doofinder-magento2/pull/237) when we fix the bug with special_price and old magento2 version we introduce a new bug.

We're deleting the special_price from custom attributes before set the extension attributes, so the special_price is never set, we've to change the order to set it correctly:

image

image