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

      Repository does not exist
      Bug Report • • Shivam

      12
      0
      Votes
      12
      Posts
      3268
      Views

      R

      Hi @jacks

      Paste this code on your composer.json file

      { "name": "bagisto/bagisto", "description": "Bagisto Laravel ECommerce", "keywords": [ "framework", "laravel" ], "license": "MIT", "type": "project", "require": { "php": "^7.1.3", "ext-curl": "*", "ext-intl": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-pdo": "*", "ext-pdo_mysql": "*", "ext-tokenizer": "*", "barryvdh/laravel-dompdf": "0.8.3", "dimsav/laravel-translatable": "^9.0", "doctrine/dbal": "2.9.2", "fideloper/proxy": "^4.0", "flynsarmy/db-blade-compiler": "*", "guzzlehttp/guzzle": "~6.0", "intervention/image": "^2.4", "intervention/imagecache": "^2.3", "kalnoy/nestedset": "^4.3", "konekt/concord": "^1.2", "laravel/framework": "5.6.*", "laravel/tinker": "^1.0", "maatwebsite/excel": "3.1.11", "nwidart/laravel-modules": "^3.2", "prettus/l5-repository": "2.6.32", "tymon/jwt-auth": "1.0.0-rc.4" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.1", "filp/whoops": "^2.0", "fzaninotto/faker": "^1.4", "laravel/dusk": "^4.0", "mockery/mockery": "^1.0", "nunomaduro/collision": "^2.0", "phpunit/phpunit": "^7.0" }, "replace": { "bagisto/laravel-user": "v0.1.0", "bagisto/laravel-admin": "v0.1.0", "bagisto/laravel-ui": "v0.1.0", "bagisto/laravel-core": "v0.1.0", "bagisto/laravel-attribute": "v0.1.0", "bagisto/laravel-checkout": "v0.1.0", "bagisto/laravel-customer": "v0.1.0", "bagisto/laravel-inventory": "v0.1.0", "bagisto/laravel-category": "v0.1.0", "bagisto/laravel-product": "v0.1.0", "bagisto/laravel-shop": "v0.1.0", "bagisto/laravel-theme": "v0.1.0", "bagisto/laravel-shipping": "v0.1.0", "bagisto/laravel-payment": "v0.1.0", "bagisto/laravel-sales": "v0.1.0", "bagisto/laravel-tax": "v0.1.0", "bagisto/laravel-api": "v0.1.0", "bagisto/laravel-paypal": "v0.1.0", "bagisto/laravel-discount": "v0.1.0" }, "autoload": { "classmap": [ "database/seeds", "database/factories" ], "psr-4": { "App\\": "app/", "Webkul\\User\\": "packages/Webkul/User/src", "Webkul\\Admin\\": "packages/Webkul/Admin/src", "Webkul\\Ui\\": "packages/Webkul/Ui/src", "Webkul\\Category\\": "packages/Webkul/Category/src", "Webkul\\Checkout\\": "packages/Webkul/Checkout/src", "Webkul\\Attribute\\": "packages/Webkul/Attribute/src", "Webkul\\Shop\\": "packages/Webkul/Shop/src", "Webkul\\Core\\": "packages/Webkul/Core/src", "Webkul\\Customer\\": "packages/Webkul/Customer/src", "Webkul\\Inventory\\": "packages/Webkul/Inventory/src", "Webkul\\Product\\": "packages/Webkul/Product/src", "Webkul\\Theme\\": "packages/Webkul/Theme/src", "Webkul\\Shipping\\": "packages/Webkul/Shipping/src", "Webkul\\Payment\\": "packages/Webkul/Payment/src", "Webkul\\Paypal\\": "packages/Webkul/Paypal/src", "Webkul\\Sales\\": "packages/Webkul/Sales/src", "Webkul\\Tax\\": "packages/Webkul/Tax/src", "Webkul\\API\\": "packages/Webkul/API", "Webkul\\Discount\\": "packages/Webkul/Discount/src", "Webkul\\CMS\\": "packages/Webkul/CMS/src" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "extra": { "laravel": { "dont-discover": [ "barryvdh/laravel-debugbar", "laravel/dusk" ] } }, "scripts": { "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate" ], "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover" ] }, "config": { "preferred-install": "stable", "sort-packages": true, "optimize-autoloader": true }, "minimum-stability": "dev" }

      delete your vendor folder and once again run 'composer install'

      Thanks

    • G

      1 Million products!
      General Discussion • • george

      12
      0
      Votes
      12
      Posts
      1302
      Views

      R

      Hi @george

      I advice you to generate a ticket for same at https://bagisto.uvdesk.com/en/customer/create-ticket/

      Thanks

    • A

      best way to move files to production
      Installing Bagisto • • ashwinkumarc

      12
      0
      Votes
      12
      Posts
      898
      Views

      R

      Hi @ashwinkumarc

      The code is written on attached image is not ours.

      You can follow, given link for information - https://forums.bagisto.com/topic/226/how-to-create-menu-for-customers

      Thanks

    • A

      Customer API giving different response
      Knowledge Base • • Ashishaxat

      12
      0
      Votes
      12
      Posts
      1168
      Views

      S

      @Ashishaxat ,

      You can also get token of logged in customer

      please have a look : https://forums.bagisto.com/topic/149/i-need-to-deliver-the-api-token-from-the-json-response-not-the-header

      let me know if you still found any issue regarding this.

      Thanks

    • _

      Featured Products View File not Found
      General Discussion • • _developer_12

      12
      0
      Votes
      12
      Posts
      1392
      Views

      shubhwebkul

      Please raise a ticket here and provide ssh details, we'll surely resolve the issue.

      Thanks!

    • D

      How to add carousel on homepage?
      General Discussion • • Deepanjali

      12
      0
      Votes
      12
      Posts
      1100
      Views

      D

      @Vaishali-Agarwal I have this for 3 images on the top panel:
      ee59d37c-27d4-412d-9e23-eb44bbd35559-image.png
      I need a new panel altogether, below the top one.

    • N

      Velocity Theme not working on mobile Android
      Bug Report • • nessuno

      12
      0
      Votes
      12
      Posts
      681
      Views

      Z

      @Vaishali-Agarwal
      Here i have tested with some browsers in pc, header and products hide in responsive mode even after refresh. https://youtu.be/dbYl7YD-PkQ
      I have encountered same in some of tabs too.

    • T

      step 8 config
      General Discussion • • tk

      12
      0
      Votes
      12
      Posts
      665
      Views

      V

      Hi @tk
      please follow the same ticket link for better communication regarding the setup issue.

      If you have any other query please post a new request.

      Thanks

    • bala

      How to create category product grid column on home page Front-End like this
      General Discussion • • bala

      12
      0
      Votes
      12
      Posts
      1129
      Views

      bala

      yeah sure

    • K

      Coupon code is invalid
      General Discussion • • kuldeep2021

      12
      0
      Votes
      12
      Posts
      807
      Views

      K

      okay got it..!

    • B

      create new payment method
      Bug Report • • ber.dev

      12
      0
      Votes
      12
      Posts
      895
      Views

      T

      Hello, i have created a payment method. when a customer selects that method, it should show options to upload and screenshot of the payment made. Where do i start from?

    • S

      Target Class [... datagrid] does not exist issue only on live server
      Bug Report • • shartouny

      12
      0
      Votes
      12
      Posts
      5359
      Views

      G

      has anyone found a solution for this issue ?

    • R

      How to create new Controller in Packages/Webkul/Shop
      Modules • • Rakhi123

      12
      0
      Votes
      12
      Posts
      1611
      Views

      A

      Hi @mindwebtree,

      You can add the controller function in the below path.

      Path: /packages/Webkul/Shop/src/Http/Controllers/HomeController.php

    • B

      Just installed using softalicious
      Installing Bagisto • • bagistosteve

      12
      0
      Votes
      12
      Posts
      1017
      Views

      sanjay-webkul

      @bagistosteve
      Please go inside the project root directry [ cd/bagisto ]
      And run the given commands directly.

    • S

      Sub menu in categories not working on v1.3.3
      Bug Report • • suchitra singh

      12
      0
      Votes
      12
      Posts
      694
      Views

      sanjay-webkul

      Hi @suchitra-singh
      Is your issue is resolved ?

    • W

      how to add a copyright with dynamic year?
      General Discussion • • William Hatanaka

      12
      0
      Votes
      12
      Posts
      1149
      Views

      sanjay-webkul

      Hi @William-Hatanaka
      Please change here accordingly and related files also.

    • hamza7262

      how to update bagisto APIs ?
      General Discussion • • hamza7262

      12
      0
      Votes
      12
      Posts
      625
      Views

      hamza7262

      @sanjay-webkul the CartController.php where i am gonna receive c variable is in vendor folder and i can write code there as its going to be remmoved when i run composer again.

    • N

      Category list prices
      Bug Report • • nenad.marjanovic

      12
      0
      Votes
      12
      Posts
      476
      Views

      N

      Thank you.

    • S

      bagisto:install dropped all tables except migrations table
      Installing Bagisto • • sheeraz

      12
      0
      Votes
      12
      Posts
      813
      Views

      sanjay-webkul

      Hi there,
      We will continue over the ticket.

    • A

      Undefined variable $__env (View: /var/www/html/public) (View: /var/www/html/resources/themes/velocity/views/home/index.blade.php)
      Installing Bagisto • • alggan4

      12
      0
      Votes
      12
      Posts
      2745
      Views

      sanjay-webkul

      Hi there.
      You can take a reference from Here