Share Now Button how to show at last in product view page. i didn't find its code????
-
Move share now div at last in product view page. how can i do it i didn't find its code in product>view page
-
Hi @bzay23,
For social share, this package is used,
https://github.com/bagisto/bagisto/blob/db7bb755acf7210c2f96c8f7e7c76168a715bf6a/composer.json#L16In provider, this is the registry,
Event::listen('bagisto.shop.products.view.description.before', function ($viewRenderEventManager) { $viewRenderEventManager->addTemplate('social_share::share'); });
You need to override this event.
-
@devansh-webkul Thank you.
How can i remove ratings from homepage just like addtocart button -
Follow this thread,
https://forums.bagisto.com/topic/2726/how-to-remove-rating-from-homepage/2