• Resolved CristiAguado

    (@aacris)


    Hi.
    I have a page with products with various attributes and I need one or several plugins that are compatible and perform the following functions:
    – Minimum quantity to buy a product: The minimum quantity to buy must appear directly on the product page, so that the client cannot lower that minimum quantity. The minimum purchase quantities are different for each product.
    – Discounts for purchase quantities of a product: visible discounts on the product page and, if possible, see the discount / s made in the cart.
    – Price From (lowest): On the page where all the products of a category are shown, the price of each product will be the lowest in its discount table, taking into account taking the lowest price among all its attributes to calculate discounts.

    Example:
    Product Skates Roses
    o Skates size S minimum quantity 3 units 10 € / U
    o Skates size L minimum quantity 3 units € 15 / U
    o Skates size M minimum quantity 3 units € 20 / U

    Discounts:
    o 10 units 5%
    o 20 units 10%
    o 30 units 20%

    The price that will be shown on the page of all the products for this model of Skates will be: the lowest price, Skates Size S with the highest discount 20%: From 2 € / U

    I have tried to help myself with a debate by marcvilap (@marcvilap) and Fernando Tellado
    (@fernandot) from 2 years ago, it is perfect to show the minimum price of a variation on the page of all the products without it appearing as an attribute, but it is not linked to discounts and gives all products and attributes the same price, lowest buying from 1 unit.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support EastOfWest a11n

    (@eastofwest)

    Hi there ????

    For minimum quantities you can use the aptly named extension Min/Max Quantities:
    https://woocommerce.com/products/minmax-quantities/

    For varying discount depending on the purchased quantities, Tiered Pricing Table for WooCommerce should do the trick:
    https://woocommerce.com/products/tiered-pricing-table-for-woocommerce/

    To display your prices from lowest to highest on your pages where you list products, you can change the default setting via WP Admin ? Appearance ? Customize ? WooCommerce ? Product Catalog ? Default Product Sorting, select “Sort price (asc)”. It will consider the cheapest options in a variable product too.

    The appearance of your prices depends on the theme you’re using. In Storefront, for instance, if you have a variable product with differently prices variations, it display a range for the price, for example: $8 – $15.

    Your theme might be different, but either way it can be customized by overriding the theme template responsible for its display. This doc will get you started if that’s what you’d like to do:
    https://docs.woocommerce.com/document/template-structure/

    AJ a11n

    (@amandasjackson)

    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.

    Thread Starter CristiAguado

    (@aacris)

    Hi.
    Thanks your the answer @eastofwest.
    I’ll study the plugins and the document.
    If I’ll have some question I’ll open a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Minimum product quantities, discounts and display the lowest price.’ is closed to new replies.