myparcelbe / woocommerce

Other
0 stars 4 forks source link
hacktoberfest myparcel woocommerce

WooCommerce MyParcel

Welcome to the WooCommerce MyParcel BE repository on GitHub. Here you can browse the source, look at open issues and keep track of development.

This WooCommerce extension allows you to export your orders to the MyParcel Backoffice. Single orders exports as well as batch exports are possible.

:warning: Note: A MyParcel API key is required for this plugin. You can generate one in your Backoffice.

Main features

Manual

Plugin Manual

Installation

You can download the .zip file of the latest release from here: [Latest] GitHub release

Or install it on your website from the WordPress plugin repository. WordPress Plugin Version

Contributing

Making JavaScript or CSS changes

  1. Set up Node if you haven't already: https://nodejs.org/
  2. Install npm packages
    $ npm i
  3. Make your changes
    • Optional: Run the following command to rebuild assets on every code change:
      $ gulp watch
  4. Test your changes

    • Locally, if the source directory is inside your <wordpress>/wp-content folder.
      $ gulp
    • By uploading a .zip file

      This builds all assets and puts all necessary files into woocommerce-myparcelbe.zip. Upload this file to your WordPress website to install the plugin.

      $ gulp zip
    • By uploading the source folder

      We don't recommend uploading the whole source folder to where your website is hosted, but it does work. Run the following command and copy the whole plugin folder to your website's wp-content folder.

      $ gulp

      A better solution is to follow the instructions for installation using a .zip file, then extracting the zip yourself and uploading its contents to your website's wp-content folder.