Hello
Here is the use case...
A member is ordering a coupon that he can send as a gift to another member. The member who received the gift coupon is using it to activate a subscription with 100% discount.
This usecase is described here:
www.joomlapolis.com/documentation/283-cb-paid-subscriptions/tutorials/18407-purchasing-discount-coupons
I step by step followed the tutorial and...
1. The user can order the coupon OK
2. The coupon code is created fine OK
Now the member that ordered the coupon, has to know what the coupon code is, so that he can send it to the other member.
The most logical is to have the field "cb_promos" (as described in the above tutorial) to show on the profile of the member who ordered the coupon. And here is our problem...
We could not find a way to show the field only to the member who ordered.
The goal is to find a way, so that each member can view his own ordered tickets.
- We tried many privacy configuration combinations with the field "cb_promos" itself. (No... everyone can view the ticket on their profiles)
- We tried embeding the "cb_promos" field in a delimiter and tried... [cb:if user_id="myid"][cb:userfield field="cb_promos" /][cb:else]There are no active tickets for your account![/cb:else][/cb:if]. (No... everyone can view the ticket on their profiles)
- We tried to show the field in a new tab, and played with the privacy settings, but no... everyone can view the ticket on their profiles.
Can you please advise?
Thank you.