Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Share Now Button how to show at last in product view page. i didn't find its code????

    General Discussion
    2
    4
    1117
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      bzay23 last edited by

      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

      1 Reply Last reply Reply Quote 0
      • devansh-webkul
        devansh-webkul last edited by

        Hi @bzay23,

        For social share, this package is used,
        https://github.com/bagisto/bagisto/blob/db7bb755acf7210c2f96c8f7e7c76168a715bf6a/composer.json#L16

        In 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.

        B 1 Reply Last reply Reply Quote 0
        • B
          bzay23 @devansh-webkul last edited by

          @devansh-webkul Thank you.
          How can i remove ratings from homepage just like addtocart button

          1 Reply Last reply Reply Quote 0
          • devansh-webkul
            devansh-webkul last edited by

            Follow this thread,
            https://forums.bagisto.com/topic/2726/how-to-remove-rating-from-homepage/2

            1 Reply Last reply Reply Quote 0
            • First post
              Last post