#td2731
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
How do we setup features like shown in images(characteristics) and categorized products
Do you mean, how to create Products with different flavors?
well yes and no
functionalityWe want to have similar functionlity as shown like one product can have flavors
so we when we create we should select flavor and we need to see same in api response to view to clients on mobile apps
In Stripe, it's best to have a separate Products for each flavor. The description and other non-payment-related details should be stored in your own database.
ok so what should be store in stripe - only product, image right? and rest should be stored in own db ?
e.g feature list etc
Yes
ok thanks
Happy to help!
one more question
about order fullfillment
our customer mostly pickup orders from our location so how do we track they pick up?
can we have custom status on invoice? anywhere? Can we manage "orders" in stripe?
No, it's not a good practice to track fulfilment with Stripe.
so again go for own database tables for orders and fullfillment? and/or delivaries
Yes