Hai
I want to do an e-commerce site in magento. Here I want to display items from petco.com to my site, like done in http://www.terrificpets.com. But I don't know any idea about this. Does any one know? Is it possible to do this?
Hai
I want to do an e-commerce site in magento. Here I want to display items from petco.com to my site, like done in http://www.terrificpets.com. But I don't know any idea about this. Does any one know? Is it possible to do this?
Magento will only display items from its own internal catalog, and changing it to display things not in the catalog would be a difficult process. That means that you need to get the PETCO supplies into your product catalog so that you can sell them in your store.
The fastest way to do this would be to find a CSV output of the catalog items and use the Import/Export facilities of magento. If that isn't available, an RSS feed or XML output of the items in their catalog would be helpful, but you would need to write a little code to take those XML items and save them into the Magento database. Use the Magento webservice classes for this.
Finally, if none of that is available, you'll most likely have to put the items in by hand. Only use this as a last resort, as updating the in-stock availability and prices for these items will be a real pain.
Hope that helps. Thanks,
Joe