Multiple products as options for another product
-
I’m building a custom product page for an app which also comes with a several additional options:
- Adding a subscription plan (monthly or annually).
- Adding an optional product which consist of another several options (e.g., adding custom 3d models for 100$ each).
So in the end this product should have it’s own options and optionally some other paid options with sub-options and a subscriptions.
My first thought is to create products in separate categories (‘subscriptions’ and ‘3D models’) and use REST API to fetch their data into a custom variable product template. Is that a proper way to solve this problem or are there any better ways?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Multiple products as options for another product’ is closed to new replies.