Goal would be to plug all product data straight into the wordpress post system
WHY
all wordpress themeing could be applied to the shop without any coding!
Wednesday, December 14, 2011
oscommerce & wordpress
- start using oscommerce plugin:
- it provides access to the osc database -> ok
- catalog & product data are listed with inline HTML -> unflexible
- develop a jquery based viewer on the product data -> funky
- use injected JSON for initial data download to delegate rendering on javascript completely -> fast
- use jquery templates to split design from logic -> nice
- add templates to PHP class osc_products using inheritance -> neat
- use osc shop for shopping cart -> no existing classes can be used
- use the application_top for setup
- remove all output modules
- return the oscid only to reference the cart again
- use ajax based shopping cart in wordpress
Subscribe to:
Posts (Atom)