• Resolved montebianco

    (@montebianco)


    In a bulk discount situation, the customer has to add the number of items to the cart themselves.

    Is there a way to add the rule as an add to cart button? Example “BUY 10 now!” button

    The table suggests the bulk discount, but would be good to have add the customer add number in one click.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author algol.plus

    (@algolplus)

    Hello

    Do you suggest to add buttons as new column ?
    so if we have ranges 10-20-30 , customer will see
    “BUY 10 now!”
    “BUY 20 now!”
    “BUY 30 now!”

    thanks, Alex

    Thread Starter montebianco

    (@montebianco)

    Hi Alex, Sounds good. This would be a great feature to have.

    Plugin Author algol.plus

    (@algolplus)

    Hello

    By steps
    1. create folder “advanced-dynamic-pricing-for-woocommerce” inside current theme 2. create bulk-table.php inside new folder

    use code https://gist.github.com/alexv66/fa81ff21080564fa3a0a94c71d414d7c

    thanks,Alex

    Thread Starter montebianco

    (@montebianco)

    Thanks, works for single product but not for a variable product though where an option is selected.

    Returns… ” Please choose product options…”

    I added button styling on line 40 for a button instead of a link (references our theme so anyone else wanting a button needs to use their own button styling classes)

    > echo “<td>BUY $qty now!</td>”;

    Plugin Author algol.plus

    (@algolplus)

    hello

    It will require extra programming, but we don’t have time till end of this month.

    You can hire programmer and I’ll consult him.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bulk buy add to cart button shortcut’ is closed to new replies.