Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Implementing deferred purchase options (Pre-Order) in Shopify app

Implementing deferred purchase options (Pre-Order) in Shopify app

John269
Tourist
6 0 5

Hi everyone!
I am struggling with how to implement deferred purchase options (Pre-Order) in my app. Basically, I have used SellingPlan API to create and add products to Selling Plan group but when I test the checkout process it still doesn't delay the payment to a fixed date but rather pay immediately with all amount.

 

Basically I want to fully implement like this

 

Can someone explain further what I have to do with Plan purchase and checkout task? I was following this link: https://shopify.dev/apps/purchase-options/deferred/modeling#building-deferred-purchase-options-in-yo... 

But I don't understand how to implement it, do I have to create a new Liquid template file for the checkout page?
Any help would be greatly appreciated. Thanks

Replies 2 (2)

Zach321
Tourist
3 0 0

You can follow this link to implement pre-order in your app: https://shopify.dev/apps/purchase-options/deferred/modeling

 

mahnoorfazal999
Shopify Partner
4 0 0

@Zach321 I follow these steps but there is an issue, nothing is displayed on screen. can you help me ?