Can I Use It on Specific Products Only?
Currently, the WC PPP plugin applies discounts at the cart level using WooCommerce coupons. These coupons affect the entire cart subtotal, not individual products, and they are tied to the customer’s country.
This means you cannot limit PPP discounts to specific products using plugin settings directly. However, you can modify the behavior slightly by manually editing the generated coupons to apply only to selected product IDs or categories.
How to apply to specific products:
- Go to WooCommerce > Coupons.
- Find the PPP coupon (e.g.,
ppp-us
for United States). - Edit the coupon and scroll to the Usage Restriction section.
- Use the “Products” or “Product Categories” field to restrict the discount to specific items.
- Save the changes.
Note: If you later regenerate the country coupons from plugin settings, these manual changes may be overwritten.
For now, restricting PPP discounts to selected products is possible only through manual coupon editing or custom development using WooCommerce filters.