Jump to content

Adding product descriptions in new language


Recommended Posts

Hello there,

we've added a new language to our shop. Now I've got a csv with product descriptions for all products in the new additional language.

Any convienient way to do this?

(I also thought about writing a little script that inserts data directly to the database (ps_product, ps_porduct_shop) etc.)

Link to comment
Share on other sites

In the mean time, thought about using the webservice, which gave me some troubles (doesn't accept to PUT the same XML content it gave me).

So I might end up changing the data directly in the database and then programatically load the Product Objects and call update() on them (just to fire all needed triggers for indexing and whatnot etc.) 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...