This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

rhinopaq shipping for WooCommerce

Description

Integration of rhinopaq reusable packaging as a shipping method. The plugin enables woocommerce shops to use rhinopaq as shipping mehtod, show a pop-up message on the checkout page, add prices for reusable packaging in Germany and Austria and use the smart rhinopaq function hosted by rhinopaq on AWS. Smart rhinopaq calculates if all items in a shopping cart fit into one rhinopaq.

Dependencies

This plugin is using an service by rhinopaq hostet on the amazonaws. Therefore, data of the shopping cart will be sent to an aws endpoint.

Dynamic data sent to that endpoint

  • pluginId | the PlugIn-ID defined in the admin area and give by rhinopaq
  • requestId | unique id of the request to handle it properly
  • items | length, width, height and weight of each item in the shopping cart
  • clearance | chosen clearance value in the admin area

Data received by that endpoint

  • fits | boolean value that has been calculated by the service of rhinopaq. If true, the given items fit into one rhinopaq and rhinopaq will be displayed as shipping option. If false, the given items do not fit into one rhinopaq; rhinopaq shipping method will be hidden.
  • pluginid | again the pluginid
  • requestid | again the unique id of the request to handle it properly

Privacy Policy

The WooCommerce plug-in rhinopaq Shipping does not send any data from your site to us without smart rhinopaq enabled. If you use the smart rhinopaq function, the measurements and the weight of all items in the shopping cart will be sent to our service and servers respectively, hosted on Amazon AWS. The data is used to request the possible use of one of our rhinopaqs in the checkout process. If our service confirms the possibility, positive feedback will be sent back to your store accordingly. rhinopaq will then be suggested as a shipping method and a pop-up will be created asking the user if she would like to use reusable packaging or stick with disposable. No personal data is sent, nor any information about the products beyond weight and dimensions. The data is stored by us in order to be able to determine the quality of our calculations in the long term and to optimize the service. By activating the smart rhinopaq function you agree to its use.

Screenshots

  • Pop-Up in Checkout on Desktop
  • Pop-Up in Checkout on Mobile
  • Admin panel

Installation

From your WordPress dashboard

  1. Visit ‘Plugins > Add New’
  2. Search for ‘rhinopaq Shipping’
  3. Activate rhinopaq Shipping from your Plugins page.

From WordPress.org

  1. Download rhinopaq Shipping.
  2. Upload to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
  3. Activate rhinopaq Shipping from your Plugins page.

Once Activated

  1. Go to WooCommerce > Settings > Shipping > rhinopaq
  2. Configure the plugin for your store

Configuring rhinopaq Shipping

  • The basic functionalities of rhinopaq shipping can be used without further action. In order to use the smart rhinopaq calculation for the decision, regarding
  • the use of reusable packaging or not, a plugin ID is required. rhinopaq provides the ID to stores. Please contact rhinopaq via the contact form.
  • Within the WordPress administration area, go to the WooCommerce > Settings > Shipping page and you will see rhinopaq as sub menu.
  • Clicking on rhinopaq will take you into the settings page, where you can configure the plugin for your store.

rhinopaq Enable / Disable

Turn the rhinopaq shipping method on / off for visitors at checkout.

Title

Title of the shipping method on the checkout page.

Pop-up Title

Title of the pop-up that will be displayed on the checkout page.

Pop-up Text

Text of the pop-up shown on the checkout page.

Pop-up Image Enable / Disable

Activate the pop-up image. When activated, a URL for the image can be stored. The image is only displayed from a screen width of 650px. Therefore, it is usually not displayed on smartphones.

Pop-up Image

URL to the image displayed on the pop-up if the image has been activated. https://…

DE Enable / Disable

Activate the shipping method with reusable packaging for the shipping area Germany. Define the shipping costs within Germany in the next field.

DE shipping cost

Total shipping cost of a rhinopaq box for Germany in EUR.

AT Enable / Disable

Activate the shipping method with reusable packaging for the shipping area Austria. Define the shipping costs within Austria in the next field.

AT shipping cost

Total shipping cost of a rhinopaq box for Austria in EUR.

Smart Shipping Enable / Disable

Enable the calculation using our API to show the reusable packaging option only if the cart fits into the reusable shipping box.

PlugIn-ID

If you decide to activate Smart rhinopaq, you need a PlugIn ID from rhinopaq. Just contact us via the contact form, if you haven’t received an ID yet.

Please keep in mind that all products have to have maintained shipping data (length, width, height & weight) for the calculation to work.

Clearance

The space allowance as a percentage of the box volume of a rhinopaq. The value is used in the calculation for packing. With the addition you can influence the results of our API. If you enter 100 (for 100%) there will be no space left for your products. If you enter 0 (for 0%), your products will be packed very densely. We recommend the value 5.

FAQ

Where do i get reusable packaging for my shop?

You can purchase reusable packaging by rhinopaq on https://www.rhinopaq.com/.

Prerequisites

To use this plugin with your WooCommerce store you will need:
* WooCommerce plugin

Reviews

There are no reviews for this plugin.

Contributors & Developers

“rhinopaq shipping for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.2

  • added language en_US
  • added privacy policy in the admin area

1.0.1

  • pop-up image will be provided locally via plugin folder /assets/images/. Therefore, the plugin parameter RHINOPAQ_PLUGIN_URL has been added in /rhinopaq-shipping.php. The image has been added /assets/images/mehrwegverpackung-rhinopaq-s.jpg.
  • the readme file was extended by the dependencies section
  • curl method has been replaced by the WordPress HTTP API with wp_remote_get() in /rhinopaq-config.php:220
  • all echo calls in /popup/rhinopaq-popup.php have been replaced by esc_html_e()

1.0.0

  • rhinopaq Shipping