Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • S

      Rest Api in 1.51
      General Discussion • • stvan86

      14
      0
      Votes
      14
      Posts
      758
      Views

      A

      Hi @adebayoade,

      Have you checked the Header in Postman, please check whether the authorization is selected or not, if it is selected then dis-select it and use only the Authorization Bearer token.

      I hope this finds you useful. Please do let us know about the same.
      Thank you

    • S

      how can we add an image on the checkout page and so that the admin receives the image according to the order number?
      General Discussion • • steven

      14
      0
      Votes
      14
      Posts
      766
      Views

      S

      @Amitk-Webkul said in how can we add an image on the checkout page and so that the admin receives the image according to the order number?:

      Please provide the complete image path.

      admin
      b62f3f4a-de7e-4b64-87c5-7da0600149e0-image.png

      user onepage
      9d6c6fa7-26e5-403e-8069-33703d4b8d1e-image.png

    • P

      Bagisto 2.2 with Google Recaptcha
      Knowledge Base • • paddyhak

      14
      0
      Votes
      14
      Posts
      667
      Views

      E

      @Rishabh-Webkul the version I am corrently using is the 2.2.3 😊

    • M

      problem with image resizings
      Bug Report • • mdm

      13
      1
      Votes
      13
      Posts
      2104
      Views

      ghermans

      @andrewc don't make changes to the core files, instead create a custom package
      more info can be found here

      https://devdocs.bagisto.com/create_package.html#how-to-create-package
      or https://forums.bagisto.com/topic/221/how-to-override-view-file-in-bagisto

    • P

      Hello
      General Discussion • • Poonam Kharka

      13
      0
      Votes
      13
      Posts
      822
      Views

      N

      Can you please provide screenshots of your event listener,and event service provider.

      Thank you.

    • S

      rror when adding a new category in a subcategory. That is, when I create a category and select a "Parent Category"
      Modules • • Shraddha

      13
      0
      Votes
      13
      Posts
      1211
      Views

      D

      Try these queries:-
      ALTER TABLE categories CONVERT TO CHARACTER SET utf8;
      ALTER TABLE category_translations CONVERT to CHARACTER SET utf8;

    • W

      Bagisto: search by category
      Knowledge Base • • William Hatanaka

      13
      0
      Votes
      13
      Posts
      989
      Views

      W

      @Daisymond Great! 👍 👍

    • W

      PDF format invoices in Japanese appear with garbled characters
      Knowledge Base • • William Hatanaka

      13
      1
      Votes
      13
      Posts
      2096
      Views

      W

      Hello @chemisax ,
      The problem with unreadable characters was the lack of an installed Japanese font. I found a website in Japanese that taught how to install these fonts for the laravel-dompdf package.
      https://reffect.co.jp/laravel/laravel-dompdf70-japanese
      I found a similar site explaining in English.
      https://stackoverflow.com/questions/24412203/dompdf-and-set-different-font-family
      I hope these links were useful

    • O

      please can you tell me where the errors are displayed in english, I would like to translate them into french
      General Discussion • • Omar

      13
      0
      Votes
      13
      Posts
      807
      Views

      P

      @Omar ,
      in our previous versions, we have locales.js file but now in our latest version we can do the respective changes in app.js file. Follow below points:

      assume you want to add ar locales, then you need to add "import ar from 'vee-validate/dist/locale/ar';" in app.js file

      Next, you need to register your locale like this in dictionary
      Vue.use(VeeValidate, {
      dictionary: {
      ar: ar,
      de: de,
      },
      events: 'input|change|blur',
      });

      Note: Follow this https://vee-validate.logaretm.com/v2/guide/localization.html#using-the-dictionary-api for more details

    • A

      checkout address issue
      Bug Report • • aroobaarooj499

      13
      0
      Votes
      13
      Posts
      627
      Views

      A

      @Vaishali-Agarwal okay ... Thanks!

    • S

      MiniCart not rendering.
      Installing Bagisto • • suraz.neupane

      13
      0
      Votes
      13
      Posts
      636
      Views

      V

      @suraz-neupane
      Great! Your Welcome 🙂

    • C

      Theme Creation and Override Bottleneck
      General Discussion • • courage

      13
      0
      Votes
      13
      Posts
      956
      Views

      ghermans

      In case Bagisto is loading slowly you can do the following things:

      Pull the latest changes from our repository bagisto/bagisto because we added fixes related to the load time. Open .env and change APP_DEBUG=true to APP_DEBUG=false. Change the php memory limit to 3 or 4G in your php.ini file. In case you are using vagrant / homestead make sure that the virtual machine has enough memory.
    • C

      Error to install PWA by composer
      Bug Report • • chrisklein00

      13
      0
      Votes
      13
      Posts
      1253
      Views

      V

      @pask
      Have you added the server API key inside configuration->PWA

    • A

      facing issue while migrating db in bagisto
      Installing Bagisto • • abdulrafay786

      13
      0
      Votes
      13
      Posts
      1259
      Views

      A

      sir that is for custom php or importing db file which i don't have, i am on installing laravel and the migration is running all by commands. so this sokution won't work for me here

    • C

      locale arabic disapperd
      Bug Report • • cmpengineers

      13
      0
      Votes
      13
      Posts
      674
      Views

      sanjay-webkul

      @cmpengineers
      Yes

    • R

      Page Expire on bulk upload
      Knowledge Base • • Rakhi123

      13
      0
      Votes
      13
      Posts
      703
      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

    • W

      Change the order of the billing address form.
      General Discussion • • William Hatanaka

      13
      0
      Votes
      13
      Posts
      665
      Views

      W

      @sanjay-webkul Thank you

    • S

      How to deploy bagisto to heroku? step by step please.
      Installing Bagisto • • ssf

      13
      0
      Votes
      13
      Posts
      728
      Views

      A

      Hello there,

      Something went wrong in the installation.

      Please verify and follow the below installation process.

      Stripe Installation Guide- https://github.com/ahmetarsiv/stripe-payment-gateway#3-installation

      If you still facing the same please let us know.
      Thanks.

    • C

      footer logo
      General Discussion • • Cali

      13
      0
      Votes
      13
      Posts
      486
      Views

      Rishabh-Webkul

      Hello @Cali

      Greetings of the day..!!

      Sorry for the inconvenience you have faced yet .To resolve this issue kindly enter only the below URL in .env file.

      APP_URL=http://127.0.0.1:8000

      Thanks & Regards..!!

    • S

      Class 'NumberFormatter' not found .
      Bug Report • • shree111

      12
      0
      Votes
      12
      Posts
      11372
      Views

      bala

      its enabled ma'am ,but page wont work..