WP e-Commerce Canada Post shipping module

I need the plugin for the canada post shipping. I have found this module. When i tried to upload the upload and activacte the plugin i got an error “The plugin does not have a valid header.”

The wp_version = ‘3.0.1’; is the version i am using.

Related posts

Leave a Reply

1 comment

  1. check the main file for the addon. It will have something like this at the top:

    /* Plugin Name: {Name of plugin}
    ...
    

    The error that you are getting means that the plugin header (the stuff at the top of that file) is not setup correctly so WordPress can read the information it needs about the plugin. It could be that there are incorrect line breaks in the file or it’s encoded in a weird way (which happens if it’s been modified in anyway or not ftp’d correctly)

    You can go here to find out what it should look like at the top of that file.