Arsenal21 / stripe-payments

Stripe Payments Plugin for WordPress
11 stars 8 forks source link

Coupon code is visually applied for all products on page when entered for one #48

Closed erommel closed 6 years ago

erommel commented 6 years ago

If there are several products on page and coupon is applied for one of those, all remaining products have their prices changed visually to the price of the product that has coupon applied to.

Solution: make sure only specific DOM branch is processed during visual price replacement, not all of them.