Bagisto Forum

    Bagisto

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

      This topic is deleted!
      • karkiswapnil

      3
      0
      Votes
      3
      Posts
      3
      Views
    • J

      prevent user from checkout if not sign in
      • jonathantyar

      2
      0
      Votes
      2
      Posts
      294
      Views

      R

      Hi,

      You can see on 'onepage.blade.php' file (Shop->src->Resources->views->checkout), in this files, a component name as 'checkout is created', in this components' created method, you can this a code like -
      if(! customerAddress) {
      this.new_shipping_address = true;
      this.new_billing_address = true;
      }

      turn it to false.

      then see 'customer-info.blade.php (Shop->src->Resources->views->checkout->onepage)
      in this file. search for v-if="!this.new_billing_address" and give login button.

      Thanks

    • L

      This topic is deleted!
      • lwilliams-heli

      2
      0
      Votes
      2
      Posts
      2
      Views
    • B

      Common errors in Bagisto and their solutions?
      • bagisto-mogul

      3
      0
      Votes
      3
      Posts
      451
      Views

      R

      Trying to get property 'role' of a non-object
    • P

      Could not enter into the admin panel
      • prachi

      2
      0
      Votes
      2
      Posts
      235
      Views

      R

      Is it taking too much time to load and at the end time out?

    • S

      getting error after changing the locale
      • sanjana singh

      3
      0
      Votes
      3
      Posts
      425
      Views

      R

      Hi,

      We have fixed this issue. Kindly pull or clone from our repository.

      Thanks

    • K

      How to retrieve image along with category name
      • Keerthi

      4
      0
      Votes
      4
      Posts
      386
      Views

      K

      I got the solution, Thank You So Much........! see below
      Screenshot (60).png

    • K

      Image is not showing in specific category page
      • Keerthi

      4
      0
      Votes
      4
      Posts
      390
      Views

      K

      Hi,

      Thank you so much, now it is working fine......!

    • K

      Payment method money transfer with credit and debit card payment without using PayPal account
      • Keerthi

      4
      0
      Votes
      4
      Posts
      644
      Views

      admin

      If you need customisation, you can make the request here: https://webkul.com/laravel/

    • K

      Adding shipping options
      • KevLav

      4
      0
      Votes
      4
      Posts
      2032
      Views

      K

      Aaah I see. Thanks @rahul

    • K

      How to make billing page (after clicking on checkout) into 2 tabs instead of 4 tabs in Bagisto E-Commerce
      • Keerthi

      2
      0
      Votes
      2
      Posts
      310
      Views

      P

      Hello,
      You may check the query on below link

      https://forums.bagisto.com/topic/193/how-to-remove-shipping-tab-and-functionality-in-billing-page-of-bagisto-e-commerce

    • K

      How to add house_number validation name to label like this {{ __('shop::app.customer.signup-form.street') }} in signup page
      • Keerthi

      2
      1
      Votes
      2
      Posts
      374
      Views

      R

      Hi @Keerthi ,

      Use 'data-vv-as' to show error & provide translation to them. In your case, you are missing translations.

      <input type="text" class="control" name="first_name" v-validate="'required'" value="{{ old('first_name') }}" data-vv-as="&quot;{{ __('shop::app.customer.signup-form.firstnamenc') }}&quot;">

      Thanks

    • D

      This topic is deleted!
      • deadpoool

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • C

      Saas package domain how work in local
      • chsuthar

      2
      0
      Votes
      2
      Posts
      257
      Views

      admin

      Hi @chsuthar, if you have purchased the module, kindly raise a ticket for that with the Order ID, so the dedicated developer for the module can get in touch with you.

    • N

      Coupon settings
      • Norbert

      3
      0
      Votes
      3
      Posts
      303
      Views

      N

      Okay, Thanks!

    • K

      How to Insert image and how to show ordered image along with ordered data in order list page
      • Keerthi

      3
      0
      Votes
      3
      Posts
      352
      Views

      R

      Hi @Keerthi

      Please read this one - https://forums.bagisto.com/topic/241/in-orders-section-store-image/2

      Thanks

    • E

      Create order in Admin
      • elfeffe

      2
      0
      Votes
      2
      Posts
      324
      Views

      ghermans

      This feature does not currently exist

    • K

      In which file going to be save the summary of the ordered products?
      • Keerthi

      6
      0
      Votes
      6
      Posts
      575
      Views

      K

      Hi Rahul,

      Actually I have added 'image' column in orders table from there I can easily retrieve the image but Image is not storing after place the order. Where as I have added 'image' column in order_items table from this I can easily store the image into order_items but I don't know how to retrieve the image from order_items table, please suggest me on this problem. Thank you

    • A

      editing shop filters
      • alfalah-company

      6
      0
      Votes
      6
      Posts
      649
      Views

      R

      HI @alfalah-company

      After taking pull from master branch, you have to run 'php artisan migrate' command then a new table will be created name as 'category_filterable_attributes' and it will store filterable attribute of category.

      Thanks

    • N

      Admin download invoices
      • Norbert

      2
      1
      Votes
      2
      Posts
      349
      Views

      R

      Hi @Norbert

      Admin can not download all invoice together.

      Thanks