magento 1.9 - how to check if product has price by external script -


right working on following task:

i have text-file, contains prices magento-shop, imported every night.

there script running in background, comparing file soap magento product catalog, if articles existing price in file going imported. script splitting file chunks , createds chunks prices of products existing.

the import follows taking pretty long time, because there lost of articles.

so optimize script no check, if articles exist articles have price , if price going imported different or not. if price shlud gettung imported, if not, not import.

i didn´t wrote basic script, give me idea how code has to check if article has price?

thanks in advance ideas.

greetz


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -