Add the rename option to Mass Product Changer

Add the rename option to Mass Product Changer

Sep 16, 2013
Jana wrote
The Mass Product Changer is very useful utility and work with it is easy , i can edit a lot of options but this one is missing here. I think that it is very important option for all e-shops.
I hope that it will be in next release :-)
Best regards and thank for first reliable tool like like is PS store manager. I love this !
New
1 vote
Vote
Reply
7 Answers
Avatar image
Sep 16, 2013
Alex Pryshlivskiy agent wrote
Hello Jana!
Right now you can use Replace syntax to rename specific title of text.
Example: replace([FIELD_VALUE],"Lorem", "Rename text")

step 1 - http://screencast.com/t/jzLKtJLaU
step 2 - http://screencast.com/t/mwVNrbHTse
step 3 - we have Rename result - http://screencast.com/t/efnkW40afjHH

Thanks for comment. Could you indeicate? in details, what kind of option do you want to implement in Mass Product Changer ?
Sep 17, 2013
Jana wrote
Thank You Sergiy for reply,
I need exactly rename the Product name for all products in category.
per example:
Now : Case sleeve for iPad 2
I need : Case sleeve for IPad 4
Avatar image
Sep 17, 2013
Alex Pryshlivskiy agent wrote
Right now you can import product and execute expression ( Replace) All you need is to do

Step-by-step instruction:
1) export csv file with product id and product name (export) Don't forget languages (if you have on store ) see screen-shot - http://screencast.com/t/3Zb08XsuEdmY
2) import csv file
2.1) on assign fields' step you can add expression - "Replace" command see screenshot - http://screencast.com/t/yf3GUEwWK
3) do update.
Your text will be replaces by import.
This is quick way to solve your problem. :-)
But you are right. I'll discuss your proposal with our development team.
Sep 17, 2013
Jana wrote
Thank you ,
It works but I hope that in the future it will be easier with mass product changer:-)
Avatar image
Sep 17, 2013
Alex Pryshlivskiy agent wrote
I see :-) Please vote, to force the implementation of this feature more quickly.
Sep 22, 2013
Jana wrote
I ran into a problem, if the name of product contain special symbol " , i cannot rename the name...

Example:
Now: laptop sleeve from 9.7" to 10.2"

need: laptop sleve till 10.2 inches

Can you help me with this Sergiy?
Best regards Jane
Avatar image
Sep 24, 2013
Alex Pryshlivskiy agent wrote
Hello Jana!
In this case escape quotes \" for "some text" replace
example - replace([FIELD_VALUE],"\"Professional Edition\"", "Professional Edition")

I want to replace "Professional Edition" to Professional Edition

See screenshot - http://screencast.com/t/MRqs6nOAgnl

please try