As per title, I've add a new permission "Purchase products (for sale ads)". This new permission will be used within the

If the viewing user has the appropriate permissions to send a purchase request (as determined by the

Important Note: This new permission does not in any way shape or form, have any control over the [Contact xxxx] buttons! The [Contant xxxx] buttons on ads are controlled by a different permissions check function
canPurchase() permissions check functions in the Ad Entity and Item Entity which is used to determine whether the viewing user can send a purchase request via the [Buy for $####] button on a given ad or item (for multi-item ads).
If the viewing user has the appropriate permissions to send a purchase request (as determined by the
canPurchase() permissions check function), they will see a CTA (Call to Action) [Buy for $####] button.
Important Note: This new permission does not in any way shape or form, have any control over the [Contact xxxx] buttons! The [Contant xxxx] buttons on ads are controlled by a different permissions check function
canContact().
Upvote
0