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

    Cart rule for all products
    16 Jul 2019, 13:12 • lwilliams-heli 19 Aug 2019, 14:48

    3
    1
    Votes
    3
    Posts
    270
    Views

    L 19 Aug 2019, 14:48

    Thanks,

    Will this be released in 0.1.7?

    If so, what is the timeline for this release?

  • K

    How to add two more input fields to address page in bagisto ecommerce
    17 Aug 2019, 08:50 • Keerthi 22 Aug 2019, 06:51

    3
    0
    Votes
    3
    Posts
    1.9k
    Views

    K 22 Aug 2019, 06:51

    Hi Rahul,

    Thank you......!

  • K

    Where to remove validations of billing address in bagisto e-commerce
    19 Aug 2019, 04:58 • Keerthi 22 Aug 2019, 06:52

    3
    0
    Votes
    3
    Posts
    322
    Views

    K 22 Aug 2019, 06:52

    Hi Rahul,

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

  • K

    How to store ordered image into database
    10 Aug 2019, 06:40 • Keerthi 22 Aug 2019, 11:13

    5
    0
    Votes
    5
    Posts
    733
    Views

    R 22 Aug 2019, 11:13

    Hi @Keerthi

    You also need to override cart functionality beacuse every order is placed on basis of cart data, so when you add item in cart you also need to store your base image path there. So create column in cart_item table to store image there. For it you have to create own your cart facades as we created in Checkout package.

    Now you need to override add cart fuctionality for which you need to create your own route & coontroller and when user clicks on Add to cart then this controller will be called and store image in cart_item table.

    After doing all of this you need to ovveride checkout's save order functionality for which you can do the above process and when this controller called you can see this

    $order = $this->orderRepository->create(Cart::prepareDataForOrder());

    in OnepageController.php's saveOder function.

    in this code, your Cart::prepareDataForOrder() function should be used which we override before.

    Thanks

  • K

    Where to find products page blade file
    5 Sept 2019, 19:47 • Kabiru 5 Sept 2019, 22:15

    2
    0
    Votes
    2
    Posts
    291
    Views

    ghermans 5 Sept 2019, 22:15

    Open packages/Webkul/Shop/src/Resources/lang/en/app.php and jump to line 328 there you can change the values

  • K

    How to remove shipping tab and functionality in Billing page of Bagisto E-Commerce
    22 Jul 2019, 04:39 • Keerthi 6 Sept 2019, 07:43

    8
    0
    Votes
    8
    Posts
    939
    Views

    P 6 Sept 2019, 07:43

    @samiraaa
    Yes, the feature will be available this month in our release. And, also we are going to add few more products type as Virtual, Downloadable, Grouped and Bundle.

    Thanks

  • K

    Filters in the category page
    6 Sept 2019, 12:58 • Keerthi 7 Sept 2019, 20:07

    2
    0
    Votes
    2
    Posts
    283
    Views

    B 7 Sept 2019, 20:07

    Hello,
    @Keerthi Very soon you will be able to do this.

    Cheers!!!:
    Bagito Team

  • L

    DataGrid action
    9 Sept 2019, 11:11 • lwilliams-heli 12 Sept 2019, 07:34

    2
    0
    Votes
    2
    Posts
    429
    Views

    B 12 Sept 2019, 07:34

    @lwilliams-heli

    Greetings!!!

    Currently, there ain't native way to do that but you can use blade render event to pass some javascript explicitly.
    With that javascript you need to inject your required things such as HTML also from script itself.

    Ways to pass JS:

    @push('scripts')
    //JS code
    @endpush

    Use listener to listen event "bagisto.admin.layout.body.after" for admin and "bagisto.shop.layout.body.after" for shop.
    Using these events you can pass any blade file with your script and html either or both.

    Regards,
    Prashant.

  • B

    Changing frontend color schemes according to your own requirements
    14 Mar 2019, 09:21 • bagisto-mogul 12 Sept 2019, 23:50

    2
    0
    Votes
    2
    Posts
    976
    Views

    M 12 Sept 2019, 23:50

    I have done all these steps, but nothing changed
    I attempted to change the colors of the storefront.

    please help?

  • K

    How to give page redirection to the current page after login
    24 Jul 2019, 10:08 • Keerthi 13 Sept 2019, 10:36

    9
    1
    Votes
    9
    Posts
    1.5k
    Views

    K 13 Sept 2019, 10:36

    Hi @rahul,

    can you please tell me page redirection to the current session page after login with google+ with the below code is working only for existing customers that means only registered customers and not working with pop up login (in this case also it is redirecting to the customers profile page after successfully logged in) Please suggest me on this issue.

    if (auth()->guard('customer')->check()) { return redirect()->route('customer.profile.index'); } else { $intendedUrl = url()->previous(); session()->put('url.intended', $intendedUrl); return view($this->_config['view']); }
  • K

    How to display all ordered products in order history page without condition?
    17 Sept 2019, 04:44 • Keerthi 18 Sept 2019, 10:31

    8
    0
    Votes
    8
    Posts
    1.9k
    Views

    K 18 Sept 2019, 10:31

    Hi,
    order_items table
    order_items.png
    orders table
    screencapture-localhost-phpmyadmin-sql-php-2019-09-18-15_52_39.png

  • L

    How to override product model?
    10 Jun 2019, 09:26 • lwilliams-heli 19 Sept 2019, 03:26

    6
    1
    Votes
    6
    Posts
    954
    Views

    T 19 Sept 2019, 03:26

    https://github.com/bagisto/bagisto/issues/1482

  • L

    BuyAGetB promotion
    25 Sept 2019, 09:38 • lwilliams-heli 26 Sept 2019, 08:47

    3
    1
    Votes
    3
    Posts
    305
    Views

    L 26 Sept 2019, 08:47

    Is there a reason it was removed?

    Ideally we'd still like to use this functionality, where you can buy a certain type of product and get another type of product free.

    Is is something I could hook back in myself, and how would I go about doing this?

  • L

    Multiple / Auto-generated coupons
    23 Sept 2019, 11:12 • lwilliams-heli 27 Sept 2019, 10:30

    4
    0
    Votes
    4
    Posts
    267
    Views

    R 27 Sept 2019, 10:30

    Hi @lwilliams-heli

    Probably in end of next month.

    Thanks

  • R

    How to override view file in bagisto?
    29 Jul 2019, 14:36 • rahul 30 Sept 2019, 06:35

    4
    3
    Votes
    4
    Posts
    3.0k
    Views

    A 30 Sept 2019, 06:35

    Oka.. Thanks @

  • S

    Adding Product
    1 Oct 2019, 10:11 • simplygenius 1 Oct 2019, 10:18

    2
    0
    Votes
    2
    Posts
    383
    Views

    R 1 Oct 2019, 10:18

    Hi @simplygenius

    Can you attach a screenshot of your error & send dump file of your database.

    Thanks

  • A

    Set currency Symbol
    4 Oct 2019, 13:14 • andrewc 4 Oct 2019, 13:31

    2
    0
    Votes
    2
    Posts
    275
    Views

    R 4 Oct 2019, 13:31

    Hi @andrewc

    Soon, we will give option to add symbol of currency while creating it to avoid such problem.

    Thanks

  • R

    How to change currency and locale for Admin ?
    7 Oct 2019, 07:00 • rahul 7 Oct 2019, 07:00

    1
    1
    Votes
    1
    Posts
    593
    Views

    No one has replied

  • L

    Override 'Core' model
    3 Oct 2019, 15:48 • lwilliams-heli 10 Oct 2019, 06:50

    2
    0
    Votes
    2
    Posts
    529
    Views

    R 10 Oct 2019, 06:50

    Hi @lwilliams-heli

    This is facades and this is not override this way.
    To override any facades, first of all you need to create own facades in your package extending with main facades (To whom you want to override).
    Now in your facades, you can create method & can write own logic.
    You need to add following line in your packages provider.

    $this->app->bind('core', 'Webkul\your\facades\path');

    Thanks

  • K

    How to add Google Analytics to Bagisto Ecommerce?
    12 Oct 2019, 12:46 • Keerthi 12 Oct 2019, 12:46

    1
    0
    Votes
    1
    Posts
    759
    Views

    No one has replied