Free Tax on orders over ₹599 Rupees or $9.99 Dollars Teams & Conditions
- 97%

WooCommerce Dynamic Pricing 3.1.25

299.00

Product is rated as #75 in category Woocommerce Extensions
Features9.6
Pricing9.5
User Friendly9.5
Support9.5
  • You’ll Receive the Original Product with GPL License!
  • Exact Same Files Being Distributed By Developer WooCommerce
  • We Purchase And Download From Original Authors
  • This product is Pre-Activated for your domain
  • 100% Free From Virus / Malicious Script / Backdoor
  • Standard Support From Our In-House Experts(Free/Paid)
  • Product Version: v3.1.25
  • Previous versions available: on request
  • Use On Unlimited Own & Client Websites
  • 1 Year Of Free Updates
  • Product Last Updated: 06 May 2021
  • Developer: WooCommerce
  • Demo Link: https://www.woocommerce.com/products/dynamic-pricing/

EAN: N/A SKU: ansefy_gpl_01252 Tag:

299.00

(-97%)
Add to wishlistAdded to wishlistRemoved from wishlist 0

Ansefy GPL DownloadWooCommerce Dynamic Pricing 3.1.25 is useful when you need to discount a product based on the quantity of something a shopper is purchasing. Optionally, advanced product pricing can be applied to existing customers who you have added to a role you configure. You can download the WooCommerce Dynamic Pricing 3.1.25 extension plugin for wordpress by codecanyon with the gpl license key free and non nulled free or non-crack free latest version file.

WooCommerce Dynamic Pricing is a WooCommerce Extensions being developed by Woothemes. WooCommerce Dynamic Pricing allows create four diferrent types of bulk discounts and price adjustments. WooCommerce Dynamic Pricing has been designed to give store owners flexibility in controlling prices.

WooCommerce Dynamic Pricing 3.1.25

Examples

  • Give a 10% discount to Product Name when shoppers purchase 5 or more Product Names.
  • Give a $20 discount to Gold Members when they purchase between 2-5 Product Names. Give them a $25 discount when if they purchase more than 5.
  • Give a 5% discount to Everyone and a 10% discount to Gold Members when they purchase 5 or more Product Names.
  • Offer a Laptop carrying case at a %10 discount if they purchase 1 or more items from the Laptops category.

Download WooCommerce Dynamic Pricing. You’ll receive the exact .zip file you would download from the original author. You can save your money up to 99% and 100% viruses free. You can download the WooCommerce Dynamic Pricing 3.1.25 extension plugin for wordpress by codecanyon with the gpl license key free and non nulled free or non-crack free latest version file.

Dynamic Pricing Changelog:

2021.05.05 – version 3.1.26
* Fix: Fix the sorting function to sort in the right direction. Resolves issues with variations being discounted incorrectly.

2021.04.30 – version 3.1.25
* Fix: Update sorting functions for PHP 8.
* Fix: Update the way the jquery-sortable-ui is included.

2021.02.12 – version 3.1.24
* Update: WP and WC Version

2020.12.15 – version 3.1.23
* Update: WP and WC Version

2020.10.15 – version 3.1.22
* Update: WP and WC Version

2020.08.21 – version 3.1.21
* Fix: Remove hardcoded value for num_decimals.
* Update: Remove old compatibility file from the admin directory.

2020.08.18 – version 3.1.20
* Update: Allow variable products with a 0 based price to have their prices modified with a Fixed Price rule in the shop.
* Update: Allow variable products with a 0 based price to have their prices modified with the groups module.
* Update: Include modifications from WPML to allow translation of category rules.
* Update: Fix issue with simple pricing rules on variable products.
* Update: Fix an issue where prices reduced to 0 on variable products would not show the discount format after selecting a variation.
* Update: Fix an issue with empty prices being returned as 0.00 from Dynamic Pricing rather than an empty string.

2020.04.08 – version 3.1.19
* Update: Only show adjustments in the shop for advanced category rules when the product is in both the categories to count as well as the categories to adjust.

2020.03.30 – version 3.1.18
* Fix: Correct issue with discounts being show in the shop when minimum quantity was not reached.

2020.03.30 – version 3.1.17
* Fix: Correct issue with discounts being show in the shop when minimum quantity was not reached.

2020.03.27 – version 3.1.16
* New: New filter to disable applying pricing rules in the shop when the quantity is 0, or 1. Basically the adjustment will only show up in the cart.
add_filter(‘woocommerce_dynamic_pricing_show_adjustments_in_shop’, ‘__return_false’);
* Update: Allow 0 based fixed prices to set the price of the product in the shop.
* Update: New filters to allow for custom taxonomy modules for processing. Used specifically for variation attribute targeting.

2019.07.23 – version 3.1.15
* Fix: Fix issue when applying special offer discounts to specific variations based on variation quantity count.
* Update: Added the ability to add a percentage greater than 100 in the order total module to add a percentage up-charge.
* Fix: Fix issue in 3.1.14 where apache was throwing headers already sent errors due to a space before the opening <?php tag

2019.07.22 – version 3.1.14
* Update: Modify plugin url to allow for symlinks.
* Update: Update Membership Plan selector to the enhanced WC select box.
* Update: Allow percent increases for product prices for simple rules.
* Update: Add woocommerce_dynamic_pricing_get_rule_amount to the simple groups module.
* Update: Modify rules so that rules which are based on quantity of 1 will show in the store before adding to the cart.

2019.01.07 – version 3.1.13
* Fix: Fix issue where rules were being loaded for roles other than the logged on users role.

2019.01.03 – version 3.1.12
* Fix: Fix issue where discounted prices were being shown when in an invalid state.

2019.01.02 – version 3.1.11
* Update: Fix date ranges so they are localized to the WordPress time.
* Update: Update date range calculation to be inclusive. Sales start at 00:00:01 and end at 23:59:59 on the selected dates.
* Update: Modify some labels to maintain consistency.
* Update: If cart item has deposits set, return the price being requested so deposit prices are not filtered twice.
* Update: Add WooCommerce Product Options totals back onto products with Fixed Price adjustments.

2018.10.23 – version 3.1.10
* Update: Check for null cart items in sorting function. Should never happen unless a plugin or theme is incorrectly loading the cart.
* Update: Tested to WC 3.5

2018.10.08 – version 3.1.9
* New: Included a new collector module to allow inclusive ( AND ) for advanced category rules. Since this is a unusual use case a filter is needed to enable.
— add_filter(‘wc_dynamic_pricing_get_collector_object’, function($collector, $type) { return ‘WC_Dynamic_Pricing_Collector_Category_Inclusive’; }, 10, 2);
* Fix: Include check that categories have been selected before attempting count.

2018.09.18 – version 3.1.8
* Update: Added an argument to the quantity collector filter, which now passes in the rule set.
* Update: Properly sort cart items for discounting in ascending order.
* Update: Use multiselect fields instead of checkboxes in Advanced Category Rules.
* Update: Use multiselect fields instead of checkboxes in Advanced Product Rules.
* Update: Use multiselect fields instead of checkboxes in Order Total Pricing.
* Update: Use variation names instead of variation ID’s only in Advanced Product Rules.
* Fix: Fix issue with the woocommerce_dynamic_pricing_count_categories_for_cart_item filter where the wrong cart item was being passed.

2018.08.03 – version 3.1.7
* Update: Include 0 based pricing for advanced category rules when using Groups.
* Fix: Fix issue where Mix and Match product children product titles were incorrectly being set to the parent name.
* New: Allow WooCommerce Memberships to be used for advanced pricing rules, “Applies To”.
* Fix: Double check a variations parent exists before getting it’s categories.

2018.04.25 – version 3.1.6
* Fix: Fix issue where prices were not discounted in the shop for Variable Subscription products.
* Update: Add filter to disable cumulative simple rules. add_filter(‘woocommerce_dynamic_pricing_is_cumulative’, ‘__return_false’);
* Update: Skip cached prices when $force_calculation is passed into on_get_price();
* Update: Don’t preform tax calculations on fixed price adjustments, WooCommerce already does the calculations for us.

2018.02.09 – version 3.1.5
* Fix: Non repeating advanced product special offer rules calculations when the Receive quantity is larger than the cart item quantity.
* Update: Check cart exists in context tracker before use.
* Fix: Fix issue with mini cart again for WC 3.3.1

2018.02.01 – version 3.1.4
* Fix: Fix category counter for WC < 3.0
* Fix: Check for a valid cart item in the counter before counting categories.
* Fix: Fix Advanced Category Rules where decimal separator is a comma.
* Update: Update tested to WC 3.3.0, WP 4.9.2, copy @ 2018

2017.11.22 – version 3.1.3
* Fix: Check product exists before attempting to load pricing rules.
* Update: Added filter, wc_dynamic_pricing_flag_is_on_sale, to indicate if the extension should flag adjusted products as on sale.
default is true.
* Update: Added filter, wc_dynamic_pricing_check_coupons, to determine if Dynamic Pricing should check coupons excluding sale items for discounts.
default is true.
* Update: Add full ability to use custom taxonomies as discount types.
* Fix: Fix custom taxonomy counting for all custom taxonomies, including Product Brands.
* Fix: Added compatibility with WC 3.2.4, 3.2.5

2017.10.24 – version 3.1.2
* Fix: Fix mini-cart refresh since WC 3.2

2017.10.03 – version 3.1.1
* Fix: Fix issue where Special Offer rules were not set as valid for valid users.
* Update: Added .pot files for translators

2017.08.29 – version 3.1.0
* Update: No longer need to force re-calculate totals on session loaded, fixes issues with VAT Number Extension.

2017.07.24 – version 3.0.12
* Update: Update woocommerce_dynamic_pricing_process_product_discounts in advanced totals with correct parameters.

2017.07.18 – version 3.0.11
* Fix: Fix integration with Product Bundles. Important Update

2017.07.17 – version 3.0.10
* Fix: Fix deprecated warning for $coupon->exclude_sale_items();
* Fix: Fix issue where advanced category discounts would not accept 1% as the discount amount.
* Fix: Fix issue where bundled products not priced individually would have rules applied when part of a bundle.
* Fix: Add woocommerce_dynamic_pricing_process_product_discounts filter to special offer advanced category discount rules.

2017.06.08 – version 3.0.9
* Update: Cache loaded product rules for performance improvements.
* Update: Update text domain to woocommerce-dynamic-pricing.
* Update: Localize all strings in the admin interface.

2017.05.24 – version 3.0.8
* Update: Fix issue with WC < 3.0 and WooCommerce Membership Discounts
* Update: Fix issue with the transient caching of variable products for different roles.
* Update: Compatibility with Subscribe All The Things 2.0

2017.04.26 – version 3.0.7
* Update: Better compatibility with Product Bundles.

2017.04.21 – version 3.0.6
* Fix: Patch to correct for error in WC < 3.0 where $product->get_parent() does not actually return the parent.

2017.04.18 – version 3.0.5
* Fix: Correct fatal error on variable products for older WooCommerce versions less than 3.0.0

2017.04.17 – version 3.0.4
* Update: Switch context to use spl_object_hash
* Fix: Call get_price on cart items in edit mode to prevent extensions from applying duplicate modifications to the cart item price.
* Fix: Call get_price in get price to discount in edit mode to prevent subscriptions from applying the subscription price twice.

2017.04.10 – version 3.0.3
* Fix: Fixes and issue with Composite products displaying incorrect cart line item totals.

2017.04.05 – version 3.0.2
* Fix: Correct issue where 0 based discounts for variable products where not properly reflected in the catalog or single product page.

2017.04.04 – version 3.0.1
* Fix: Correct issue with invalid WC 3.0 delete_meta method.
* Fix: Correct issue with invalid WC 3.0 update_meta method.
* Fix: Correct deprecated get_product warning in admin.

2017.03.28 – version 3.0.0
* Update: Front End WC 2.7 Ready You can download the WooCommerce Dynamic Pricing 3.1.25 extension plugin for wordpress by codecanyon with the gpl license key free and non nulled free or non-crack free latest version file.

9.6Expert Score
WooCommerce Dynamic Pricing 3.1.25
  • You’ll Receive the Original Product with GPL License!
  • Exact Same Files Being Distributed By Developer WooCommerce
  • We Purchase And Download From Original Authors
  • This product is Pre-Activated for your domain
  • 100% Free From Virus / Malicious Script / Backdoor
  • Standard Support From Our In-House Experts(Free/Paid)
  • Product Version: v3.1.25
  • Previous versions available: on request
  • Use On Unlimited Own & Client Websites
  • 1 Year Of Free Updates
  • Product Last Updated: 06 May 2021
  • Developer: WooCommerce
  • Demo Link: https://www.woocommerce.com/products/dynamic-pricing/
Features
9.6
Pricing
9.5
User Friendly
9.5
Support
9.5

OUR FEATURES

☑️Affordable Prices:
Our prices are much lower than developers. You can purchase a premium product at an affordable price!
☑️100% Original Files:
100% clean original files without implemented advertising, viruses, or malicious code.
☑️Frequent Updates:
We offer lifetime updates and we stay tuned and regularly lay out a fresh version of themes and plugins.
☑️Direct Download Links:
You download the product directly from our website without any waiting and advertising!
☑️100% Legal with GPL licensed:
All digital products presented on the website are released under GNU General Public License.
☑️Unlimited Domain Use:
The plugins and themes are GPL licensed so you can use them as often as you like on as many sites as you like.

READ BEFORE PURCHASE

  • Before making a purchase, please read the Terms and Conditions & Refund Policy.
  • If you have any questions, please first read the FAQ.
  • If you haven’t found the answer to your question, please contact us, we will respond asap.
  • You can download the product after the purchase by a direct link on your Downloads sections.
  • Please note that any digital products presented on the website do not contain malicious code, viruses, or advertising. We buy the original files from the developers. We do not sell any products downloaded from other sites.

UPDATES & SUPPORT

Updates

  • We offer frequent updates for one year from the date of purchase. After this period, you have to purchase the item again to receive further updates, we also offer lifetime updates as a second option.
  • We regularly update products as soon as we are notified about an update, we go and download it from the author and update it on our site, but In case the current version of the product is not the latest, You can request an update for the product from the form below.
  • We send regular emails advising when products have been updated so please be sure to provide an active email address when you sign up.

Support

  • Our support team is available 24/7, if you have any questions or need help in installing or configuring digital products purchased on the website, please don’t hesitate to contact us.
  • Please note that we are not developers of the provided products, so our technical support capabilities are limited. We do not change product functionality and do not fix developer bugs.

For more information please read FAQ & About Us.

Request This Product Update – [Fill Form]

HOW TO UPGRADE?

How do I upgrade a plugin?

First, install and activate this plugin – Easy Theme and Plugin Upgrades,
then follow the below steps:

  • Download the latest zip file for your plugin.
  • Log into your WordPress site.
  • Go to Plugins > Add New.
  • Click the “Upload Plugin” button at the top of the page.
  • Select the zip file with the new plugin version to install.
  • Click the “Install Now” button.

How do I upgrade a theme?

First, install and activate this plugin – Easy Theme and Plugin Upgrades,
then follow the below steps:

  • Download the latest zip file for your theme.
  • Log into your WordPress site.
  • Go to Appearance > Themes.
  • Click the “Add New” button at the top of the page.
  • Click the “Upload Theme” button at the top of the page.
  • Select the zip file with the new theme version to install.
  • Click the “Install Now” button.

How to fix the “style.css missing” error while uploading themes?

A common issue that can occur with users new to installing WordPress themes is a “Broken theme and/or stylesheets missing” error message being displayed when trying to upload or activate the theme.

This is because the theme download package on ThemeForest includes additional files to the theme such as the documentation, license, etc.

To solve this simply unzip the theme package you downloaded from Ansefy GPL and upload the themename.zip file which is included (with the file being the name of the theme).

SUBCRIBE TO US

Do you want to create and manage a high-quality website?

Subscribe & Get Access to All Premium WordPress Themes, Shopify, Magento, Drupal, Opencart, Prestashop, WooCommerce Themes, Modules, Scripts, Add-on, Plugins, Premium Extensions, Premium Themes, Plugins or much more at Affordable Prices, With Original Products, Free Updates & Unlimited Domain Use. Know More

Want to get download this plugin and theme for free. Join and Subscribe immediately with ansefy GPL via sending one email to us.

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “WooCommerce Dynamic Pricing 3.1.25”

Your email address will not be published. Required fields are marked *

Ansefy GPL
Logo
Shopping cart