[ Updated ] Plugin Woocommerce Volume Offers 1.3.0
Important: this plugin belongs to the Timerys company here: https://timersys.com/plugins/woocommerce-bogo-deals/
Woocommerce Volume offers plugin allows to you increase your sales by offering different types of discounts as 2×1 or 3×2 obeying established conditions (filters by categories and attributes)
Compatible with:
- Woocommerce 3.0.x
- Woocommerce 3.1.x
- Woocommerce 3.2.x
- Woocommerce 3.3.x
- Woocommerce 3.4.x
New Features
1. Connectors AND/OR to categories and attributes
When you put several categories, you can choise how these options related by the “Categories Connector”, in the same way the attributes if you put several options. Then between Categories and Attributes field the relation always is AND.
To this example: the discount applies if the product is within Tshirt OR Hoddies category, and besides if is within Gray Color AND Large Size.
2. Discount type “Same Product” appears in the same row
Now when you have type discount “Same Product“, it will appear in the same row in the cart or checkout, and it will add to the subtotal.
The types discount “Several Products” as always will appear below of subtotal but won’t add to it, but yes to the total.
3. Discounts appear in the order detail
4. Discounts appear in the email detail
5. Manager License
In the details plugins we have a link to verify the license status. When you click, this open a popup with information about of your license.
With the button “Unassign from this web” you can free the license to use it in other website.
6. Hooks
do_action(‘voffers/admin/before_form/edit’, $post);
do_action(‘voffers/admin/after_form/edit’, $post);
These hooks allow add code before and after of the discount form.
apply_filters(‘voffers/admin/manage_columns/name’,$ok_columns,$columns);
apply_filters(‘voffers/admin/manage_columns/value’, $value_column, $column, $post_id);
These hooks allow modify the columns in the discount list in the admin panel
apply_filters(‘voffers/same_product/view’, $product_subtotal, $voffers, $cart_item, $cart_item_key);
This hook allows customize the view of the type discount “Same Product” in the cart page and checkout page
apply_filters(‘voffers/several_products/list’, $voffers_severalp, $array_conditions);
This hook allows get the all the discounts of “Several Products” to be customize it.
do_action(‘voffers/order_details/before_print’, $voffers_all);
do_action(‘voffers/order_details/after_print’, $voffers_all);
These hooks allow add code before and after of put all the discounts in the order details
apply_filters(‘voffers/email_detail/output’, $voffers_output, $order);
This hook allows customize the discounts in the email details
Get Plugin Woocommerce Volume Offers
Download Plugin Demo
More Information
Here you can find information about old version: