Shopify payment extension offsite can make page in shopify admin page?
i have problem redirect loop in my app.
Hello @Wuttigaisorn_Chatcha,
Thank you for reaching out. Can you please provide more context and reproduction steps?
Hello @Belal_Sejouk
in my shopify payment extension (offsite)
- run command shopify app dev
- and press p go to browser preview
- loop start in this step between url https://admin.shopify.com/store/ksher-shop-studiotwist/apps/c0495882ef7ef45cb3f747ee3b2aa302 → https://admin.shopify.com/store/ksher-shop-studiotwist/apps/ksher-payment-2
but
i use tunnel url with my local server run command
shopify app dev --tunnel-url it not loop, and go to my-url to oauth step
Have any way to use without tunnel url and create page in my shopify app (ex app._index.tsx)
i have app._index.tsx file but cannot render content.
thank for support
Are you still seeing this issue?
Hello,
I have a query regarding a public payment extension.
Two years ago, I developed a public Shopify app using Laravel, which includes a public payment extension. At that time, the extension was created without using the CLI.
Now, we have a new requirement: we want to offer multiple payment options—such as Google Pay, Apple Pay, credit card, debit card, etc.—on the checkout page using the same payment extension. Currently, only one payment option is displayed on the checkout page.
All payment methods will redirect the customer to a third-party payment page for processing.
Could you please confirm if it is possible to add multiple payment options under a single public payment extension and display them on the checkout page?
Thank you