humanswitch / IQNOMY_Magento_extension

A Magento extension integrates IQNOMY's Liquid platform into Magento
MIT License
0 stars 2 forks source link

Send product attributes ISM EXIM product db #20

Open christianvriens opened 9 years ago

christianvriens commented 9 years ago

Sending the product attributes if the website is using the ISM EXIM product import will not work.

This because the ISM EXIM product import writes directly in the database and not the observer which IQNOMY needs to send the product data.

On product save the product data is send. ISM makes use of a fast direct SQL connection. The product save will NOT be called. This way IQNOMY will not have the latest product data.

Solution: call product feed file once a day. IQNOMY can read this.

christianvriens commented 9 years ago

Dient de productfeed gemaakt of gegenereerd te worden? bestaand: 2,5. Geheel creeren: Afhankelijk van indeling. 5-20

christianvriens commented 9 years ago

De xml product file feed moet 1 keer per dag worden aangeroepen. Ik moet nog een productfeed url ontvangen. Ik verwacht eigenlijk dat op basis van deze productfeed url eerst tijd ingepland moet worden voor een technisch ontwerp. En dat we daarna pas een inschatting van de tijd kunnen maken.