#david y sara
1 messages · Page 1 of 1 (latest)
What do you mean "not to show the hood"? Do you mean you want to use Stripe Checkout (the hosted flow) instead of the embeded card element?
Do you mean you want to use Stripe Checkout (the hosted flow) instead of the embeded card element? Yes
Gotcha- and are you building your integration yourself or are you using some prestashop related third-party to help with this?
I'm doing it, I'm a beginner, do you have the plugin with that option?
You'd have to dig around yourself for plugin solutions, but if you're integrating with us directly there are two solutions you can look into:
- Checkout (low code) - https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout
- Payment Links (don't require any code to create at all) - https://stripe.com/docs/payment-links
I have an online store, and what I want is that when they add something to the cart and go to pay, put the stripe option, press finish and they will appear on the stripe page, in your module there is no interface, because I am not a programmer
If you're not a programmer then you either have to use PaymentLinks or look into what third-party solutions are offered with prestashop
I'm not sure what 'module' you're referring to
I install the module, and classes should change to redirect the payment
Is this a prestashop module?
I downloaded the free stripe module for prestashop, but of course I don't like the fact that the content of the card appears there, I would like it to have the redirection
Ah, so you're using the stripe module for prestashop - as far as I know there's no way to enable Checkout with that
and you can't modify some class of the module
No, it's not a small change like that - it's a whole different integration path