Buy More Menus
Buy More Menus Config
Buy more menus have those special options compare than common menu:
amount-items: Select amount item config.
add-amount
can be replaced toset-amount
option.display-item: Must be a single char, use this char in
layout
option to set where it will display in menu.confirm-items: Confirm buy or sell item config.
cobfirm-items.??.click-action: Make this confirm button can only do specified thing, like buy, sell.
Set Buy More Menu
You have 2 way to set buy more menu for products. By default, all products use the buy more menu you set in config.yml
file. There are 3 types of default buy more menus.
If this product has both buy price and sell price, we will use
default
one you set here.If this product don't has sell price, we will use
only-buy
one you set here.If this product don't has buy price, we will use
only-sell
one you set here.
You can also set buy-more-menu
section in each product configs, in Shops page, we have telled you how to do that with an example.
If you want to disable buy more menu for specified shops or products, just use buy-more
option in shop configs or product configs, this also claimed in Shops page.
Last updated