Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › Price Matrix for Categories
Tagged: discounts, ppom, pricematrix, quantity
- This topic has 13 replies, 3 voices, and was last updated 5 years, 1 month ago by nmedia.
-
AuthorPosts
-
April 8, 2019 at 11:02 pm #11139MarkParticipant
PPOM price options get overridden by a quantity discount pricing plugin I was using called Dynamic Pricing. I decided to disable that plugin and use the Price matrix instead. However, this feature does not extend beyond the cart line items. I need it to give a discount to all items in the cart that are in the same category.
What are the odds that this will happen soon? Can development be accelerated with modest $$$?
Can PPOM be made to apply the option price after Dynamic Pricing plugin reduces the price? I.e. is there a plugin order that I can set?
April 9, 2019 at 1:19 pm #11142Jane BrianKeymasterHi MARK
Thanks for reaching us, we have received your request. We will get back to you as soon as possible to response your question.April 9, 2019 at 4:38 pm #11172nmediaKeymasterHi Mark,
we are working on discount price with PPOM, either to make PPOM comaptible with a one good discount price or add our own discount price based on categories.
April 9, 2019 at 5:09 pm #11174MarkParticipantOk. I’m glad it is a work in progress. Any thoughts on how long this could take? A week? 6 months? I have to figure this out quick, and the current only solution is to drop PPOM. Which is disappointing because I like how flexible it is.
April 10, 2019 at 3:50 am #11178nmediaKeymasterMark, it may take 4-6 weeks.
April 12, 2019 at 8:09 pm #11232MarkParticipantOk, do think it is better to have the ability to discount the base product and the options separately?
For instance, maybe discounts on the base product is category based meaning it can apply discounts to all items in the cart that are in the same category. But the options that are in each line item are discounted differently.
Also, the ability to discount by percentage is desired.
April 13, 2019 at 4:32 pm #11238nmediaKeymasterHi,
Mark, dealing with price is really a painful work and it should be :), so we are thinking on this very deeply how to handle this. So we will share all plan how discounts are being applied when we add this feature. We certainly consider our clients suggestions in this regards.
April 13, 2019 at 7:38 pm #11251MarkParticipantThank you for working on this. In the mean time, can you look to see if there is a quick fix for having the Dynamic Pricing plug-in apply the discount to the base product and not overriding the final price after the options are added? The Dynamic Pricing plug-in does have a rules execution order.
Maybe it’s better to just piggy back onto this plug-in and get your options pricing working with it. Your discounts could be just applied to the options itself and not to the base price.
April 13, 2019 at 8:53 pm #11252MarkParticipantI have also tried this plug-in but the price is overwritten as well. They do have compatibility code for a different plug-in. Maybe you can make a tweak to this code for PPOM.
add_filter( 'wdp_save_cart_item_keys', function ( $keys ) { $keys[] = 'addons'; return $keys; }); add_filter("wdp_get_product_price", function($price, $product, $price_mode, $item_meta){ if( !empty($item_meta["addons"]) ) { foreach($item_meta["addons"] as $addon) if( !empty($addon["price"]) ) $price += $addon["price"]; } return $price; },10,4);
https://algolplus.freshdesk.com/support/solutions/articles/25000019237-woocommerce-product-add-ons
- This reply was modified 5 years, 6 months ago by Mark.
April 16, 2019 at 4:27 pm #11301nmediaKeymasterHi Mark,
thanks for sharing in such details, I am looking all these options and will get back to you with good news.
April 17, 2019 at 5:19 pm #11404MarkParticipantCan you explain how the Basic PPOM and the Pro PPOM plugin work together? Can I uninstall the basic plugin now that the Pro version is installed?
If we create a compatibility fix for the PPOM basic, will it apply for the Pro as well?
April 18, 2019 at 4:21 pm #11507nmediaKeymasterYou need to use both plugin at same time.
August 12, 2019 at 5:28 pm #13436MarkParticipantHi,
Has any improvements been made to discounts in PPOM regarding applying discounts to all products in the cart if they are in the same category?
Thanks.
August 19, 2019 at 1:40 pm #13518nmediaKeymasterHi Mark,
Sorry on this, but it’s not added. But we are working on PPOM to make it compatible with Dynamic prices plugin. Soon I will share update on this in release.
-
AuthorPosts
- You must be logged in to reply to this topic.