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

      Optimize category if I have more atributes
      • A Former User

      2
      0
      Votes
      2
      Posts
      132
      Views

      devansh-webkul

      Hi @DaniD,

      Which Bagisto version are you using?

    • ?

      Get cart items in controller like in Payment class abstract
      • A Former User

      2
      0
      Votes
      2
      Posts
      406
      Views

      devansh-webkul

      Hi @DaniD,

      We have created a Facade for the Cart class. So you can directly access this as well.

      ... use Cart; ... $cart = Cart::getCart(); ...
    • ?

      Make custom awb
      • A Former User

      2
      0
      Votes
      2
      Posts
      157
      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
      144
      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
      162
      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
      160
      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
      282
      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
      379
      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
      382
      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
      186
      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
      702
      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
      379
      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
      744
      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
      232
      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
      190
      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
      478
      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
      165
      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
      244
      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
      97
      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.