Plugin Support
ijas
(@ijasacodez)
Hi,
For quantity based discounts, if the cart contains more items than the maximum count, the the maximum count value will be considered. i.e the lats value will be considered as 4+ instead of 4.
If you don’t want to apply discount for 4+ values, you can set a rule (Rules and Restrictions tab) items counts less-than or equal to 4.
Regarding the border issue, can you please your product url (the one you have shared doesn’t have the pricing table)
Regarding the border issue, can you please your product url (the one you have shared doesn’t have the pricing table)
https://www.sparkleyours.com/product/dream-big-coaster
When I set less-than or equal to 4, If I had 5
First 1-4 product should had 5% off,but and No.5 product should not had discount
that that mean if i buy 5 product, should 1-4 had discount+ 1(no.5) don’t had discount
Thanks!
Plugin Support
ijas
(@ijasacodez)
Regarding the border issue can you please add this on your css / custom css section
.table.wdp_table{
border-color: #ececec !important;
}
Plugin Support
ijas
(@ijasacodez)
Quantity table just shows, if a customer buys 4 products, then will get the product for $2.38 (is 4 * 0.12 = 0.50 discount).
.table.wdp_table{
border-color: #ececec !important;
}
look like not work
https://www.sparkleyours.com/product/dream-big-coaster
Plugin Support
ijas
(@ijasacodez)
Cannot see the style on the front-end, have you added the same on your css file or on custom css section (theme settings).
Also check if you have any caching plugin / caching settings enabled on server, if yes,
please clear the same.
Flatsome Child: style.css
.table.wdp_table{
border-color: #ececec !important;
}
not work
Plugin Support
ijas
(@ijasacodez)
Seems like some caching issue, you can see the css file it is not getting added to the front-end css file.
CSS: https://www.sparkleyours.com/wp-content/themes/flatsome-child/style.css?ver=3.0
Plugin Support
ijas
(@ijasacodez)
We have released an new update with to change pricing table border color from the admin backend (settings -> pricing table), hope this helps.