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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -