macopedia / magento2-omnibusdirective

Implementation of EU Omnibus Directive for Magento 2
GNU General Public License v3.0
13 stars 2 forks source link

Doesn't work in Magento 2.4.5-p1? #3

Open Green2Matter opened 1 year ago

Green2Matter commented 1 year ago

After installing in Magento 2.4.5-p1 and having manually changed special price in backend, there was no data displayed in dedicated spot (historic price and so on...) in Catalog - Products - chosen product page. Am I doing something wrong?

idziakjakub commented 1 year ago

Hello @Green2Matter,

according to Omnibus Directive rules historical price is saved only when your price / special price is changed to greater than before, e.g. your product price is 50$, and you added special price 40$ - after it, you removed special price or changed price to 60$ - module will keep the lowest price (40$) for 30 days.

Green2Matter commented 1 year ago

Ok, got it. As for now, I can see historical price in backend, but not in frontend. Despite adding suggested in https://github.com/macopedia/magento2-omnibusdirective/issues/2#issuecomment-1217529781 change in product.info.price container what resulted in:

Zrzut ekranu 2023-01-11 o 02 21 57

and no data is generated for that code...

idziakjakub commented 1 year ago

Hello @Green2Matter,

can you upload screenshots from your admin panel with product prices (price, special price, historical price)?