ToanLuong 1 Posted March 4, 2017 Report Share Posted March 4, 2017 I use Products module to manage my products. But I have 2 store with same products. I've created new field call Store, type Drop-down and and add 2 store to this field. I want when choose Store in drop-down, It's still keep product name but change in Inventory and Price of each store? Please help me to manage same products and different store. Thanks! Quote Link to post Share on other sites
X2Raymond 164 Posted March 6, 2017 Report Share Posted March 6, 2017 Based on your description, it sounds like you are looking to dynamically update the fields being displayed based on the value of your Store dropdown. Unfortunately this is not yet possible and would require custom code. For organization, it may be best for now to separate the inventory and price for each store into different collapsible rows in the form layout. For automating tasks with this separate store data, it should be possible to use conditions in X2Workflow to manipulate the proper inventory and price values, but it would be required that the particular store is selected before these operations take place. For example, when a workflow is triggered, you may want to first set the store as appropriate, then later update the proper field for that store, maybe even in another workflow. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.