• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
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
    15 Feb 2021, 11:57 • A Former User 22 Feb 2021, 05:02

    2
    0
    Votes
    2
    Posts
    143
    Views

    devansh-webkul 22 Feb 2021, 05:02

    Hi @DaniD,

    Which Bagisto version are you using?

  • ?

    Get cart items in controller like in Payment class abstract
    19 Feb 2021, 20:12 • A Former User 22 Feb 2021, 05:05

    2
    0
    Votes
    2
    Posts
    420
    Views

    devansh-webkul 22 Feb 2021, 05:05

    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
    23 Feb 2021, 07:17 • A Former User 23 Feb 2021, 10:19

    2
    0
    Votes
    2
    Posts
    165
    Views

    devansh-webkul 23 Feb 2021, 10:19

    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
    22 Feb 2021, 18:06 • ali_infotech 23 Feb 2021, 10:25

    2
    0
    Votes
    2
    Posts
    156
    Views

    devansh-webkul 23 Feb 2021, 10:25

    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.
    22 Feb 2021, 14:22 • ali_infotech 23 Feb 2021, 10:25

    2
    0
    Votes
    2
    Posts
    175
    Views

    devansh-webkul 23 Feb 2021, 10:25

    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
    23 Feb 2021, 12:33 • A Former User 24 Feb 2021, 07:47

    2
    0
    Votes
    2
    Posts
    171
    Views

    devansh-webkul 24 Feb 2021, 07:47

    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
    23 Feb 2021, 12:22 • himanshu-kmr 24 Feb 2021, 13:03

    4
    0
    Votes
    4
    Posts
    307
    Views

    devansh-webkul 24 Feb 2021, 13:03

    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
    24 Feb 2021, 11:56 • A Former User 24 Feb 2021, 13:13

    2
    0
    Votes
    2
    Posts
    390
    Views

    devansh-webkul 24 Feb 2021, 13:13

    Hi @DaniD,

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

  • B

    Redis setup not working
    18 Feb 2021, 20:12 • bzero 24 Feb 2021, 20:51

    8
    0
    Votes
    8
    Posts
    437
    Views

    B 24 Feb 2021, 20:51

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

  • S

    vee-validate custom rule
    24 Feb 2021, 16:12 • symbolica 25 Feb 2021, 14:12

    2
    0
    Votes
    2
    Posts
    196
    Views

    devansh-webkul 25 Feb 2021, 14:12

    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
    25 Feb 2021, 08:52 • A Former User 26 Feb 2021, 13:03

    6
    0
    Votes
    6
    Posts
    744
    Views

    devansh-webkul 26 Feb 2021, 13:03

    Hi @DaniD,

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

  • H

    Bagisto New Paymant Method
    21 Feb 2021, 06:59 • himanshu-kmr 26 Feb 2021, 13:04

    8
    0
    Votes
    8
    Posts
    423
    Views

    devansh-webkul 26 Feb 2021, 13:04

    It looks like you just copied the Paypal package.

  • H

    Creating Sub Menu under Admin panel
    24 Feb 2021, 12:54 • himanshu-kmr 26 Feb 2021, 13:07

    4
    0
    Votes
    4
    Posts
    770
    Views

    devansh-webkul 26 Feb 2021, 13:07

    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
    1 Mar 2021, 07:53 • himanshu-kmr 1 Mar 2021, 11:08

    2
    0
    Votes
    2
    Posts
    242
    Views

    V 1 Mar 2021, 11:08

    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
    27 Feb 2021, 16:18 • A Former User 1 Mar 2021, 13:47

    2
    0
    Votes
    2
    Posts
    206
    Views

    devansh-webkul 1 Mar 2021, 13:47

    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
    26 Feb 2021, 12:30 • A Former User 1 Mar 2021, 13:57

    2
    0
    Votes
    2
    Posts
    495
    Views

    devansh-webkul 1 Mar 2021, 13:57

    Hi @DaniD,

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

  • ?

    Modify cart quantity
    1 Mar 2021, 16:10 • A Former User 2 Mar 2021, 04:31

    2
    0
    Votes
    2
    Posts
    185
    Views

    devansh-webkul 2 Mar 2021, 04:31

    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!
    1 Mar 2021, 06:46 • kuldeep2021 1 Mar 2021, 06:46

    3
    0
    Votes
    3
    Posts
    150
    Views
  • B

    Custom Domain in SaaS Module
    3 Mar 2021, 04:03 • bagdev 3 Mar 2021, 11:42

    4
    0
    Votes
    4
    Posts
    265
    Views

    V 3 Mar 2021, 11:42

    @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
    3 Mar 2021, 10:16 • A Former User 3 Mar 2021, 13:05

    2
    0
    Votes
    2
    Posts
    106
    Views

    devansh-webkul 3 Mar 2021, 13:05

    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.