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

      Page Expire on bulk upload
      • Rakhi123

      13
      0
      Votes
      13
      Posts
      2258
      Views

      R

      @rabol Thanks.
      I am uploading on the server. I have excel sheet of 400 products and 400 images. I want to upload the file at same time

    • S

      Auto Generate Tracking Number for orders
      • shoaib.brosol

      2
      0
      Votes
      2
      Posts
      431
      Views

      sanjay-webkul

      Hi there,
      Please take a reference from Here for the same

    • G

      How to create grouped products that includes configurable products in Bagisto?
      • giacmotrua

      4
      0
      Votes
      4
      Posts
      884
      Views

      sanjay-webkul

      Hi there,
      We can not create grouped products that includes configurable products.

    • S

      change the text from state to provinces on checkout page
      • shoaib.brosol

      2
      0
      Votes
      2
      Posts
      534
      Views

      sanjay-webkul

      Hi there,
      For this you need to customize you code.

    • T

      Ask shipping quotation depending on shipping address
      • tum

      3
      0
      Votes
      3
      Posts
      632
      Views

      sanjay-webkul

      @tum
      Can you please elaborate?

    • A

      change default theme by code
      • a.adel

      2
      0
      Votes
      2
      Posts
      439
      Views

      sanjay-webkul

      Hi there,
      You need to customize the shop package for the same,

    • M

      Bagisto API
      • makurdi

      4
      0
      Votes
      4
      Posts
      1006
      Views

      sanjay-webkul

      Hi there,
      Please follow this thread:
      https://forums.bagisto.com/topic/2862/where-does-by-default-api-hits/6

    • A

      CMS/page not saved after edit
      • ajantha

      2
      0
      Votes
      2
      Posts
      488
      Views

      sanjay-webkul

      Hi there is it possible to share the screen recording for the same? this will help me to reproduce the actual issue.

    • A

      Stop products visible in google..
      • ajantha

      2
      0
      Votes
      2
      Posts
      420
      Views

      sanjay-webkul

      Hi there,
      Can you please elaborate ? and is it possible to share the screens recording for the same.

    • D

      Channel Usage In saas module
      • devsmartivemedia

      2
      0
      Votes
      2
      Posts
      457
      Views

      sanjay-webkul

      Hi there,
      Please raise a support ticket Here. i will guide, you over the ticket.

    • C

      How to Customize layered-navigation.blade.php file
      • codebase

      4
      0
      Votes
      4
      Posts
      4853
      Views

      sanjay-webkul

      Hi There,
      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,

    • H

      Why does after filling up of address and billing details, the checkout button does not appear.
      • heyalexm

      2
      0
      Votes
      2
      Posts
      410
      Views

      sanjay-webkul

      Can you please elaborate?

    • C

      Auto logout issue
      • chiragdaxini

      9
      0
      Votes
      9
      Posts
      1595
      Views

      S

      Anyone else facing the same issue, use customer middleware to manage the access for logged in users only, in my case i was using auth and customer middleware both.

    • V

      Target [Webkul\Attribute\Contracts\Attribute] is not instantiable.
      • vaida.prateek28

      4
      0
      Votes
      4
      Posts
      1039
      Views

      sanjay-webkul

      Hi there
      Please share this file.

      packages/Webkul/Attribute/src/Providers/ModuleServiceProvider.php
    • T

      How to custom GraphQL on Bagisto
      • Teddi

      2
      0
      Votes
      2
      Posts
      483
      Views

      sanjay-webkul

      Hi there,
      Please add your schema Here

    • A

      Create Category using CategoryRepository
      • alggan4

      8
      0
      Votes
      8
      Posts
      1298
      Views

      sanjay-webkul

      Hi there.
      Please follow this thread.

    • N

      How to override specific view file from velocity theme in our custom package
      • nikhil.nadkar

      2
      0
      Votes
      2
      Posts
      587
      Views

      A

      Hi there,
      Can you please elaborate? What exactly you are trying to do

    • A

      How to create category and product programmatically.
      • alggan4

      7
      0
      Votes
      7
      Posts
      1963
      Views

      A

      @alggan4 said in How to create category and product programmatically.:

      $data['channel'] = $channel->id;

      here must be
      $data['channel'] = $channel->code;

      p.s.
      and don't forget that url_key shouldn't contain "/"

      thanks to all

    • A

      Customize existing package
      • Akhil

      2
      0
      Votes
      2
      Posts
      483
      Views

      A

      Hi there,
      You can create a new package to customize the existing functionalities

      Please follow the below guide to create
      Link: https://devdocs.bagisto.com/1.x/packages/create-package.html

      To override the Model: https://devdocs.bagisto.com/1.x/advanced/override-core-model.html

      To override controller: https://forums.bagisto.com/topic/320/how-to-override-your-webkul-controllers-repository-and-classes

    • A

      Custom Package dependencies
      • Akhil

      2
      0
      Votes
      2
      Posts
      668
      Views

      A

      Hi there,
      You have to install them below.
      Path- MyProject/Packages/Bagisto/MyCustomPackage/Vendor

      Yes, you can use the existing dependencies but if the versions are different then it can create the error.