• Resolved loudbyte

    (@loudbyte)


    I have an item called BluRay in my cart. The price is $50 for 1. I would like to offer a price of $30 on the 2nd unit.

    If I buy 1. My total will be $50.

    If I buy 2. My total would be $50 + $30.

    If I buy 3, $50 + $30 + $30.

    Here’ s my code… this only works for 1 BluRay.

    <tr>
    <td valign=”top”>BluRay with menus and chapter markers. $50 for the first BluRay and $75 thereafter
    [wp_cart:BluRay:price:50:end] </td>
    </tr>

    http://wordpress.org/extend/plugins/wordpress-simple-paypal-shopping-cart/

Viewing 1 replies (of 1 total)
  • Plugin Author mra13

    (@mra13)

    @loudbyte, the simple shopping cart doesn’t have an option for volume purchase discount. You could do the following as an workaround:

    Create multiple buttons on the page like the following:

    [wp_cart:BluRay:price:50:end]
    [wp_cart:BluRay 2 Units:price:80:end]
    [wp_cart:BluRay 3 units:price:111:end]

Viewing 1 replies (of 1 total)
  • The topic ‘Adjust price for volume purchases’ is closed to new replies.