- Posts: 50
- Thank you received: 4
Stripe v3 with connect - layout
3 years 7 months ago #348821
by infinityb
Stripe v3 with connect - layout was created by infinityb
-- HikaShop version -- : 4.7.0
-- Joomla version -- : 3.10.11
-- PHP version -- : 8.0
Hi, I'm using this Stripe plugin on my site: www.hikashop.com/marketplace/product/133...nect-by-obsidev.html
Does it have the ability for any of the following:
- Separate input boxes instead of all the boxes in one
- redirecting to the hosted Stripe payment page instead of the on-site boxes
- Google pay / apple pay
-- Joomla version -- : 3.10.11
-- PHP version -- : 8.0
Hi, I'm using this Stripe plugin on my site: www.hikashop.com/marketplace/product/133...nect-by-obsidev.html
Does it have the ability for any of the following:
- Separate input boxes instead of all the boxes in one
- redirecting to the hosted Stripe payment page instead of the on-site boxes
- Google pay / apple pay
Please Log in or Create an account to join the conversation.
3 years 7 months ago #348825
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Stripe v3 with connect - layout
Hello,
1 - You can override the plugin view and tweak the display according to the "Stripe Elements" documentation.
2 - No, the plugin only support Stripe JS and not Stripe Checkout (which is a totally different API, not compatible with "Connect" feature).
3 - Google Pay and Apple Pay are now again available via a new API (APIs which come and go). Some tests are under development.
Regards,
1 - You can override the plugin view and tweak the display according to the "Stripe Elements" documentation.
2 - No, the plugin only support Stripe JS and not Stripe Checkout (which is a totally different API, not compatible with "Connect" feature).
3 - Google Pay and Apple Pay are now again available via a new API (APIs which come and go). Some tests are under development.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
3 years 7 months ago - 3 years 7 months ago #349233
by infinityb
Replied by infinityb on topic Stripe v3 with connect - layout
Thanks. Where is the correct location to create the plugin view override?
I have created one at /templates/templatename/html/plg_hikashoppayment_stripeconnect/stripeconnect.php but this does not seem to correct.
I have created one at /templates/templatename/html/plg_hikashoppayment_stripeconnect/stripeconnect.php but this does not seem to correct.
Last edit: 3 years 7 months ago by infinityb.
Please Log in or Create an account to join the conversation.
3 years 7 months ago #349246
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Stripe v3 with connect - layout
Hello,
The view pages that you can override are : "stripeconnect_end.php", "stripeconnect_end_intent.php" and "stripeconnect_end_3ds.php".
The "end" page is for the legacy token API while the common page is the "end_intent" one.
You can't override "stripeconnect.php" which is the payment plugin code, not a view.
Regards,
The view pages that you can override are : "stripeconnect_end.php", "stripeconnect_end_intent.php" and "stripeconnect_end_3ds.php".
The "end" page is for the legacy token API while the common page is the "end_intent" one.
You can't override "stripeconnect.php" which is the payment plugin code, not a view.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Time to create page: 0.173 seconds