The admin side of my extension is now working: an admin can set a
product to be personalisable, and can then set personalisation options
against a product.
Now I would like to display these results of these options to
customers:
The product has a personalisable? attribute. The product may also have
many personalisation_options associated with it. Each
personalisation_option has name, title and max_length
Step 1 now has me a little flummoxed: I need to build fields on the
product page for each personalisation_option associated with a
product, rendered as a label with title as its contents, and a text
field that limits to the number of character specified in max_length.
How do I go about this in spree / rails?
For anyone interested in helping, the current extension can be found
in its current gestation at git://github.com/peachygifts/spree-personalisation.git
Thanks for your help!
Michael
--
You received this message because you are subscribed to the Google Groups "Spree" group.
To post to this group, send email to spree-user@googlegroups.com.
To unsubscribe from this group, send email to spree-user+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/spree-user?hl=en.
No comments:
Post a Comment