-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product discount not working #67
Comments
Discount is visible only in basket if I set |
Also if a FE user is logged in and be in group of |
These are different things. discountFieldMode only works with the discount field of products and categories. |
Sorry but this is not a question it's a bug report because the And...
|
You can only reqport one issue here, which is for the discount field. priceNoReseller must get a new issue. |
Please, read the whole sentence, also the part "...but discount from product field is not applied in any place". |
Take care to set this setup correctly:
You should not remove the default fields set by tt_products:
discount must be set. |
… the product in the product single view.
No matter how I setup tt_products (getDiscountPrice; discountFieldMode; discountPriceMode; discountprice), it seems impossible to achieve the simplest of the requests: display the price/discount based on the value of the discount field of a product in list or single view.
The text was updated successfully, but these errors were encountered: