Bagisto Forum

    Bagisto

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

      Description field in bulk upload
      • harshaq

      2
      0
      Votes
      2
      Posts
      321
      Views

      P

      Hello @harshaq ,

      Within the CSV or XLS files, in the description or short description column you may add like

      <ul>
      <li>cotton tshirt</li>
      <li>available in different variants</li>
      </ul>

    • H

      Created new attributes
      • harshaq

      2
      0
      Votes
      2
      Posts
      305
      Views

      P

      Hello @harshaq

      Please raise a ticket on bagisto support : https://bagisto.uvdesk.com/en/

      Thanks!

    • T

      all product and category slug are 404 ( Not found)
      • toinkydoo

      2
      0
      Votes
      2
      Posts
      363
      Views

      devansh-webkul

      @toinkydoo,

      Just check your APP_URL, if everything fine so then run php artisan optimize.

    • P

      issue
      • pankaj1234

      7
      0
      Votes
      7
      Posts
      924
      Views

      devansh-webkul

      Hi @pankaj1234,

      It looks like the mentioned folder is missing have you done all the steps like storage linking, migrations, and publishing.

      Just try with linking storage first by simply run,
      php artisan storage:link

    • U

      Why the catalog rules disappear after two days from start??
      • userbagisto

      4
      0
      Votes
      4
      Posts
      442
      Views

      devansh-webkul

      But you have added from and to date.

    • U

      Why the error occur when we try to refund in admin page
      • userbagisto

      4
      0
      Votes
      4
      Posts
      540
      Views

      devansh-webkul

      This issue has been fixed in the latest version.

    • R

      How to create the new api in bagisto?
      • Ravinder G

      11
      0
      Votes
      11
      Posts
      3737
      Views

      devansh-webkul

      Not needed. Just simply place your route in the api.php file without any api middleware group also.

      It will work else check Laravel docs to override because there is no Bagisto stuff.

    • U

      How to add preorder in bagisto?
      • userbagisto

      3
      0
      Votes
      3
      Posts
      442
      Views

      U

      @devansh-webkul said in How to add preorder in bagisto?:

      Are you using Bagisto paid module or creating your own?

      I am using My own not paid

    • I

      why when we adding booking product type this warning?
      • israa96

      2
      0
      Votes
      2
      Posts
      1041
      Views

      devansh-webkul

      Its looks like you have not configured your booking product correctly. Please check the admin end also.

    • U

      Problem when we add booking type product
      • userbagisto

      7
      0
      Votes
      7
      Posts
      970
      Views

      I

      @devansh-webkul said in Problem when we add booking type product:

      Which Bagisto version are you using?

      APP_VERSION=1.3.1

    • F

      Graphql api not working
      graphql • • farhan-saifi

      8
      0
      Votes
      8
      Posts
      3218
      Views

      N

      Hi @suyashcyber94 ,
      if you are not able to find the config/lighthouse.php file that means installation is not performed properly.

      after running the installation commnad :

      php artisan bagisto_graphql:install

      you can see in the below link ,this will hit to to following file and you can see the publish code for the lighthouse.php file.
      https://github.com/bagisto/headless-ecommerce/blob/main/src/Console/Commands/Install.php#L42

      so please make sure the installation is properly perfomed.

      Also the config folder is on the root of your project.
      Thanks!

    • M

      so we saw this issue once before this image is the 1920 x 550 image size like you said and looks great everywhere except in the mobile
      • mikeyapina

      3
      0
      Votes
      3
      Posts
      1032
      Views

      M

      @devansh-webkul I have to stay in 1.3.1 because drop shipping doesn't work in 1.3.3

    • M

      This topic is deleted!
      • mikeyapina

      9
      0
      Votes
      9
      Posts
      38
      Views
    • T

      architecture bagisto
      • testy

      2
      0
      Votes
      2
      Posts
      291
      Views

      devansh-webkul

      We are using a repository pattern.

    • L

      String translations/changes
      • lukas

      18
      0
      Votes
      18
      Posts
      3025
      Views

      H

      Well I found the solution. I need to add --force to override files

    • H

      How does this things work?
      • hedyd

      2
      0
      Votes
      2
      Posts
      404
      Views

      devansh-webkul

      You need to publish the changes for that.

    • A

      This wasn't what i thought it was.
      • aghilesdza

      2
      0
      Votes
      2
      Posts
      321
      Views

      devansh-webkul

      Hi there,

      These are the features,

      Multiple Channels, Locale, Currencies. Built-in Access Control Layer. Beautiful and Responsive Storefront. Descriptive and Simple Admin Panel. Admin Dashboard. Custom Attributes. Built on Modular Approach. Support for Multiple Store Themes. Multistore Inventory System. Orders Management System. Customer Cart, Wishlist, Product Reviews. Simple, Configurable, Group, Bundle, Downloadable and Virtual Products. Price rules (Discount) inbuilt. Theme (Velocity). CMS Pages.
    • S

      Category related language error on save-order API hit
      • suyashcyber94

      4
      0
      Votes
      4
      Posts
      611
      Views

      devansh-webkul

      Did you check the category_translation table?

    • U

      When tried to make shipped an error occure ?
      • userbagisto

      4
      0
      Votes
      4
      Posts
      933
      Views

      devansh-webkul

      inventory_source_qty

    • N

      What is the purpose of Invoice Number Generator field ?
      • NLS667

      2
      0
      Votes
      2
      Posts
      701
      Views

      devansh-webkul

      Hi @NLS667,

      The purpose of the Invoice and Order configuration field is to generate the random numbers with certain prefixes and suffixes by the developer.

      Currently there is no such docs for developer class and developer point of view. For now you can take reference from here,
      https://github.com/bagisto/bagisto/tree/master/packages/Webkul/Sales/src/Generators

      We will soon add this in our documentation before the latest release.