Welcome Guest, Not a member yet? Register   Sign In
Get Product List Form Magento {CI2.x]
#1

(This post was last modified: 05-23-2017, 08:05 AM by ciadmin.)

How can i get selected sku products list from magento to codeigniter custom page.
Reply
#2

By connecting to the DB of the Magento shop and selecting the product information from all relative tables.

Create a library that has it's own DB object that uses the Magento database as it's resource
Reply
#3

Alternatively you can use Magento Webservices for retrieve products.

Example: http://devdocs.magento.com/guides/m1x/ap....list.html

This tutorial is for Magento 1.X.

For Magento 2.x view http://devdocs.magento.com/guides/v2.0/g...d-api.html
Reply
#4

(05-24-2017, 03:56 AM)davidgv88 Wrote: Alternatively you can use Magento Webservices for retrieve products.

Example: http://devdocs.magento.com/guides/m1x/ap....list.html

This tutorial is for Magento 1.X.

For Magento 2.x view http://devdocs.magento.com/guides/v2.0/g...d-api.html

Thank You for your reply, I am just learning stage about API, how can i usa API service, and how can i get data from magento and display to CI(codeigniter)
Reply
#5

(05-24-2017, 03:56 AM)davidgv88 Wrote: Alternatively you can use Magento Webservices for retrieve products.

Example: http://devdocs.magento.com/guides/m1x/ap....list.html

This tutorial is for Magento 1.X.

For Magento 2.x view http://devdocs.magento.com/guides/v2.0/g...d-api.html

I am newbie for CodeIgniter, i have installed codeigniter, how can i get details form Mahento using Magento.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB