Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. General Discussion
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • S

      Custom button
      • sikanderit

      2
      0
      Votes
      2
      Posts
      71
      Views

      Rishabh-Webkul

      Hello @sikanderit

      If you need to apply a custom button on product detail page and pop up page will get opened after clicking on to that button with details, So for this you can customise your code from the below file.

      packages >> Webkul >> Shop >> src >> Resources >> views >> products >> view.blade.php

      This file is responsible for product detail page on frontend.

      g cv vc.png

      Thanks & Regards

    • R

      Refund of Actual Payment to Customer Accounts
      • Rahul Vadhvani

      6
      0
      Votes
      6
      Posts
      193
      Views

      Rishabh-Webkul

      Hello @Rahul-Vadhvani

      This Can be done under the paid service and for that you can create a ticket from the link

      Link -> https://webkul.uvdesk.com/en/customer/create-ticket/

      Thanks & Regards

    • T

      Cancel order by customer.
      • tluanga

      5
      0
      Votes
      5
      Posts
      264
      Views

      R

      @Vaishali-Agarwal currently i am using bagisto version 2.2.2 where i can enable cancel order?

      currently i didn't found any functionality at customer end to cancel product

    • R

      Inquiry about Customer Return and Exchange Functionality in Bagisto
      • Rahul Vadhvani

      4
      0
      Votes
      4
      Posts
      166
      Views

      Rishabh-Webkul

      Hello @Rahul-Vadhvani

      Yes, this is not compatible with the latest version you have to make it compatible with the latest version or if you want us to make it compatible for you then it will come under as a paid service.

      Thanks & Regards

    • M

      Overide admin system.php config - social login
      • marinDan

      2
      0
      Votes
      2
      Posts
      90
      Views

      Rishabh-Webkul

      Hello @marinDan

      To override the system.php file kindly update this line of code in the boot method in the respective Service Provider file.

      On the left side, enter the path with the file name system.php; on the right side, enter the path where you need to override the file.

      $this->publishes([ dirname(DIR).'/Config/system.php' => dirname(DIR).'/../../path/ofYour/folder/filename_withextension', ]);

      After this run the command

      php artisan vendor:publish --force

      Thanks & Regards

    • C

      code comment
      • Cali

      6
      0
      Votes
      6
      Posts
      266
      Views

      C

      @Rishabh-Webkul
      can you help me find where these are in the code so that I can comment on them //
      This is in checkout
      208bca2a-96bf-420e-a1d6-81d96f5e5722-image.png
      This when you add product
      5af5be7f-e590-47d5-adc2-b32165090729-image.png

      This is when you view all the products
      16c3dd6b-d9ce-4115-af44-d75bc6f4ea28-image.png

    • C

      No email for account creation
      • Cali

      3
      0
      Votes
      3
      Posts
      93
      Views

      Rishabh-Webkul

      Hello @Cali

      It might be there is some issue with your SMTP try to setup some other SMTP and then check the same.

      Thanks & Regards

    • C

      hide UI
      • Cali

      5
      0
      Votes
      5
      Posts
      197
      Views

      C

      @Rishabh-Webkul

      I already put them into unassigned, but it keeps appearing

      737ab884-1bac-4630-bbaa-ba27312073df-image.png
      b294c847-af50-4325-920e-ec3ab6799992-image.png

    • C

      dashboard problem
      • Cali

      4
      0
      Votes
      4
      Posts
      105
      Views

      C

      @Rishabh-Webkul

      20ba757a-ad0f-4318-88dc-ad441687fa40-image.png

    • C

      hiding ui using comment // in code
      • Cali

      2
      0
      Votes
      2
      Posts
      91
      Views

      Rishabh-Webkul

      Hello @Cali

      If you need further changes and want some customization or need to resolve errors and hide UI-related issues. Then you can purchase our support hours for the same.

      Link -> https://store.webkul.com/bagisto-hourly-customization-package.html

      Thanks & Regards

    • C

      landing page
      • Cali

      2
      0
      Votes
      2
      Posts
      87
      Views

      Rishabh-Webkul

      Hello @Cali

      So that means whenever admin gets logged in you want to show the sales order page to get opened.

      AaAFas.png

      Please Confirm

      Thanks & Regards

    • A

      problem when bidding product configuration
      • alexVillalobos

      3
      0
      Votes
      3
      Posts
      127
      Views

      A

      @Rishabh-Webkul i found why not show up, for next on this forum, if put .env Queue on sync this change appers on instant when change to database need run php artisan queue:work to take effect this process go to job apply this change show correctly

    • A

      how cant show stock on view product
      • alexVillalobos

      5
      0
      Votes
      5
      Posts
      248
      Views

      A

      @Rishabh-Webkul i found how put stock_available
      go to ProductResources then go and find model Product have one relation take id and quantity this you cant get stock for next forum need to implement, another tip if have custom theme apply this change on custom theme backend

    • A

      This topic is deleted!
      • alexVillalobos

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • A

      how customize link whatsapp
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      84
      Views

      A

      @alexVillalobos im done need update link to this
      on Packages\Webkul\SocialShared\Whatsapp
      replace in

      $whatsappURL = 'whatsapp://send?' .http_build_query($text);
      to
      $whatsappURL = 'wa.me://send?' . http_build_query($text);

    • A

      how put stock_available on configuration product
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      55
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      If you need to add some customization on the product detail page below is the file path

      packages >> Webkul >> Shop >> src >> Resources >> views >> products >> view.blade.php

      dssdasda.png

      Thanks & Regards

    • A

      How add new social shared button
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      69
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      If you need to add some customization with the share buttons on the product detail page below is the file path

      packages >> Webkul >> Shop >> src >> Resources >> views >> products >> view.blade.php

      xzcxzc.png

      Thanks & Regards

    • M

      Don't edit slider manager in version 2.2.2
      • minhestdevno1

      2
      0
      Votes
      2
      Posts
      71
      Views

      Rishabh-Webkul

      Hello @minhestdevno1

      If you need to add slider from Bagisto Admin Panel kindly go through the below link.

      Link -> https://bagisto.com/en/add-slider-in-bagisto-home-page/

      Thanks & regards

    • M

      I want support
      • minhestdevno1

      4
      0
      Votes
      4
      Posts
      150
      Views

      M

      @Rishabh-Webkul i found it, thank you

    • M

      Please help me about currency
      • minhestdevno1

      2
      0
      Votes
      2
      Posts
      69
      Views

      Rishabh-Webkul

      Hello @minhestdevno1

      If you want to change your currency and create a new currency for this go through the link below.

      Link - https://docs.bagisto.com/2.2.0/settings/currencies.html

      Thanks & Regards