New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): Dutch

1 2 3 9
Prio Original string Translation
Apply fine-grained bulk discounts to items in the shopping cart.
Priority: high
You have to log in to add a translation. Details
Apply fine-grained bulk discounts to items in the shopping cart.
Comment

Short description.

You have to log in to edit this translation.

WooCommerce Bulk Discount
Priority: high
WooCommerce bulk korting Details
WooCommerce Bulk Discount
Comment

Plugin name.

You have to log in to edit this translation.

<strong>NEW</strong> Supports WordPress Multisite. You have to log in to add a translation. Details
<strong>NEW</strong> Supports WordPress Multisite.
Comment

Found in description list item.

You have to log in to edit this translation.

<strong>NEW</strong> Compatible with WooCommerce 4.9. You have to log in to add a translation. Details
<strong>NEW</strong> Compatible with WooCommerce 4.9.
Comment

Found in description list item.

You have to log in to edit this translation.

To illustrate what the setting means, let's have two variations: A and B of some product. Both have this bulk discount setting: quantity = 10, discount = 10% quantity = 20, discount = 50%. If we have "Treat variations separately" checked, then when we order 10 times variation A and 10 times variation B, then 10% bulk discount will be applied on both cart lines. If we have "Treat variations separately" unchecked, then when we order 10 times variation A and 10 times variation B, it will count the discount to 10 + 10 items, i.e. 20 items together and now the discount 50% will apply to both cart lines. Therefore in the first case we treated the variations separately in the computation of the discount and in the second case we treat them as shared. You have to log in to add a translation. Details
To illustrate what the setting means, let's have two variations: A and B of some product. Both have this bulk discount setting: quantity = 10, discount = 10% quantity = 20, discount = 50%. If we have "Treat variations separately" checked, then when we order 10 times variation A and 10 times variation B, then 10% bulk discount will be applied on both cart lines. If we have "Treat variations separately" unchecked, then when we order 10 times variation A and 10 times variation B, it will count the discount to 10 + 10 items, i.e. 20 items together and now the discount 50% will apply to both cart lines. Therefore in the first case we treated the variations separately in the computation of the discount and in the second case we treat them as shared.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

What does mean the "Treat the variations separately" checkbox? You have to log in to add a translation. Details
What does mean the "Treat the variations separately" checkbox?
Comment

Found in faq header.

You have to log in to edit this translation.

First navigate to WooCommerce settings. Under the Bulk Discount tab, find the global configuration for bulk discounts. Make sure "Bulk Discount enabled" is checked and optionally fill information about discounts which will be visible on the cart page. You can include HTML markup in the text - you can, for instance, include a link to your page with your discount policy. Since version 2.0 you may choose to use a flat discount applied to the cart item subtotal. Optionally you may also modify the CSS styles for the old value and the new value which is displayed in the cart. Save the settings. You have to log in to add a translation. Details
First navigate to WooCommerce settings. Under the Bulk Discount tab, find the global configuration for bulk discounts. Make sure "Bulk Discount enabled" is checked and optionally fill information about discounts which will be visible on the cart page. You can include HTML markup in the text - you can, for instance, include a link to your page with your discount policy. Since version 2.0 you may choose to use a flat discount applied to the cart item subtotal. Optionally you may also modify the CSS styles for the old value and the new value which is displayed in the cart. Save the settings.
Comment

Found in installation paragraph.

You have to log in to edit this translation.

Click "Add discount line" button to create a policy. Quantity (min.) means minimal number of ordered items so that the (second textbox) Discount applies. It is possible to add up to five discount lines to fine-tune the discount setting. You have to log in to add a translation. Details
Click "Add discount line" button to create a policy. Quantity (min.) means minimal number of ordered items so that the (second textbox) Discount applies. It is possible to add up to five discount lines to fine-tune the discount setting.
Comment

Found in installation paragraph.

You have to log in to edit this translation.

If the customer orders, say, 15 items of the product which costs $10 per item, the first discount line will apply and the customer will pay (15 * 10) - (15 * 2) = 15 * (10 - 2) dollars. If the customers orders 50 items, the second discount line will apply and the final price will be (50 * 10) - (50 * 3) = 50 * (10 - 3) dollars. <strong>Note the difference between fixed and flat discount types!!! Flat discount is a discount from the line subtotal while fixed discount is applied on each individual quantity.</strong> You have to log in to add a translation. Details
If the customer orders, say, 15 items of the product which costs $10 per item, the first discount line will apply and the customer will pay (15 * 10) - (15 * 2) = 15 * (10 - 2) dollars. If the customers orders 50 items, the second discount line will apply and the final price will be (50 * 10) - (50 * 3) = 50 * (10 - 3) dollars. <strong>Note the difference between fixed and flat discount types!!! Flat discount is a discount from the line subtotal while fixed discount is applied on each individual quantity.</strong>
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Example for fixed discount follows: You have to log in to add a translation. Details
Example for fixed discount follows:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Since version 2.0 another type of discount is added, allowing you to set a flat discount in currency units for the cart item subtotal. Since version 2.4.2 you can add a fixed discount type which is a bit different than the flat discount type - see below for examples. You have to log in to add a translation. Details
Since version 2.0 another type of discount is added, allowing you to set a flat discount in currency units for the cart item subtotal. Since version 2.4.2 you can add a fixed discount type which is a bit different than the flat discount type - see below for examples.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Quantity (min.) = 30, Discount ($) = 3 You have to log in to add a translation. Details
Quantity (min.) = 30, Discount ($) = 3
Comment

Found in faq list item.

You have to log in to edit this translation.

Quantity (min.) = 10, Discount ($) = 2 You have to log in to add a translation. Details
Quantity (min.) = 10, Discount ($) = 2
Comment

Found in faq list item.

You have to log in to edit this translation.

Can you provide an example of setting a fixed bulk discount? You have to log in to add a translation. Details
Can you provide an example of setting a fixed bulk discount?
Comment

Found in faq header.

You have to log in to edit this translation.

If you want to set the discount individually per product then navigate to Products and choose a product for which you want to create a discount policy. In the Product Data panel, click Bulk Discount and optionally fill information about the discount which will be visible in the product description. If you want to set the discount policy globally for all products, just create a private product with the title 'wc_bulk_discount_configurer' (without quotes). In the bulk discount section of this private product set the discount as in the case of any individual product (see step 3). You have to log in to add a translation. Details
If you want to set the discount individually per product then navigate to Products and choose a product for which you want to create a discount policy. In the Product Data panel, click Bulk Discount and optionally fill information about the discount which will be visible in the product description. If you want to set the discount policy globally for all products, just create a private product with the title 'wc_bulk_discount_configurer' (without quotes). In the bulk discount section of this private product set the discount as in the case of any individual product (see step 3).
Comment

Found in installation paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 9

Export as