BuddyPress Store Tab and Activity
When BuddyPress (or BuddyBoss) is active, the addon adds a vendor store tab to member profiles and records marketplace events into the activity stream. All of this is skipped when BuddyVendor is active, because BuddyVendor then owns the social layer.
Store tab on vendor profiles
Section titled “Store tab on vendor profiles”When Display Store Tab is enabled, a Store tab is added to the profile of any member who is a Dokan vendor. The tab lists that vendor’s products using the WooCommerce [products] shortcode filtered to the vendor. A Visit Store button is shown above the product loop on the tab.
The option is stored as reign_options[dokan_option][hide_store_tab]. Note that the tab shows when the option is set; despite the “hide” wording, setting the checkbox displays the tab.
An entry for the vendor’s store is also added to the BuddyPress toolbar (admin bar) under the current user’s account menu, when the store tab option is set.
Activity: new product
Section titled “Activity: new product”When Create Product Activity is enabled, publishing a product records an activity entry of the form “[vendor] added a new product [product]”, linking to both the vendor profile and the product. This fires when a product transitions to the published status.
Activity: product review
Section titled “Activity: product review”When Add Review Activity is enabled, an approved product review records an activity entry of the form “[reviewer] wrote a review on [product]”. The activity entry displays the review rating and text as a quote. Both auto-approved reviews and reviews approved later through moderation are covered, and each review records at most one activity entry.
Guest reviews (with no BuddyPress member behind them) are not recorded.
Activity: order
Section titled “Activity: order”When Order Activity is enabled, completing checkout records an activity entry of the form “[customer] completed a purchase”. The entry embeds the purchased products in a slider. Orders with only catalog-hidden products are skipped, and each order records at most one entry.
Order activity is off by default and must be enabled manually on the Dokan settings tab.
Youzify
Section titled “Youzify”When the Youzify plugin is active, order activity is recorded as a Youzify-compatible status activity and the purchase action line is set through the Youzify action hook, so the entry displays correctly inside Youzify’s stream.
Turning these on
Section titled “Turning these on”All four toggles (store tab, product activity, review activity, order activity) live on the Dokan settings tab and require BuddyPress or BuddyBoss to be active. See Dokan Settings Tab.

