Bagisto Forum

    Bagisto

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

      Problem when executing the php artisan migrate when adding bulk upload extension
      • rex

      4
      0
      Votes
      4
      Posts
      327
      Views

      V

      Hi @rex
      As you are on bagisto v1.2 on which some of the extensions are still on progress list to be compatible. One of them is the Customer Credit Limit extension, we are working on this.

      Kindly list all the extension you needed from us and raised the support ticket here https://bagisto.uvdesk.com/en/customer/create-ticket/ to notify your requirement.

      Thanks

    • Z

      This topic is deleted!
      • zainawan99

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • S

      How to overide the admin package controller
      • Sergej

      6
      0
      Votes
      6
      Posts
      431
      Views

      V

      @Sergej
      Recently this functionality is already added to bagisto master branch.
      Please check this PR for updates https://github.com/bagisto/bagisto/commit/dfccdc34637cbd72900cf7a057f6b981917e081f

    • R

      App.js changes issues when run npm run prod
      • raouf415

      5
      0
      Votes
      5
      Posts
      384
      Views

      devansh-webkul

      Hi @raouf415,

      You can use npm run watch for development purposes.

    • F

      Issue with configurable product custom attribute.
      • Flow4all

      2
      0
      Votes
      2
      Posts
      445
      Views

      devansh-webkul

      Hi @Flow4all,

      Please check this file packages/Webkul/Product/src/Models/Product.php. You need to add you EAN in fillables.

    • A

      Star Rating in Admin Dashboard
      • Aymun Dar

      4
      0
      Votes
      4
      Posts
      610
      Views

      devansh-webkul

      Hi @Aymun-Dar,

      The code which you are checking is the code from the velocity package and that component lives inside the Velocity package scope. That's why your start component is not working.

      You need to check this file packages/Webkul/Admin/src/Resources/views/customers/reviews/edit.blade.php. You need to make your changes here.

    • N

      Buy Now button doesn't appearing
      • nikul

      4
      0
      Votes
      4
      Posts
      362
      Views

      V

      @neyazahmad
      check this to add buy now in velocity https://forums.bagisto.com/topic/1914/how-to-set-buy-now-button-along-with-add-to-card-button/8

    • I

      custom module erroe
      • Imad

      6
      0
      Votes
      6
      Posts
      345
      Views

      devansh-webkul

      @Imad,

      The route which you specify here is the /hello-world. The same will work on the browser.

    • A

      Where to find the below event?
      • acxy99

      3
      0
      Votes
      3
      Posts
      205
      Views

      A

      @devansh-webkul
      Thank you

    • A

      Adding [Message] in the admin::app.layouts.message format cannot display ['Message'] as expected
      • acxy99

      3
      0
      Votes
      3
      Posts
      508
      Views

      A

      @csmehra I've tried. It works. Thank you so much.

    • F

      No documentation to create new product type
      • Flow4all

      4
      0
      Votes
      4
      Posts
      381
      Views

      ghermans

      I have just fixed the broken link that explains how you can create new product types, please check https://devdocs.bagisto.com/1.x/advanced/create_product_type.html

    • Z

      Sidebar Vue js how can override?
      • zainawan99

      4
      0
      Votes
      4
      Posts
      318
      Views

      devansh-webkul

      @zainawan99,

      You need to run php artisan vendor:publish --all -force. When you done with your changes.

      Please take a backup before doing such operation however if you not made any customization then you can feel free to run this command.

    • R

      Gon an issue error at mini-cart.php
      • reyadek

      5
      0
      Votes
      5
      Posts
      451
      Views

      N

      Hi @Vaishali-Agarwal thanks for your answer !

      Yes, lots of customisation 🙂
      I've fixed the problem but you might want check this perhaps:
      When creating a shipment, admin dash
      the blade packages/Webkul/Admin/src/Resources/views/sales/shipments/create.blade.php
      Please look for this line:
      $sourceQty = $product->type == 'bundle' ? $item->qty_ordered : $product->inventory_source_qty($inventorySource->id);
      ( around line 310 )

      When creating a shipment for a product variant that no longer exists
      ( client deleted a configurable product variant before invoice or shipment )
      it will fall into this.

      I have worked around by simply ( is !isset - and if so, default to a qty so client can ship but it triggers an email ) ...

      Thanks!

    • F

      This topic is deleted!
      • Flow4all

      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • D

      Add credit/debit card payment
      • darkuser123

      10
      0
      Votes
      10
      Posts
      703
      Views

      devansh-webkul

      Hi @darkuser123,

      Did you compiled your assets and after that published your changes?

      Or just simply check with npm run watch.

    • A

      How is the product quantity in inventory is being saved to database?
      • acxy99

      4
      0
      Votes
      4
      Posts
      376
      Views

      devansh-webkul

      Hi @acxy99,

      Check line number 31 in your screenshot. It's already calling and you are already in ProductInventoryRepository.

    • A

      Customize php in edit.blade.php
      • aliraza

      2
      0
      Votes
      2
      Posts
      178
      Views

      devansh-webkul

      Hi @aliraza,

      It depends on your requirement. You just need to fetch the current row data and generate the html on the basis of data.

    • D

      Gift card system .. need to hide shipping part
      • Dave

      2
      0
      Votes
      2
      Posts
      491
      Views

      ghermans

      Try to add your giftcards as a virtual product, shippings are automatically disabled for this product type.

    • A

      How I add a product by API
      • anindya

      3
      0
      Votes
      3
      Posts
      304
      Views

      devansh-webkul

      Hi @anindya,

      We have not given any API for the admin side. You need to customize this.

    • S

      Customize Admin Area
      • symbolica

      2
      0
      Votes
      2
      Posts
      213
      Views

      devansh-webkul

      Hi,

      Please refer here i.e. https://forums.bagisto.com/topic/2089/customize-admin-area/2 and please use one thread for better communication.