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
shaiv-webkul
@shaiv-webkul
Posts made by shaiv-webkul
-
RE: How to customize Place Order button ?
-
RE: PayU CORS error while integrating PayU Money Bolt Kit
add this crossDomain: true, in your js code under ajax.
-
RE: Integrate Order With Fulfillment API
what will you get when your print the $order ?
-
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.
-
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.
-
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
-
RE: Wrong amount passing to PayPal
Please share your instance and ftp details, so that we will assist you in better way.
-
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.
-
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/