Change the price of catalog items for each user and display the price.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2022 11:06 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2022 11:29 PM
Hi, I think it would be a bit hard to maintain per user. So per group would be a better option IMO.
The easiest solution I think is to add a Price "u_price" field to your Groups table, where you can specify the price modifier for each group. Then in the catalog item, you can use either a Reference or Lookup Select Box variable, and there you can specify that the price sholuld be coming from your field.
Changing the group would then dynamically change the price. You could have the group autopopulated by an onLoad client script, but this probably only makes sense if the user belongs to just one group, otherwise it gets hard to determine which group to select.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2022 11:59 PM
Hi,
Check if this link will help you.
And one more option you can try is create a hidden select box variable in the catalog and give a price to choices in that variable. and set the value of that hidden variable based on role or group.
Example :
> Create hidden selectbox variable named Prices
> Create two choices for it named group1 and group2
> For group1 give $10 and for group2 give $20 as price
> Now via client script set the value of that hidden field to group1 or group2 so that it will update price automatically.
Mark as correct and helpful if it solved your query.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 12:02 AM
Feel free to reach out if you have further questions or else you can mark an answer as correct and helpful to close the thread so that it benefits future visitors also.
Regards,
Sumanth