Hello,
I have a maybe hard question which i hopefully can explain properly so it is understandable.
We currently have a magento 1 multistore where we use the default view as our main. in this view we have a couple custom attributes named <store_view>_price. In this custom attribute we have the price listed that belongs to one of the other store views. Because of this the most important fields are all available in 1 view without switching to the other stores. Of course we can switch to the other view and update the price there and it will get updated in the custom attribute also.
The question now is that we would like to have the same functionality in our magento 2. Our webdeveloper that helps us says this will take more then 40 hours to create even though on the old store it took about 3 or 4 hours max.
Does someone know how to create this and how much time this would actually take?
Best regards,
Sven
Solved! Go to Solution.
For those things, You need to create custom attribute at website level and for set value of other store you need to do a programming for those. When store level price changes at those time aftersave event of product you need to set value inside custom attributes. For all this stuff you need to give some time to complete task.
Hello,
Could you point us in the right direction on how to solve this? That way hopefully we can get those hours down to an acceptable level.
For those things, You need to create custom attribute at website level and for set value of other store you need to do a programming for those. When store level price changes at those time aftersave event of product you need to set value inside custom attributes. For all this stuff you need to give some time to complete task.
Hello,
Thank you for the extra info. We understand that it takes time to create this but there is a big difference between 5 a 6 hours or 40 hours hence the question.
best regards,
Sven