Setup quantity

  • Posts: 156
  • Thank you received: 5
  • Hikashop Business
3 days 9 hours ago #371374

-- url of the page with the problem -- : nordicdental.dk

Hi
Hi Nicolas
I want to give a discount to a costomer group if they buy more than 10 pcs. in one product group and in % or ammount. How do I do this.

When you explain something like here, then it should be more detailed, I don't understand this short version.
www.hikashop.com/marketplace/product/221...quantity-plugin.html

Br.
Peter

Please Log in or Create an account to join the conversation.

  • Posts: 85393
  • Thank you received: 13962
  • MODERATOR
3 days 6 hours ago #371376

Hi,

HikaShop Business has built-in support for quantity-based pricing without needing any additional plugin. You can set different prices per quantity directly on each product.

To set this up:

1. Edit a product and go to the "Prices" section.
2. Click "New" to add a new price line.
3. In the "Minimum quantity" field, enter the quantity threshold (e.g. 10).
4. Enter the discounted price for that quantity.
5. In the "Access level" field, you can select a specific Joomla user group so the discount only applies to that group.

For example, to give a 10% discount for orders of 10+ units to a specific customer group:
- Price 1: 100 EUR, minimum quantity 0, access level "All"
- Price 2: 90 EUR, minimum quantity 10, access level "Your Customer Group"

You can add as many price tiers as needed (e.g. 10+, 25+, 50+, 100+ units), each with its own price and access level.

The ShopCustom Quantity Plugin is a separate third-party plugin for more advanced scenarios but is not needed for basic quantity-based pricing with customer group restrictions.

Please Log in or Create an account to join the conversation.

  • Posts: 156
  • Thank you received: 5
  • Hikashop Business
2 days 12 hours ago #371381

Yes, but I would like to give fx. 35% discount when they reach 10 pcs of fx. 10 implants of one implant group.
If I do this, I dont need to enter all produce evory time I need to change the discount.

Please Log in or Create an account to join the conversation.

  • Posts: 85393
  • Thank you received: 13962
  • MODERATOR
2 days 7 hours ago #371384

Hi Peter,

You can achieve this with an auto-loaded coupon combined with our Coupon Conditions plugin:
www.hikashop.com/marketplace/product/292-coupon-conditions.html

1. Go to Orders > Coupons and create a new coupon
2. Set the value to any percentage (e.g. 1% - the actual value will be calculated by the formula below)
3. Restrict it to your implant category
4. Restrict the access to your customer group
5. Enable "Auto load" so the discount applies automatically without entering a code

6. Install the Coupon Conditions plugin and configure it with:
- Select the coupon you just created
- Condition: `{product.cart_product_quantity} >= 10` with the OR operator (so the coupon activates when at least one product has 10+ quantity)
- Value formula: `min(floor({product.cart_product_quantity} / 10), 1) * {product.price} * 0.35`

This formula calculates the discount per product: products with 10 or more units get 35% off their total line price. Products with fewer than 10 units are not discounted. The formula is evaluated for each product in the cart and the results are summed.

For example, if a customer orders 15 of implant A (10 EUR each) and 3 of implant B (20 EUR each):
- Implant A: 15 >= 10, so discount = 150 * 0.35 = 52.50 EUR
- Implant B: 3 < 10, so discount = 0
- Total discount: 52.50 EUR

This way you only need one coupon for the entire category, and changing the percentage or quantity threshold is just a matter of updating the formula.

Please Log in or Create an account to join the conversation.

Time to create page: 0.056 seconds
Powered by Kunena Forum