We have about 20,000 products in our website so far. Once or twice a year each manufacturer will update their prices. I just got my first price update. It has 4,000 new prices.
Is there a way to just import the price and name of a product and have it overright the current price?
I need help with bulk updating tier prices.
I have 1000 products and each have price breaks( 1-5, 6-10, 10-20).
Is there anyway to bulk update the tier prices.
Your help is much appreciated.
and whilst that may be a quick fix, I am intrigued as to what purpose there is for “minimal price”, which seems to be at play here.
I can import a value for minimal price but I do not see anywhere in admin to edit a value for minimal price. Even if I import a value for minimal price, it does not effect the “as low as” value.
How do I import bulk price updates, without having every updated product subsequently also display the old/previous price “as low as”?
Unless I am missing some particularly clever application of the minimal price thing, this seems like very odd behaviour built in to what I imagine would be a fundamental task for most businesses...update prices in bulk.
After updating the prices try refreshing the Layered Navigation Indices and/or the Catalog Rewrites in System > Cache Management. I had the same problem ("as low as") and I am fairly certain that refreshing solved the problem.
Joesixpack:
I had the same problem as webbuddy on Magento ver. 1.0.19870 it looks like a BUG what I did to solve that was to erase the line “as low as”
After updating the prices try refreshing the Layered Navigation Indices and/or the Catalog Rewrites in System > Cache Management. I had the same problem ("as low as") and I am fairly certain that refreshing solved the problem.
joesixpack,
Thanks for the tip, I knew it would be something simple, it seems refreshing Layered Navigation Indices is all thats required and its not necessary to edit any code.
I need help with bulk updating tier prices.
I have 1000 products and each have price breaks( 1-5, 6-10, 10-20).
Is there anyway to bulk update the tier prices.
Your help is much appreciated.
Costa
Is this feature working now? Is there documentation on how to do it? I’m having trouble finding anything that describes how to bulk upload tier pricing.
I read through the thread and am still clueless ... what do I need to do with the CSV file I create (i.e. where is the import functionality in the admin back-end, and how is it used?)
We have about 20,000 products in our website so far. Once or twice a year each manufacturer will update their prices. I just got my first price update. It has 4,000 new prices.
Is there a way to just import the price and name of a product and have it overright the current price?
Anyone have any other ideas?
Hi,
if u want to import tier price u can use free module available in magento connect
Hi, I wrote a little script for that, I use an independient table to save the sku and price for each entity, later the script get the rows updated through a cronjob and makes de update,
http://www.vdeluca.com.ar/?p=19