We currently have an existing CMS website (www.yourstore.com for example) and want to integrate nopcommerce shopping with it. Is it possible to display the product variant on the existing site and then when a user selects the product variant attributes and clicks the order button, the order process goes to store.yourstore.com. The shopping experience then stays at store.yourstore.com. I understand that I would then need to do all the validation at www.yourstore.com on the product variant and I only have one product.

It's almost like trying to include the ProductAttribute.ascx page at www.yourstore.com

Thanks.