• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
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!
    26 Jun 2019, 11:52 • karkiswapnil 26 Jun 2019, 11:52

    3
    0
    Votes
    3
    Posts
    3
    Views
  • J

    prevent user from checkout if not sign in
    1 Jul 2019, 13:14 • jonathantyar 2 Jul 2019, 06:18

    2
    0
    Votes
    2
    Posts
    524
    Views

    R 2 Jul 2019, 06:18

    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!
    3 Jul 2019, 14:58 • lwilliams-heli 3 Jul 2019, 14:58

    2
    0
    Votes
    2
    Posts
    2
    Views
  • B

    Common errors in Bagisto and their solutions?
    3 Jul 2019, 05:29 • bagisto-mogul 4 Jul 2019, 03:20

    3
    0
    Votes
    3
    Posts
    793
    Views

    R 4 Jul 2019, 03:20

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

    Could not enter into the admin panel
    4 Jul 2019, 04:52 • prachi 4 Jul 2019, 06:29

    2
    0
    Votes
    2
    Posts
    466
    Views

    R 4 Jul 2019, 06:29

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

  • S

    getting error after changing the locale
    9 Jul 2019, 13:33 • sanjana singh 11 Jul 2019, 14:43

    3
    0
    Votes
    3
    Posts
    770
    Views

    R 11 Jul 2019, 14:43

    Hi,

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

    Thanks

  • K

    How to retrieve image along with category name
    12 Jul 2019, 11:30 • Keerthi 12 Jul 2019, 13:25

    4
    0
    Votes
    4
    Posts
    668
    Views

    K 12 Jul 2019, 13:25

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

  • K

    Image is not showing in specific category page
    13 Jul 2019, 07:37 • Keerthi 15 Jul 2019, 06:30

    4
    0
    Votes
    4
    Posts
    846
    Views

    K 15 Jul 2019, 06:30

    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
    15 Jul 2019, 07:45 • Keerthi 17 Jul 2019, 07:56

    4
    0
    Votes
    4
    Posts
    1.1k
    Views

    admin 17 Jul 2019, 07:56

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

  • K

    Adding shipping options
    17 Jul 2019, 12:17 • KevLav 17 Jul 2019, 12:59

    4
    0
    Votes
    4
    Posts
    2.5k
    Views

    K 17 Jul 2019, 12:59

    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
    20 Jul 2019, 13:40 • Keerthi 22 Jul 2019, 13:10

    2
    0
    Votes
    2
    Posts
    481
    Views

    P 22 Jul 2019, 13:10

    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
    23 Jul 2019, 08:37 • Keerthi 23 Jul 2019, 10:47

    2
    1
    Votes
    2
    Posts
    608
    Views

    R 23 Jul 2019, 10:47

    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!
    26 Jul 2019, 09:04 • deadpoool 26 Jul 2019, 09:04

    1
    0
    Votes
    1
    Posts
    2
    Views

    No one has replied

  • C

    Saas package domain how work in local
    29 Jul 2019, 09:15 • chsuthar 29 Jul 2019, 09:40

    2
    0
    Votes
    2
    Posts
    499
    Views

    admin 29 Jul 2019, 09:40

    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
    26 Jul 2019, 17:06 • Norbert 30 Jul 2019, 07:09

    3
    0
    Votes
    3
    Posts
    598
    Views

    N 30 Jul 2019, 07:09

    Okay, Thanks!

  • K

    How to Insert image and how to show ordered image along with ordered data in order list page
    22 Jul 2019, 13:57 • Keerthi 5 Aug 2019, 12:27

    3
    0
    Votes
    3
    Posts
    692
    Views

    R 5 Aug 2019, 12:27

    Hi @Keerthi

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

    Thanks

  • E

    Create order in Admin
    6 Aug 2019, 14:29 • elfeffe 6 Aug 2019, 20:59

    2
    0
    Votes
    2
    Posts
    557
    Views

    ghermans 6 Aug 2019, 20:59

    This feature does not currently exist

  • K

    In which file going to be save the summary of the ordered products?
    12 Aug 2019, 10:56 • Keerthi 14 Aug 2019, 11:11

    6
    0
    Votes
    6
    Posts
    1.3k
    Views

    K 14 Aug 2019, 11:11

    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
    8 Aug 2019, 10:46 • alfalah-company 19 Aug 2019, 06:16

    6
    0
    Votes
    6
    Posts
    1.3k
    Views

    R 19 Aug 2019, 06:16

    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
    16 Aug 2019, 12:56 • Norbert 19 Aug 2019, 06:57

    2
    1
    Votes
    2
    Posts
    582
    Views

    R 19 Aug 2019, 06:57

    Hi @Norbert

    Admin can not download all invoice together.

    Thanks