Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. shaiv-webkul
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    shaiv-webkul

    @shaiv-webkul

    0
    Reputation
    20
    Posts
    31
    Profile views
    1
    Followers
    0
    Following
    Joined Last Online

    shaiv-webkul Follow

    Posts made by shaiv-webkul

    • RE: How to customize Place Order button ?

      Override this page https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Resources/views/checkout/onepage.blade.php and here is the submit button https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Resources/views/checkout/onepage.blade.php#L90

      posted in General Discussion
      S
      shaiv-webkul
    • RE: PayU CORS error while integrating PayU Money Bolt Kit

      add this crossDomain: true, in your js code under ajax.

      posted in General Discussion
      S
      shaiv-webkul
    • RE: After pay pal pay out the script sent me back to a 500 error instead of the app

      You can change the return URL from here https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Paypal/src/Payment/Standard.php#L50

      posted in Bug Report
      S
      shaiv-webkul
    • RE: Integrate Order With Fulfillment API

      what will you get when your print the $order ?

      posted in Knowledge Base
      S
      shaiv-webkul
    • RE: Illuminate \ Contracts \ Container \ BindingResolutionException Target class [encrypter] does not exist. Previous exceptions Class encrypter does not exist (-1)

      Please share your instance show that I can look into it.

      posted in Bug Report
      S
      shaiv-webkul
    • RE: Illuminate \ Contracts \ Container \ BindingResolutionException Target class [encrypter] does not exist. Previous exceptions Class encrypter does not exist (-1)

      you have to pass the string, you are sending object as a parameter.

      posted in Bug Report
      S
      shaiv-webkul
    • RE: Illuminate \ Contracts \ Container \ BindingResolutionException Target class [encrypter] does not exist. Previous exceptions Class encrypter does not exist (-1)

      If you want popup in the same page then you have to add your js ,

      Create a blade file
      put this code into it
      @if(request()->is('checkout/onepage'))
      eventBus.$on('after-checkout-payment-section-added', function() {
      $(document).ready(function() {
      // your code here
      });
      });

      @endif

      posted in Bug Report
      S
      shaiv-webkul
    • RE: Wrong amount passing to PayPal

      Please share your instance and ftp details, so that we will assist you in better way.

      posted in General Discussion
      S
      shaiv-webkul
    • RE: Is it possible to integrate Razorpay Payment Gateway in Bagisto E-Commerce?

      Try to to check what you are getting in the post to do so, write dd(request()->all()); in your code.

      posted in Knowledge Base
      S
      shaiv-webkul
    • RE: Payment callback url showing error "The POST method is not supported for this route. Supported methods: GET, HEAD.".

      Try using get method or you can also refer paytab documentation https://dev.paytabs.com/

      posted in General Discussion
      S
      shaiv-webkul