Pergunta

I have an API script that updates the prices in Magento and does a reindex. This occurs every minute. So when this happens you can see the "One or more of the Indexes are not up to date" in the backend.

Is there a way that I can easily remove this bar from the backend?

Thanks

Foi útil?

Solução

You could probably do that via CSS, but I honestly have to question the motivation of updating prices once per minute. That is going to be incredibly costly in terms of bandwidth and CPU time, unless you have like 5 products.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top