here is the pastebin url for a vbscript.
Create a file called 'AllPricesEdit.vbs' and put the contents of the pastebin entry inside it.
BEWARE: not for noobs, please test on a test catalog first. dont mangle your production catalog. you have been warned.
This script:
1) rifles through your products, multiplying their price by an offset.
2) Rounds the price to whole units (pence)
3) is section and catalog agnostic. It does EVERY product.
Useful for:
- Adjusting all prices by a percentage.
Be aware that there are much better tools to do this than this script, and they are more focused. This one just blasts the whole catalog. Both fergus and Jans solution for price shifting are much better. This is more a proof of concept than anything else.
Fun and comments below plz. kthnx.
Create a file called 'AllPricesEdit.vbs' and put the contents of the pastebin entry inside it.
BEWARE: not for noobs, please test on a test catalog first. dont mangle your production catalog. you have been warned.
This script:
1) rifles through your products, multiplying their price by an offset.
2) Rounds the price to whole units (pence)
3) is section and catalog agnostic. It does EVERY product.
Useful for:
- Adjusting all prices by a percentage.
Be aware that there are much better tools to do this than this script, and they are more focused. This one just blasts the whole catalog. Both fergus and Jans solution for price shifting are much better. This is more a proof of concept than anything else.
Fun and comments below plz. kthnx.
Comment