Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Groups
    1. Home
    2. Knowledge Base
    Log in to post

    Knowledge Base

    • P

      Trying to create a custom theme
      • pelomedusa  

      2
      0
      Votes
      2
      Posts
      306
      Views

      R

      Hi, Please follow this link for creating custom theme -https://bagisto.com/en/create-custom-theme-in-bagisto/. If you found any difficulty to implement this, please write to us. Thanks Rahul Shukla
    • L

      How to override the admin layout?
      • lwilliams-heli  

      5
      0
      Votes
      5
      Posts
      1200
      Views

      L

      Thanks Rahul. This has now allowed me to override as needed.
    • S

      How to increase slider image upload size?
      • sanjana singh  

      3
      0
      Votes
      3
      Posts
      298
      Views

      R

      Hello, To increase file upload size, you need to set the value of 'upload_max_filesize' and 'post_max_size' in your php.ini. Path of this file in linux is -> /etc/php/7.2/apache2. ; Maximum allowed size for uploaded files. upload_max_filesize = 40M ; Must be greater than or equal to upload_max_filesize post_max_size = 40M For more refference, please see this one - https://stackoverflow.com/questions/2184513/change-the-maximum-upload-file-size Thanks Rahul Shukla
    • 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
      153
      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
      273
      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
      129
      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
      195
      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
      181
      Views

      K

      I got the solution, Thank You So Much........! see below
    • K

      PayPal Integration In bagisto eCommerce website
      • Keerthi  

      3
      0
      Votes
      3
      Posts
      369
      Views

      K

      Hi, Thank you so much......!
    • K

      Image is not showing in specific category page
      • Keerthi  

      4
      0
      Votes
      4
      Posts
      193
      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
      435
      Views

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

      Adding shipping options
      • KevLav  

      4
      0
      Votes
      4
      Posts
      1749
      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
      142
      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
      239
      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
      134
      Views

      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
      193
      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
      163
      Views

      R

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