WP e-Commerce Plugin Skeleton Update
Hi Everyone,
Previously I had created a WP e-Commerce Plugin Skeleton as a template to show other developers how to extend WP e-Commerce in a good fashion. I have just recently updated the Plugin Skeleton for a couple of reasons.
- Wrap a Class around the Plugin so that we can avoid any function conflicts.
- Add in new functionality to show how you can add information to the single products page using actions provided in the template.
To see the table rate price in action install and activate the Plugin then add a table rate price to a Product and view it in the front end.
Download : pluginSkeleton
One Response to “WP e-Commerce Plugin Skeleton Update”
Leave a Reply
Many thanks for this – I’m trying to write my first WPEC plugin and this is a big big help. It works, mine didn’t, now I can work out why.

Many thanks for this – I’m trying to write my first WPEC plugin and this is a big big help. It works, mine didn’t, now I can work out why.