• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
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
1.1k
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 24 Oct 2021, 07:02

    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 25 Oct 2021, 04:06

      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 25 Oct 2021, 06:19 Reply Quote 0
      • B
        bzay23 @devansh-webkul last edited by 25 Oct 2021, 06:19

        @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 25 Oct 2021, 07:39

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

          1 Reply Last reply Reply Quote 0
          2 out of 4
          • First post
            2/4
            Last post