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

      bagisto 2.3 and contribution guidline
      • ducanh

      2
      0
      Votes
      2
      Posts
      112
      Views

      Rishabh-Webkul

      Hello @ducanh

      Follow the below steps for your query.

      Add the Bagisto upstream remote (if not already added): git remote add upstream https://github.com/bagisto/bagisto.git Fetch all branches from the upstream: git fetch upstream Checkout the 2.3 branch from upstream: git checkout 2.3 Push the changes to your fork or you can manually update it from github

      Regards
      Team Bagisto

    • A

      Custom Payment success() method error in Bagisto 2.3 – haveStockableItems() null
      • arunchahar

      2
      0
      Votes
      2
      Posts
      163
      Views

      A

      and here the redirect method if it help you to understand it better:

      public function redirect() { $cart = Cart::getCart(); $billingAddress = $cart->billing_address; $MERCHANT_KEY = core()->getConfigData('sales.payment_methods.payu.payu_merchant_key'); $SALT = core()->getConfigData('sales.payment_methods.payu.salt_key'); if (core()->getConfigData('sales.payment_methods.payu.payu-website') == "Sandbox") : $PAYU_BASE_URL = "https://test.payu.in"; // For Sandbox Mode else : $PAYU_BASE_URL = "https://secure.payu.in"; // For Live Mode endif; $shipping_rate = $cart->selected_shipping_rate ? $cart->selected_shipping_rate->price : 0; // shipping rate $discount_amount = $cart->discount_amount; // discount amount $total_amount = ($cart->sub_total + $cart->tax_total + $shipping_rate) - $discount_amount; // total amount $posted = array( "key" => $MERCHANT_KEY, "txnid" => $cart->id . '_' . now()->format('YmdHis'), "amount" => $total_amount, "firstname" => $billingAddress->name, "email" => $billingAddress->email, "phone" => $billingAddress->phone, "surl" => route('payu.success'), "furl" => route('payu.failure'), "curl" => "cancel", "hash" => '', "productinfo" => 'Bagisto Order no ' . $cart->id, 'udf1' => '', 'udf2' => '', 'udf3' => '', 'udf4' => '', 'udf5' => '', 'salt' => $SALT ); /*** hash key generate */ $hash = $this->getHashKey($posted); $action = $PAYU_BASE_URL . '/_payment'; return view('payu::payu-redirect')->with(compact('MERCHANT_KEY', 'SALT', 'action', 'posted', 'hash')); }
    • D

      custom theme
      • Dark General

      6
      0
      Votes
      6
      Posts
      273
      Views

      D

      @ghermans infact the header and the footer dont change

    • D

      Footer of Admin Panel
      • dipakthakur_13

      2
      0
      Votes
      2
      Posts
      105
      Views

      ghermans

      @dipakthakur_13

      You can change this in the following file packages/Webkul/Admin/src/Resources/views/components/layouts/index.blade.php

      There you will find the following code

      <!-- Powered By --> <div class="mt-auto"> <div class="border-t bg-white py-2 text-center text-sm dark:border-gray-800 dark:bg-gray-900 dark:text-white"> @lang('admin::app.components.layouts.powered-by.description', [ 'bagisto' => '<a class="text-blue-600 hover:underline dark:text-darkBlue" href="https://bagisto.com/en/">Bagisto</a>', 'webkul' => '<a class="text-blue-600 hover:underline dark:text-darkBlue" href="https://webkul.com/">Webkul</a>', ]) </div> </div>
    • J

      Laravel 12
      • Jelle

      3
      1
      Votes
      3
      Posts
      212
      Views

      Rishabh-Webkul

      Hello

      For now, we have made the latest version of Bagisto 2.3.0 compatible with Laravel 11.

      https://github.com/bagisto/bagisto/tree/v2.3.0

      Regards
      Team Bagisto

    • S

      How can I move the site from demo to public?
      • sangeethnivas

      3
      0
      Votes
      3
      Posts
      162
      Views

      Rishabh-Webkul

      Hello @sangeethnivas

      Can you please elaborate this? Are you trying to say that you have set up Bagisto on your local and now you want to make it live?

      Please confirm so that we can assist you with your query.

      Regards
      Team Bagisto

    • D

      Marketplace in profile link
      • dsharma

      4
      0
      Votes
      4
      Posts
      395
      Views

      F

      @hesselmavis said in Marketplace in profile link:

      Thank you so much for your response!! It is extremely valuable.

      krnl

    • A

      Custom PhonePe Payment Gateway: Cart available on redirect but null in verify method
      • arunchahar

      2
      0
      Votes
      2
      Posts
      117
      Views

      Rishabh-Webkul

      Hello @arunchahar

      For this, we will need to review your entire package to see what changes you have made and where. To do that, you can purchase support hours for this.

      https://store.webkul.com/bagisto-hourly-customization-package.html

      Regards
      Team Bagisto

    • A

      How sort by range price on products carousel theme
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      123
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      By default, we do not provide a filter for 'special_price' in Product Carousel. To check this, we would need to review the code to identify any customizations that may have been made, which would fall under our paid support services.

      You can purchase support hours for this assistance.

      Link: https://store.webkul.com/bagisto-hourly-customization-package.html

    • O

      product images are not displaying on the frontend!
      • OJVV

      5
      0
      Votes
      5
      Posts
      259
      Views

      A

      @OJVV Same thing happened to me. Have you got any solution?

    • I

      Unable to run the Bagisto Mobile app on the iOS — encountering the following errors:
      • Imran 0

      2
      0
      Votes
      2
      Posts
      50
      Views

      Rishabh-Webkul

      Hello @Imran-0

      Please confirm whether you followed the steps mentioned in the README.md file here.

      https://github.com/bagisto/opensource-ecommerce-mobile-app/blob/main/README.md

      Also, please let us know if your project Flutter and Dart version matches the project requirement mentioned in the readme file, which are mentioned below.

      Installation Guide
      Before beginning with the installation, you will need the following with the mentioned versions

      Bagisto Version - v2.2.2
      Android Studio Version - Flamingo | 2022.2.1
      Flutter Version - 3.19.2
      Dart - 3.3.0
      Xcode - 15.2
      Swift - 5

      Please also verify if you have changed the baseUrl as per your store from here :

      Path: lib/utils/server_configuration.dart

      static const String baseUrl = ‘....’;

      Warm Regards
      Team Bagisto

    • I

      Bagisto App not running on iOS
      • Imran 0

      2
      0
      Votes
      2
      Posts
      106
      Views

      Rishabh-Webkul

      Hello @Imran-0

      Upon reviewing the details you shared, we have identified that the issue you're experiencing is due to the Xcode version. The current project is compatible with Xcode 15.2, whereas you are using Xcode 16.3. To resolve this, the Flutter packages and dependencies need to be updated for compatibility with Xcode 16.2.

      We are actively working on making the project fully compatible with Xcode 16.3 and expect to release an updated version by next week.

      Regards
      Team Bagisto

    • A

      Is There a Laravel-Based Solution to Turn Bagisto into a Mobile App?
      • ankit-anand

      2
      0
      Votes
      2
      Posts
      95
      Views

      Rishabh-Webkul

      Hello @ankit-anand

      Please check the Bagisto Mobile App Store link.

      https://store.webkul.com/bagisto-laravel-mobile-app.html

      Regards