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

      This topic is deleted!
      • phyothiha

      1
      0
      Votes
      1
      Posts
      203
      Views

      No one has replied

    • N

      How to change banner image in bagisto v2.0
      • nikitajoshi

      1
      0
      Votes
      1
      Posts
      352
      Views

      No one has replied

    • S

      How to add advance search
      • Sunarc

      5
      0
      Votes
      5
      Posts
      787
      Views

      ashish2409

      @Sunarc

      please refer to the below link

      https://github.com/bagisto/bagisto/blob/f3dc477f661747a94271564ed826823544d28174/packages/Webkul/Admin/src/Resources/views/components/layouts/header/index.blade.php#L35-L46

    • T

      Payment methods
      • Thapelo

      3
      0
      Votes
      3
      Posts
      526
      Views

      T

      i ran the create package script:

      php artisan package:make-payment-method Webkul/Payfast

      then i added this to my composer.json

      "autoload": { ... "psr-4": { // Other PSR-4 namespaces "Webkul\\Payfast\\": "packages/Webkul/Payfast/src" } }

      i also added this to my Config/app.php

      <?php return [ // Other configuration options 'providers' => ServiceProvider::defaultProviders()->merge([ // Other service providers Webkul\Payfast\Providers\PayfastServiceProvider::class, ])->toArray(), // Other configuration options ];

      and at last i ran these 2 comands

      composer dump-autoload

      and

      php artisan config:cache

      then when i check in my websites configuration->sales->payment methods.
      the payment method does not appear

    • E

      Redirect User to view all products from home page
      • emad

      6
      0
      Votes
      6
      Posts
      777
      Views

      ashish2409

      @emad said in Redirect User to view all products from home page:

      Hi, i am using the latest version

      Hello there,
      Please take the latest updated code from here
      And for Database use collection -> utf8mb4_unicode_ci

    • M

      Bagisto dropsholippimg ia NM otmwpkr8mg somt pat for the plug8n
      • mikeyapina

      2
      0
      Votes
      2
      Posts
      555
      Views

      ashish2409

      @mikeyapina
      Aliexpress dropshipping is our open source project and if you are facing any issue kindly raise ticket here

      Thanks.

    • B

      Translate columns not updating in main table
      • benbeaninc88

      5
      0
      Votes
      5
      Posts
      711
      Views

      ashish2409

      @benbeaninc88

      As per checking the concern, translations do not save automatically, these are saved on the locale code based. You need to add proper locale code to make it work.
      Thanks.

    • V

      Product Images Not Showing due to cache issues
      • vernonthedev

      3
      0
      Votes
      3
      Posts
      1089
      Views

      V

      @ashish2409
      sanjana singh 12 Apr 2019, 06:16
      If you face this issue, means that you ran the "php artisan vendor: publish --force" command. Which override imagecache.php file in the config folder.

      Go to our git repository, copy "imagecache.php" file from there, replace it from your current file "imgecache.php" file and run "php artisan vendor: publish" command without force.

      Then images will be visible on the front end.(THIS WORKS THANKS)

    • K

      Currecny in add new product
      • karkiswapnil

      8
      0
      Votes
      8
      Posts
      2324
      Views

      J

      https://bit.ly/463WKcc

    • Rishabh-Webkul

      Bagisto 2.0 Attributes & DB Structure
      • Rishabh-Webkul

      1
      0
      Votes
      1
      Posts
      314
      Views

      No one has replied

    • ?

      Issues with Theme Development Documentation in Bagisto v2.x
      • A Former User

      4
      0
      Votes
      4
      Posts
      747
      Views

      Rishabh-Webkul

      Hey @A_ColtZz

      Hope you are doing well.

      We've recently published a new blog post on custom theme development for both versions. Feel free to check out the link below for a step-by-step tutorial on creating a custom theme from scratch.

      This should help address any issues you may have, and we're also in the process of working on the Devdoc documentation.

      Link - https://bagisto.com/en/create-custom-theme-in-bagisto/

      Thanks & Regards!

    • M

      Show "In Stock" or "Out of stock" on the product card
      • mauro_24

      1
      0
      Votes
      1
      Posts
      246
      Views

      No one has replied

    • A

      footer link
      • Arvindnegi1999

      2
      0
      Votes
      2
      Posts
      319
      Views

      ashish2409

      @Arvindnegi1999

      Hello there,
      For creating Footer link you need to follow below path and there you can add links,

      Go to Admin -> Settings -> Themes -> Created -> In Dropdown -> Select Footer Links.

      I hope this will help you with your query.

    • K

      how to change footer link
      • kavita123

      2
      0
      Votes
      2
      Posts
      628
      Views

      ashish2409

      @kavita123

      Hello There,

      For changing the Footer Link you need to follow below path,

      Go to Admin -> Settings -> Themes -> Footer Links -> Edit the Footer link which you want to change -> Add URL and save,

      Previously this issue was appearing and issue was resolved in following PR.

      Issue LInk - https://github.com/bagisto/bagisto/issues/9020

      PR Link -> https://github.com/bagisto/bagisto/pull/9028

    • H

      localize Validation messages
      • hypernomad

      2
      0
      Votes
      2
      Posts
      365
      Views

      ashish2409

      @hypernomad
      Hello there,

      For adding translation for Validation you can check the lang folder in root and there you can add translation.

      Root Directory -> lang -> choose locale you want to add translation -> validation.php

      Thanks.

    • J

      Removing/Hiding the Offer information on the header of bagisto
      • jamme

      4
      0
      Votes
      4
      Posts
      605
      Views

      J

      @Rishabh-Webkul thank you

    • A

      How to remove copyright from Bottom of Bagisto Shop?
      • Aaqib098

      2
      0
      Votes
      2
      Posts
      809
      Views

      Rishabh-Webkul

      Hello @Aaqib098

      Hope you are doing well. To remove copyrights from the bottom of the Bagisto website follow the below steps:-

      Open Bagisto >> Packages >> Webkul >> Shop >> src >> Resources >> lang >> en >> app.php Open this file and you will able to see a Footer array that contains a value of footer text change copyrights according to your own shop name save the file and check the results on the Frontend

      GitHub File Link - https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Resources/lang/en/app.php (Line no. 349)

      Thanks & Regards!

    • K

      i have problem during installation of reward point extension
      • Kattel10

      6
      0
      Votes
      6
      Posts
      743
      Views

      H

      @sanjay-webkul
      Hi
      I have problem too. I've installed the bagisto version 2 but it returns error when I try to install reward-points package

      Generating optimized autoload files > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover --ansi Error Interface "Tymon\JWTAuth\Contracts\JWTSubject" not found at vendor\bagisto\bagisto-reward-points\src\Models\Customer.php:14 10▕ use Webkul\Product\Models\ProductReviewProxy; 11▕ use Webkul\Customer\Notifications\CustomerResetPassword; 12▕ use Webkul\Customer\Contracts\Customer as CustomerContract; 13▕ ➜ 14▕ class Customer extends Authenticatable implements CustomerContract, JWTSubject 15▕ { 16▕ use Notifiable; 17▕ 18▕ protected $table = 'customers'; 1 vendor\composer\ClassLoader.php:576 2 vendor\composer\ClassLoader.php:427 Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

      How Can I fix it?

    • A

      Icons on My Bagisto shop aren't appearing correctly, Look at picture
      • Aaqib098

      2
      0
      Votes
      2
      Posts
      280
      Views

      Rishabh-Webkul

      Hey @Aaqib098
      Hope you are doing well.
      This issue of icons is coming due to a Cache to resolve this you can Hard Refresh your page (CTRL+Shift+R)
      or you can also run the php artisan optimize:clear command in the root directory of your Bagisto.

      Thanks & Regards!

    • B

      Large datasets: 1.5 million products (or more)
      • Bart

      4
      0
      Votes
      4
      Posts
      668
      Views

      admin

      @Manpreet May I know which version of Bagisto you are using currently?