Code Monkey home page Code Monkey logo

woocommerce's Introduction

WooCommerce MyParcel

Welcome to the WooCommerce MyParcel 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.

โš ๏ธ Note: A MyParcel API key is required for this plugin. You can generate one in your Backoffice.

Main features

  • Delivery options integrated in your checkout
  • Export your WooCommerce orders to MyParcel with a simple click, single orders or in batch
  • Print shipping labels directly (PDF)
  • Create multiple shipments for the same order
  • Choose your package type (Parcel, digital stamp, mailbox package)
  • Define default MyParcel shipping options (signature, only recipient, insurance, etc.)
  • Modify the MyParcel shipping options per order before exporting
  • Optional separate street name and house number in checkout for more precise address data
  • View the status of the shipment in the order details page
  • Add Track & Trace URL to the order confirmation email

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

  • Clone or download the source code
  • If you're planning to change JavaScript or CSS code, see below section for details.
  • Make your changes
  • Create a pull request!

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-myparcel.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.

woocommerce's People

Contributors

richardperdaan avatar spreeuw avatar edielemoine avatar adem-demir avatar robindelaater avatar rolfdenhartog avatar soft79 avatar liannemyparcel avatar maritbekhuis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.