question for all the Solidus genius/geniii - I ha...
# general
r
question for all the Solidus genius/geniii - I have a use case where the store has physical good that are in the normal basket flow and created in the product flow - but they also want to be able to offer experiences - for example a weekend staying in a cabin on the beach - has anyone looked at doing something similar and how did they handle this?
f
Are the experiences related to a physical good (like a card / voucher) or purely a digital purchase (no tangible good attached) and do you need a booking process?
r
experiential - like spa treatment or stay in cabins - but there are also goods like beauty creams etc
f
Ok, do you expect solidus to keep track of redemptions or is this monitored outside?
r
right now i am focused on checkout - probably the redemtion will be managed in an admin console
f
Are you planning to use the starter frontend?
r
no we plan to customise our own
@Fabian V. Thobe have you tried something like this - would you have an architectural pattern?
f
How much traffic do you expect?
r
Not. Much local business
It’s for local spa shop they also sell treatment
Wonder what the correct artchitecture pattern in solidus would be as some things don’t have colour or ssize
Just a date for booking
f
We are in the process of developing this: https://github.com/solidusio/solidus/issues/5897 it will allow you to store the date in an order line item without issue, what’s more complicated is that you probably also need a booking module.
r
ok great so to feed back my understanding the spa day would be a product item - but there would be additional meta fields in the jsonb column - custom fields that UI would use so just as you see colour or size selectors for a spa day yo would show a calendar and number of people in the checkout view and buy view
f
Something like that, if that’s interesting for you you should contribute to the PR comments
r
yes of course - is it ok to pull the code and test and feedback? i’d like to feedback by learning