Title: Problem with prices
Last modified: May 24, 2019

---

# Problem with prices

 *  Resolved [APPWEB](https://wordpress.org/support/users/appweb/)
 * (@appweb)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/problem-with-prices-3/)
 * Hi
    I use woocommerce on my test page I try to make a webshop for wines But I
   have problems with the prices
 * The webshop should show the price of “one” wine
    but i only sell 6 wines at minimun,
   so when the customer makes an order, the order must be 6 pcs (6 pcs price)
 * How to doo….????
 * Best Regards
    APPWeb Denmark

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [Stef](https://wordpress.org/support/users/serafinnyc/)
 * (@serafinnyc)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/problem-with-prices-3/#post-11568283)
 * If I understand you correctly you have only one variety of wine? Correct? Even
   if you had different wine and the minimum order HAS to be 6 then I would suggest
   using Min/Max. You would put a 6 in the MIN box and they’ll have to buy six.
 * [Free Version](https://wordpress.org/plugins/minmax-quantity-for-woocommerce/)
 * [Paid Version](https://woocommerce.com/products/minmax-quantities/)
 *  Thread Starter [APPWEB](https://wordpress.org/support/users/appweb/)
 * (@appweb)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/problem-with-prices-3/#post-11568596)
 * Hi
    Thanks for reply.
 * Maybe i write it wrong….!!!
 * I have many variety of wine.
    I will only sell 6 pcs of each wine
 * So if one wine cost 10€ then 6 wine cost 60€
    on the product the price should
   show 10€ and automatic in the cart have the price 60€
 * How to doo….???
 * Best Regards
    APPWeb Denmark
 *  [Stef](https://wordpress.org/support/users/serafinnyc/)
 * (@serafinnyc)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/problem-with-prices-3/#post-11568607)
 * So the user can buy any variety but it has to be six minimum. Correct?
 *  Thread Starter [APPWEB](https://wordpress.org/support/users/appweb/)
 * (@appweb)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/problem-with-prices-3/#post-11570355)
 * Hi
    No – sorry my english is not so good…..!
 * I have many different wines, but i am only selling in packet of 6 pcs (of the
   same wine).
    But i want to keep the 1 pcs. price displayed on my webshop. See
   [my test site](http://test2.lindahlbio.dk/vare-kategori/frankrig)
 * And when the customer clik on buy (add to cart), the cart should show and use
   the Quantity and price for 6 pcs (of the same wine)
 * So every time customer clik add to cart (one time) the Quantity of buy is 6 pcs.
 * I hope this is better…….?
 * Best Regards
    APPWeb Denmark
    -  This reply was modified 6 years, 11 months ago by [APPWEB](https://wordpress.org/support/users/appweb/).
    -  This reply was modified 6 years, 11 months ago by [APPWEB](https://wordpress.org/support/users/appweb/).
 *  Thread Starter [APPWEB](https://wordpress.org/support/users/appweb/)
 * (@appweb)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/problem-with-prices-3/#post-11572517)
 * Hi Stef
    Maybe i have found a solution, but i dont now where and how to do. I
   have found this : (with Google tools) <input type=”number” id=”quantity_5ce9d0c567016″
   class=”input-text qty text” step=”1″ min=”1″ max=”” name=”quantity” value=”1″
   title=”Qty” size=”4″ inputmode=”numeric”>
 * And i was thinking, what if we change step=”6″
    And min=”6″ max=”9996″ and value
   =”0″ or “6”
 * Will that do it…? but where to change it….?
 * Best Regards
    APPWeb Denmark
 *  [Stef](https://wordpress.org/support/users/serafinnyc/)
 * (@serafinnyc)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/problem-with-prices-3/#post-11572530)
 * And how do you plan on telling WooCommerce that?
 *  Thread Starter [APPWEB](https://wordpress.org/support/users/appweb/)
 * (@appweb)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/problem-with-prices-3/#post-11572555)
 * Hi Stef
    Thats a problem – i dont no how to do it. Hoped that you could tell 
   my….
 * while i was trying to see if there was any places to change it, i got another
   idea
 * Trying the plugin…”Product Quantity for WooCommerce” – that almost fix it…!
    
   But not on my Product-Category-page, when i click add to cart it use “1” and 
   not “6”
 * Dont now what i do wrong…..?
 * Best Regards
    APPWeb Denmark
 *  [Kenin](https://wordpress.org/support/users/kbassart/)
 * (@kbassart)
 * Automattic Happiness Engineer
 * [6 years, 11 months ago](https://wordpress.org/support/topic/problem-with-prices-3/#post-11601100)
 * Hi there,
 * As mentioned by the previous poster this can be done with the [Min/Max Quantities](https://woocommerce.com/products/minmax-quantities/)
   extension for WooCommerce.
 * For example, you can add in the product with a single price of 10.00 and it will
   show that per unit pricing on the shop and product page. You can then set the
   product to be sold in groups of 6, which will add to cart in that quantity and
   multiple the cost.
 * Product Page:
    ⌊Min/Max⌉ Link to image: [https://cld.wthms.co/CX4sUD](https://cld.wthms.co/CX4sUD)
 * Category Page:
 * ⌊category⌉⌊category⌉
    Link to image: [https://cld.wthms.co/BenbkB](https://cld.wthms.co/BenbkB)
 * Cart:
    ⌊cart⌉ Link to image: [https://cld.wthms.co/IXmtPE](https://cld.wthms.co/IXmtPE)
    -  This reply was modified 6 years, 11 months ago by [Kenin](https://wordpress.org/support/users/kbassart/).
 *  [con](https://wordpress.org/support/users/conschneider/)
 * (@conschneider)
 * Engineer
 * [6 years, 11 months ago](https://wordpress.org/support/topic/problem-with-prices-3/#post-11635146)
 * Hi there,
 * We haven’t heard back from you in a while, so I’m going to mark this as resolved–
   if you have any further questions, you can start a new thread.
 * Kind regards,
 *  Thread Starter [APPWEB](https://wordpress.org/support/users/appweb/)
 * (@appweb)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/problem-with-prices-3/#post-11708715)
 * How can i also have products with only one item

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Problem with prices’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 10 replies
 * 4 participants
 * Last reply from: [APPWEB](https://wordpress.org/support/users/appweb/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/problem-with-prices-3/#post-11708715)
 * Status: resolved