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
    • ?

      Make custom awb
      • A Former User

      2
      0
      Votes
      2
      Posts
      226
      Views

      devansh-webkul

      Hi @DaniD,

      Please refer to this thread for package development,
      https://devdocs.bagisto.com/1.x/packages/

      For shipping method development,
      https://devdocs.bagisto.com/1.x/advanced/create_shipping_method.html

    • A

      How can add 360 preview for products
      • ali_infotech

      2
      0
      Votes
      2
      Posts
      218
      Views

      devansh-webkul

      Yeah, everything is possible. Just need to research as well. From my experience there are several libraries already created you just need to add the library to Bagisto and the rest will work the same as well. Just try the below one also,

      https://www.ajax-zoom.com/

    • A

      How to create 360 image view for any product.
      • ali_infotech

      2
      0
      Votes
      2
      Posts
      240
      Views

      devansh-webkul

      Please follow one thread for better communication,
      https://forums.bagisto.com/topic/2250/how-can-add-360-preview-for-products/2

    • ?

      Attribute to product card
      • A Former User

      2
      0
      Votes
      2
      Posts
      232
      Views

      devansh-webkul

      Hi @DaniD,

      For this product-card component has been used. I am assuming that you are familiar with VueJS.

      You can pass attribute props to the component as per your needs.

      This is just a sample you need to implement according to your need,

      Declaration:

      props: [ 'list', 'product', 'productAttributes', ],

      Passing Props:

      <product-card product-attributes="{{ $productAttributes }}" ...>
    • H

      Creating Custom Packages Error
      • himanshu-kmr

      4
      0
      Votes
      4
      Posts
      426
      Views

      devansh-webkul

      Hi @himanshu-kmr,

      Thanks for the update.

      Also, if you like our support, you may give us the review here:- https://www.trustpilot.com/review/bagisto.com

      That would be grateful for us.

      Thanks & Regards,

      Bagisto Team

    • ?

      Custom shipping method with all cities and calculate
      • A Former User

      2
      0
      Votes
      2
      Posts
      456
      Views

      devansh-webkul

      Hi @DaniD,

      From cities and countries, I am not getting this. You are trying some customization.

    • B

      Redis setup not working
      • bzero

      8
      0
      Votes
      8
      Posts
      676
      Views

      B

      Great. Thanks for this instruction.
      I will update you for the result soon.

    • S

      vee-validate custom rule
      • symbolica

      2
      0
      Votes
      2
      Posts
      258
      Views

      devansh-webkul

      Hi @symbolica,

      Can you share some steps of your implementation like where you are adding this so that I can help you better?

    • ?

      Change all products to another locale
      • A Former User

      6
      0
      Votes
      6
      Posts
      933
      Views

      devansh-webkul

      Hi @DaniD,

      You need to create the product in that locale as well.

    • H

      Bagisto New Paymant Method
      • himanshu-kmr

      8
      0
      Votes
      8
      Posts
      652
      Views

      devansh-webkul

      It looks like you just copied the Paypal package.

    • H

      Creating Sub Menu under Admin panel
      • himanshu-kmr

      4
      0
      Votes
      4
      Posts
      887
      Views

      devansh-webkul

      The third route should be different. And make sure whenever you change the menu and sub-menu. Just run the command php artisan config:cache.

    • H

      Admin panel Sub Menu Creating
      • himanshu-kmr

      2
      0
      Votes
      2
      Posts
      305
      Views

      V

      Hi @himanshu-kmr
      you are posting a duplicate query, Kindly revert your answers here https://forums.bagisto.com/topic/2255/creating-sub-menu-under-admin-panel/4 in which dev is already communicated.

    • ?

      Set price based on country
      • A Former User

      2
      0
      Votes
      2
      Posts
      271
      Views

      devansh-webkul

      Hi @DaniD,

      This is something that you are customizing and you should be familiar with the basics. If you want some customization you can contact Webkul for support.

    • ?

      Calculate price depending on the weight of the product and the country
      • A Former User

      2
      0
      Votes
      2
      Posts
      557
      Views

      devansh-webkul

      Hi @DaniD,

      This is some kind of customizations. If you want some customization then contact Webkul.

    • ?

      Modify cart quantity
      • A Former User

      2
      0
      Votes
      2
      Posts
      246
      Views

      devansh-webkul

      Hi @DaniD,

      This is updated on the by the event triggered. So the event which is triggered will git this controller i.e. packages/Webkul/Velocity/src/Http/Controllers/Shop/ShopController.php. In this controller, you will see the method named getItemsCount. You need to update here.

    • K

      This topic is deleted!
      • kuldeep2021

      3
      0
      Votes
      3
      Posts
      150
      Views
    • B

      Custom Domain in SaaS Module
      • bagdev

      4
      0
      Votes
      4
      Posts
      386
      Views

      V

      @bagdev
      your query is regarding the bagisto paid module so you may raise your ticket here https://bagisto.uvdesk.com/en/customer/create-ticket/ the concerned developer will look into it.

      Thanks

    • ?

      Integrate custom billing system
      • A Former User

      2
      0
      Votes
      2
      Posts
      172
      Views

      devansh-webkul

      Hi @DaniD,

      From this, I am assuming that you have knowledge of Laravel and code changes because this is some kind of customization. But changing in Bagisto will also impact the updates as well.

      Just go to Bagisto root directories and run the command which the package has given after successful installation.

      Just follow the documentation and check the sales package in the directory i.e. packages/Webkul/Sales.

    • Reena-Alkurn

      Changes in Product Card view
      • Reena-Alkurn

      3
      0
      Votes
      3
      Posts
      303
      Views

      Reena-Alkurn

      Hello Naresh,
      I'm not clear about running npm command would you please give me details for the same.

      Thank you so much in advance.

    • A

      To get origin address of sales/shipping
      • ali_infotech

      3
      0
      Votes
      3
      Posts
      520
      Views

      A

      Thank you so much!