Project Description:
GlobalEyeglasses.com is made on Magento, it uses simple product with custom options.
When a customer selects the eye frame, he can select the different options like:
Vision: Distance, Reading, Bifocal, Progressive
Package: Bronze, Silver, Gold, Platinum
Tinting: Transition Grey, Transition Brown, ....
All these options are added as custom option for the eye frame.
We plan to change it and make it a Bundled Products where Eyeframe, Distance, Reading, Bifocal, Progressive, Bronze, Silver, Gold, Platinum.... are simple products not shown individually and are added in 1 bundled product.
But we want the functionality and template to remain the same.
The prescription page is loaded inside every product when attribute select lens is yes, when customer enters a prescription it saves it in prescription table and then in sales_flat_quote_item table the prescription ID is added. Once the order is generated prescription ID is added in customer table and sales_flat_order_item table.
Prescription Functionality also pulls all old prescription for the customer. Everything is coded and working just need to set it in a bundled product. I can show you this on our development server.