Promotions by order of payment methods do not appear on the product page
ID: 781523
No Fix
Published on 8/13/2019
•
Last update on 7/1/2024
Summary
The product page shows the SKU price with some promotions only, which does not include the specific conditions for payment methods nor the number of installments. These are only applied during checkout, after the user has explicitly opted for using a certain payment condition.
Simulation
- Create a promotion that grants a 5% discount for payment by "boleto" (popular Brazilian offline payment method)
- Access the product page
- Note that the displayed value do not take the set discount into account. The discount will appear after choosing "boleto" as payment method at checkout.
Workaround
This scenario can be easily solved by implementing a front-end Javascript which calculates the price and includes the discount percentage due, thereafter displaying an element with this additional price on the product page.