Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Is it possible to integrate Razorpay Payment Gateway in Bagisto E-Commerce?

    Knowledge Base
    9
    26
    8604
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      Jitendra last edited by

      https://forums.bagisto.com/assets/uploads/files/1565077566209-screenshot-98.png

      There is no load property defined in Standard Controller that's why you getting Undefined Property Exception.

      https://forums.bagisto.com/assets/uploads/files/1565077547818-screenshot-100.png

      There is no need to call parent constructor, please remove the following line:

      parent::__construct();

      R 1 Reply Last reply Reply Quote 0
      • P
        Pankaj last edited by

        Hii have you successfully integrate razorpay??

        if yes then reply

        1 Reply Last reply Reply Quote 0
        • K
          Keerthi last edited by

          Hi @Pankaj,

          I didn't integrate razorpay Payment Gateway because I am getting error at the time of redirection. So, I have integrated Instamojo Payment Gateway.

          1 Reply Last reply Reply Quote 0
          • P
            Pankaj last edited by

            okk @Keerthi

            Thanks for reply

            1 Reply Last reply Reply Quote 0
            • K
              Keerthi last edited by

              Hi @Pankaj,

              Have you integrated Razorpay Payment Gateway in bagisto e-commerce?

              P 1 Reply Last reply Reply Quote 0
              • K
                Keerthi last edited by

                Hi,

                I am getting error like "404 page not found" with live mode of razorpay URL at the time of redirecting to the payment gateway. Can anyone please suggest me, thank you

                1 Reply Last reply Reply Quote 0
                • R
                  rahul last edited by

                  Hi @Keerthi

                  Kindly check your redirection URL at time of checkout whether it is right or wrong & make sure that you are redirecting to your redirection(Where Razorpay URL is mentioned) page after click Place order button.

                  Thanks

                  1 Reply Last reply Reply Quote 0
                  • P
                    Pankaj @Keerthi last edited by

                    Hi @Keerthi

                    yes i have integrated Razorpay payment gateway by creating new package

                    R A 2 Replies Last reply Reply Quote 0
                    • R
                      Rohit last edited by

                      Hi @Keerthi , can you tell me you have integrated razorpay payment gateway integration. i have done same steps what ever you have done. i have cloned paypal package and every where renamed it with razor pay its not showing any error but razorpay option is not coming on checkout page
                      ![alt text](Capture.PNG image url)

                      1 Reply Last reply Reply Quote 0
                      • R
                        Rohit @Jitendra last edited by

                        @Jitendra

                        Hi jitendra,

                        i have added razorpay payment gateway but here the error is comming after selecting the razorpay payment can not call to the constructor, if i m removing the
                        line of parent::__construct(); then again error is comming like
                        Undefined property: Webkul\Razorpay\Http\Controllers\StandardController::$load

                        please help me.

                        Thankyou

                        1 Reply Last reply Reply Quote 0
                        • R
                          Rohit @Pankaj last edited by

                          @Pankaj
                          Hi pankaj can you tell me how to integrate razorpay payment gateway in the bagisto, i m getting a error when our page is redirecting on payment page after selecting razor pay,
                          i m sharing you screen shot then you can better understand

                          483c312b-3294-438c-8061-2ec70b1b2afa-image.png
                          b73282e9-299e-4f87-a0b6-b5f01e27c763-image.png

                          Please help me,
                          Thanks

                          1 Reply Last reply Reply Quote 0
                          • S
                            shaiv-webkul last edited by

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

                            1 Reply Last reply Reply Quote 0
                            • A
                              AshJi @Pankaj last edited by

                              @Pankaj will it be possible to share the steps you have followed to achieve the RazorPay integration. I went thru various posts on this topic and it seems one has to jump thru multiple hoops and still chances on success might be distant. Docs are also not very helpful most of the time.

                              It will be helpful to have a working example published.

                              1 Reply Last reply Reply Quote 0
                              • W
                                wontoneesaju last edited by

                                for razorpay you can use this https://github.com/wontone18/razorpay-payment-gateway-bagisto-laravel. It currently support manual checkout process.

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post