You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to activate the tab on a Magento 2 detail page which contains the BazaarVoice reviews (data-bv-show="reviews") when the "Read a review" button in the bv_modal_component_container or the stars are clicked. I followed the instructions outlined in this article, but BV.reviews.on('show' never triggers for me when the button or the stars are clicked in the rating summary widget:
window.bvCallback = function (BV) {
// Register a function to be called when a BV feature needs to display the R&R element, such as Rating Summary's stars
BV.reviews.on('show', function () {
console.log('bv reviews on show') // does not fire
});
}
Please advise.
The text was updated successfully, but these errors were encountered:
I'm trying to activate the tab on a Magento 2 detail page which contains the BazaarVoice reviews (
data-bv-show="reviews"
) when the "Read a review" button in thebv_modal_component_container
or the stars are clicked. I followed the instructions outlined in this article, butBV.reviews.on('show'
never triggers for me when the button or the stars are clicked in the rating summary widget:Please advise.
The text was updated successfully, but these errors were encountered: