A product with a price specific for a customer group
A customer that belongs to the specified customer group
Steps to reproduce
Login as the customer that belongs to the customer group specified in the preconditions
Add the product to cart
Go to cart
Expected result
Special price being applied
Actual result
Regular price its being applied
Notes
Noticed while working with this extension, the $qty are not being passed in the aroundGetFinalPrice plugin which causes to be null and subsequently makes the calculation for the layered price fail since the product quantity is required to drive that calculation.
This can affect to scenarios like wholesale price not working with the extension enabled.
Preconditions
Steps to reproduce
Expected result
Special price being applied
Actual result
Regular price its being applied
Notes
Noticed while working with this extension, the $qty are not being passed in the
aroundGetFinalPrice
plugin which causes to be null and subsequently makes the calculation for the layered price fail since the product quantity is required to drive that calculation.This can affect to scenarios like wholesale price not working with the extension enabled.