Bagisto Forum

    Bagisto

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

    Edit customer account

    Knowledge Base
    3
    4
    300
    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.
    • M
      Megalight last edited by

      I want to remove from the customer account all logic for the customer and keep the marketplace logic only.
      7a17d27e-6dff-421c-82e8-c53d8a4d884a-image.png .
      I want to do that via code but can't find where used $menu in sidemenu.blade.php

      1 Reply Last reply Reply Quote 0
      • V
        Vaishali Agarwal last edited by

        @Megalight said in Edit customer account:

        I want to do that via code but can't find where used $menu in sidemenu.blade.php

        @Megalight
        the customization you're doing is for Webkul Paid module, so you can ask your query with support team here https://bagisto.uvdesk.com/en/customer/create-ticket/

        1 Reply Last reply Reply Quote 0
        • M
          Megalight last edited by Megalight

          @Vaishali-Agarwal
          If I don't use the marketplace plugin but want to modify the customer account ( delete download products part ). How can I do that??

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

            Hi @Megalight,

            Just go to this path packages/Webkul/Shop/src/Config/menu.php and comment your downloadable product array.

            And run php artisan config:cache.

            Important Note

            This will just hide the downloadables. To completely remove you need to remove all the traces like packages/Webkul/Velocity/src/Resources/views/shop/customers/account/downloadable_products, routes files and many more.

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