[15.0][IMP] website_sale_hide_price: add an option to show website_hide_price_message to public users#1224
Conversation
yostashiro
left a comment
There was a problem hiding this comment.
Looks reasonable to me, but maybe @chienandalu could explain the rationale of the original design which was introduced in #639?
The idea was something along these lines: when you're visiting the site as public user, you can't see any price in the eCommerce, but when you do it as portal user, only some selected products have their prices hidden (for commercial reasons or whatever) and the site manager can show an extra message explaining why. This was in a b2b scenario where these prices are very strategic |
e981946 to
7b627d9
Compare
Thank you for your detailed explanation! Could you please take a look when you have time? Thanks a lot. Thank you for your support! @yostashiro |
875dc13 to
33ed512
Compare
…ce_message to public users
33ed512 to
5f2b97b
Compare
|
This PR has the |
Currently, non-logged-in users cannot see the website_hide_price_message, so they have no way to understand why product prices are hidden.
This improvement adds a website-level option "Show hidden price message to public users". When enabled, the website_hide_price_message is also shown to public (non-logged-in) users.
@qrtl QT6775