I need to create some custom entry pages for adding and editing products. I want to use the entityEditProducts.aspx page as a starting point, but viewing in Visual Studio gives errors on the MultiPage control. It builds OK, I just can't view it, which makes it difficult to modify
As a side note, I'm creating a custom page to handle price splits between multiple internal accounts (so a product has 10% of cost go to a shipping acct, 3% go to a processing acct, and the remaining 87% to a proceed acct) that differ for each product. I plan to store these values in the extension data of the inventory and then of the actual purchase. If there is a better way to handle this, I am all ears.
Thanks,
Sarah