yankeer0se Posted March 18, 2013 Posted March 18, 2013 Hi...Hope I am putting this in the right category. I need to set different pricing for each product in my product table. For example, each product as a different price depending on the location it is sold. The end user would have to be able to update these prices without changing any prior records. I am a little stumped regarding how to set this up. Any information to lead me in the right direction would be greatly appreciated. Thanks!
KaosMaker Posted March 18, 2013 Posted March 18, 2013 It seems like what you need is to create two new tables. One for Locations, and one for Prices. The Prices table will be related to Products and Locations. After that, you will probably need to set up a new layout: a Location layout that will allow the user to browse through all the Prices attached to that Location (with Product information also appearing in each portal row). Also, you will need to add a portal to your Product detail layout, so you can see ALL the Prices over the various Locations for that given Product.
yankeer0se Posted March 21, 2013 Author Posted March 21, 2013 Thank you for your reply! I havent had a chance to try this out yet. My concern is maintaining the old data when prices are updated. How do i protect the old data? Thanks
Recommended Posts
This topic is 4325 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now