WP Manifestindependent plugin directory
manifest / ecommerce / post-woocommerce-plugin

israel Parcels

IsraelPost-WooCommerce-Plugin is a custom WordPress plugin that provides functionality for managing parcels and shipping using the Israel Post API. It integrates with WooCommerce to offer shipping solutions for your WooCommerce store.

by Trus · github.com/izhan47/post-woocommerce-plugin

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/izhan47/post-woocommerce-plugin/archive/refs/heads/main.zip

IsraelPost-WooCommerce-Plugin

Overview

IsraelPost-WooCommerce-Plugin is a custom WordPress plugin that provides functionality for managing parcels and shipping using the Israel Post API. It integrates with WooCommerce to offer shipping solutions for your WooCommerce store.

Features

  • Generate parcel labels for orders and shipments using the Israel Post API.
  • Update tracking information for parcels to keep customers informed about their orders.
  • Integration with WooCommerce to streamline the shipping process for online orders.

Installation

  1. Download the plugin ZIP file from the GitHub repository.
  2. In your WordPress admin dashboard, go to "Plugins" and click "Add New."
  3. Click the "Upload Plugin" button and select the ZIP file you downloaded.
  4. Activate the plugin.

Screenshots

Insert relevant screenshots here to provide a visual representation of how the plugin works.

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5

Usage

Generating Parcel Labels

The plugin provides a class Trus_SLParcels_API that allows you to generate parcel labels using the Israel Post API. You can use the generate_parcel_label method to generate labels for your parcels.

Example usage:

$parcel = array(/* parcel data */);
Trus_SLParcels_API::generate_parcel_label($parcel);

Updating Parcel Tracking Information

To update tracking information for parcels, you can use the update_parcel_tracking_info method provided by the Trus_SLParcels_API class.

Example usage:

$parcel = array(/* parcel data */);
Trus_SLParcels_API::update_parcel_tracking_info($parcel);

Configuration

The plugin requires configuration settings to interact with the Israel Post API. You can find and set these settings in the Trus_SLParcels_Config class.

Contributors

Support

For any questions or issues related to this plugin, please create an issue on the GitHub repository.