Common

Compatibility with my theme/plugin

Free and pro versions use the same core, so you can test it using free version.

Some themes don’t support WooCommerce hooks, so you should add shortcodes [adp_category_bulk_rules_table] and [adp_product_bulk_rules_table] to necessary page templates (or directly to product description). OR you can submit a new ticket.

If you use paid plugin/theme — please, upload it (as.zip file) to the ticket!

Debug bar

You can find a description of the features of debug bar here.

Recommended feed plugin

Advanced Dynamic Pricing for WooCommerce is compatible with most of the feed plugin. We have compatibility settings for the CTX Feed plugin in PRO version of our plugin.

Most often used feed plugins with Advanced Dynamic Pricing:

1) CTX Feed – WooCommerce Product Feed Manager Plugin by WebAppick;

2) Product Feed PRO for WooCommerce by AdTribes.io;

Recommended multicurrency plugin

Advanced Dynamic Pricing for WooCommerce is compatible with most of the multicurrency plugin.

Most often used multicurrency plugins with Advanced Dynamic Pricing:

1) WooCommerce Multilingual & Multicurrency by OnTheGoSystems;

2) WOOCS – WooCommerce Currency Switcher Professional by realmag777;

3) Currency Switcher for WooCommerce by Aelia;

4) Currency Switcher for WooCommerce by WP Wham.

5) YayCurrency – WooCommerce Multi-Currency Switcher by YayCommerce.

List of the supported product addons plugins (PRO):

1) WooCommerce Extra Product Options, by ThemeComplete

2) Extra Product Options (Product Addons) for WooCommerce, by ThemeHigh

3) Woocommerce Custom Product Addons, by AcoWebs

4) Product Add-Ons, by WooCommerce

Tags supported at tab “Product Price”

Tags for BULK rules
{{price}} – minimal price for product, based on bulk table.
{{price_suffix}} is just text. You can set it at “WooCommerce” -“Settings” – “Tax”, field “Price display suffix”.
{{initial_price}} – product price before applying our rules.
{{price_striked}} – tag shows same value as {{initial_price}}, but it will be striked.
{{regular_price_striked}} – tag shows the strike regular price of product.

Tags for VARIABLE products
{{min_variation_price}} – minimal price for variable product, we have to process all variations to get this price.
{{price_suffix}} is just text. You can set it at “WooCommerce” – “Settings” – “Tax”, field “Price display suffix”.
{{min_variation_price_initial}} – price of cheapest variation, before applying our rules. It will be striked.
{{regular_price_striked}} – tag shows the strike regular price of product.

Tags for NEXT product. They are active ONLY when this product is already in the cart.
{{qty_already_in_cart}} shows how many items are in cart already.
{{price_html}} – calculated price for the product, it’s price for {{qty_already_in_cart}} + 1 item.
{{Nth_item}} is ordinal number of shown product in the cart, it’s {{qty_already_in_cart}} + 1 .
{{regular_price_striked}} – tag shows the strike regular price of product.
So if have 2 books in the cart,
template “Buy {{Nth_item}} book for {{price_html}}” will output “Buy 3rd book for $9.99”.