For programmers

Debug bar
It's visible for ADMINS only at bottom of frontend pages ( shop/category/cart/checkout/..). You must visit >WooCommerce>Pricing Rules, tab >...
Thu, 29 Aug, 2019 at 3:15 PM
Helpers
We moved these functions to static class  WDP_Functions  (but legacy class WDP_Frontend can be used too). get_gifted_cart_products()  just returns array...
Tue, 6 Oct, 2020 at 10:42 AM
Supported hooks
It's topic for version 2.x We added a lot of hooks already, if you need new one - submit ticket to helpdesk. Most important hooks  are   1. wdp_...
Tue, 16 Jun, 2020 at 2:59 PM
How to program custom fees
Sometimes you have to setup complex fees   which can't be done via UI. Here is sample code which adds 2 different fees to  the cart  //This code...
Thu, 15 Aug, 2019 at 3:52 PM
Polylang - translate "Bulk table message"
for example, I set  "Bulk table message" = BULK TEXT  for one rule and  "Bulk table message" = BULK TEXT2 for another rule 1. Add...
Thu, 4 Jul, 2019 at 9:32 AM
How to add more rules
At the tab "Tools" you can see a rule`s JSON structure. For importing them, call WDP_Importer::import_rules($data, $reset) $data is the de...
Wed, 29 Apr, 2020 at 9:12 AM