Implement product configurer for a specific item

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
In a nopCommerce instance I need to implement a product configurer for a certain item:

in the item details page the customer can upload an image (via modal window, for example) to customize the graphics of the product and then he can add the item to the cart.

Is it possible to implement something like this in nopCommerce?
Is it also possible to apply this buying process only to specific products?

Thank you very much.

David
6 years ago
davioooh wrote:
In a nopCommerce instance I need to implement a product configurer for a certain item:

in the item details page the customer can upload an image (via modal window, for example) to customize the graphics of the product and then he can add the item to the cart.

Is it possible to implement something like this in nopCommerce?
Is it also possible to apply this buying process only to specific products?

Thank you very much.

David


You can do this using attributes. When you assign an option to a product you can select the control type (e.g. file upload)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.