Stephan (VS) Posted October 4, 2009 Posted October 4, 2009 What method(s) do you prefer to use to update your pricelists? I usualy use export to excel -> Edit manualy -> Import back and viola, nice and easy. The problem is this is becoming mmore and more work since we now use suppliers who constantly change +- a 100 of their product codes for optomizations. I was wandering if there is a faster way or some software that can 1. (if given the codes (in two excel columns) that have changed) compare & replace the old product codes with the new ones & 2. Compare the old prices with the new ones and do the updates. What methods do you prefer to use to update your prices every time a supplier hands out the new pricelyst? :huh: "I have no special talent. I am only passionately curious" - Albert Einstein
FIMBLE Posted October 4, 2009 Posted October 4, 2009 Not sure if its any use to you, there is a contribution that allows you to update multiple amounts of prices at once. Try a search if the contributions for it. Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Guest Posted October 5, 2009 Posted October 5, 2009 Like this one: http://addons.oscommerce.com/info/122 Chris
Stephan (VS) Posted October 7, 2009 Author Posted October 7, 2009 THanks for the replies, :D I looked at the contributions but, I decided to write some complex functions in excel that could do the job. "I have no special talent. I am only passionately curious" - Albert Einstein
♥bruyndoncx Posted October 7, 2009 Posted October 7, 2009 My process is usually based upon Easy Populate. I've modified my version to allow selection by manufacturer, so I can do a partial export. I've also used an opensource ETL tool (kettle) in the past to generate EasyPopulate files to update the system but it relied on a database connection from my desktop to the mysql database on the site. I had to revert back to Easy Populate as the host only exceptionally allowed this kind of access. Currently I have a VPS sytem with straight db access, but I still tend to rely on Easy Populate as it is pretty easy. My steps: 1. get file from supplier and put it in xls 2. export (subset) using Easy Populate. 3. move EP export file (tab separated) into another excel sheet in the suppliers xls 4. define the range with the suppliers prices as a named range 'plist' (ensure it is sorted alphabetically) 5. add a new column in your EP export to hold a vertical lookup vlookup (vertical search / vert.zoeken) function to find the new price something like: =vlookup(A2;plist;5;false) 6. add another column to compare the new price to the existing price and apply filter to just keep the changed records 7. SAVE 8. copy filtered results to new sheet and save as txt file to allow for EP upload 9. upload in EP HTH KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.