开发者

Magento Flash + XML frontend

I'm working on a Flash frontend for a Magento powered store. This frontend will be an alternative to the HTML shop so it will sit in a subdirectory and use the same Magento installation as the main HTML site.

The Flash application will get the data from dynamic XML files. It needs to get almost everything as the HTML site (categories, products, cart, etc).

I want this to be a Magento module that can be installed on an already existing Magento installation. I would like to use the Block classes available in Magneto's core code as they already provide a lot of the functionality needed.

What steps would you take in order to achieve this? Do you know any examples or articles rela开发者_如何学编程ted to this?

Thanks!


What your trying to do isn't necessarily a plugin, since you are trying to override the HTML output of the site. This kind of modification would probably be best created as a new design or template, overriding all HTML w/ XML as you go. Then you can include the SWF files as part of the skin, and users will be able to install your new frontend by downloading the new design/template.


Please check this http://www.de-la-le.com (it is Magento based) This can be most probably achieved right now using the following extension http://www.magentocommerce.com/extension/specs/1730/mammoth_webservices-0-3-0-tgz which allows to do all front-end cart handling via API.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜