cancel
Showing results for 
Search instead for 
Did you mean: 

Custom attribute multiple views

SOLVED

Custom attribute multiple views

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

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Custom attribute multiple views

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.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

4 REPLIES 4

Re: Custom attribute multiple views

In magento 2 There are lot of code standards changes and looking like your requirement in magento 2, Max 5 to 6 hour is enough to complete your task.
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Custom attribute multiple views

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.

Re: Custom attribute multiple views

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.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Custom attribute multiple views

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