cancel
Showing results for 
Search instead for 
Did you mean: 

4 storeviews sharing 2 product description languages?

4 storeviews sharing 2 product description languages?

Hi,

 

We are currently running a store with two storeviews, Finnish & English. We are planning on opening a wholesale side of the store which would sell the same products at wholesale pricing. We got to thinking about how to handle product description translations. We could just import our current catalog to these storeviews to get product data, but in the future the upkeep of copy pasting descriptions to the wholesale storeview would be a bit of hassle.

 

Is there a way to define "use default" in product description so it would work like this:

 

Finnish / Default = Default

English =  English translation of product data

Finnish wholesale =  Use default value

English wholesale =  Use value from English storeview

 

Thanks for any ideas on how to handle this matter.

 

1 REPLY 1

Re: 4 storeviews sharing 2 product description languages?

There is no out-of-the-box way to do it.

The only thing you can do is to extend Product Edit form to add a new checkbox, and new observer on controller_action_postdispatch_adminhtml_catalog_product_save event, where you can check "checkbox" value and pull in data from the other store.

 

Or maybe an easier solution is to make the script which will synchronize description values between stores, and which will you run occasionally. But this approach has its own drawbacks

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue