Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2016 05:20 AM
Hi Shay,
Please ensure the "requested_for" and "opened_by" variables are available in the catalog item.
And,
If you want set the requested for as current login user, you can use like below,
cart.setVariable(item, 'requested_for' , gs.getUserID());
Please check the same and let me know any issues.
Thanks,
Senthil