• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Implemented Purchase Products Permission

Bob

Developer
Staff member
As per title, I've add a new permission "Purchase products (for sale ads)". This new permission will be used within the 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).

Selection_999(915).png


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.

Selection_999(919).png


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
This suggestion has been implemented. Votes are no longer accepted.
Back
Top