All Projects → nerdissimo-de → woocommerce-pfand

nerdissimo-de / woocommerce-pfand

Licence: other
Add deposit (Pfand) to WooCommerce products (e.g. Flaschenpfand)

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to woocommerce-pfand

Woocommerce Coupon Links
A WordPress plugin to automatically apply WooCommerce coupon codes to the cart via a URL.
Stars: ✭ 127 (+605.56%)
Mutual labels:  woocommerce
Wc Smooth Generator
Smooth product, customer and order generation for WooCommerce
Stars: ✭ 171 (+850%)
Mutual labels:  woocommerce
Woocommerce.net
A .NET Wrapper for WooCommerce/WordPress REST API
Stars: ✭ 247 (+1272.22%)
Mutual labels:  woocommerce
Woocommerce Pagseguro
Claudio Sanches - PagSeguro for WooCommerce - WordPress Plugin
Stars: ✭ 130 (+622.22%)
Mutual labels:  woocommerce
Code Snippets Wp Speed Up
Code Snippets for WordPress and WooCommerce speed up, which can be imported into the plugin.
Stars: ✭ 168 (+833.33%)
Mutual labels:  woocommerce
Wp Decoupled
Next.js app with WPGraphQL and WordPress at the backend.
Stars: ✭ 197 (+994.44%)
Mutual labels:  woocommerce
Woocommerce Subscriptions Importer Exporter
Import your subscribers to WooCommerce from a CSV. Or export your subscription data from WooCommerce to CSV.
Stars: ✭ 117 (+550%)
Mutual labels:  woocommerce
woominecraft-wp
A FREE Minecraft Donation Plugin for WordPress designed to work in conjunction with WooMinecraft for Bukkit/Spigot & WooCommerce to allow the purchasing of virtual items in MineCraft and have them delivered to the servers.
Stars: ✭ 33 (+83.33%)
Mutual labels:  woocommerce
Woo Poly Integration
Looking for maintainers! - Wordpress WooCommerce Polylang Integration
Stars: ✭ 168 (+833.33%)
Mutual labels:  woocommerce
Wooionic3
An eCommerce App for WooCommerce stores using Ionic 3.
Stars: ✭ 208 (+1055.56%)
Mutual labels:  woocommerce
Woocommerce Subscribe All The Things
Experimental mini-extension for WooCommerce Subscriptions that explored the possibility of adding subscription plans to non-subscription product types. Now available on WooCommerce.com as "All Products For WooCommerce Subscriptions".
Stars: ✭ 143 (+694.44%)
Mutual labels:  woocommerce
Flutter Woocommerce App
WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android
Stars: ✭ 161 (+794.44%)
Mutual labels:  woocommerce
Co Cart
🛒 CoCart is a flexible, open-source solution to enabling the shopping cart via the REST API for WooCommerce.
Stars: ✭ 198 (+1000%)
Mutual labels:  woocommerce
Wcvendors
The Marketplace plugin for WordPress and WooCommerce
Stars: ✭ 130 (+622.22%)
Mutual labels:  woocommerce
ava
Ava WordPress Theme
Stars: ✭ 46 (+155.56%)
Mutual labels:  woocommerce
Woocommerce Android
WooCommerce Android app
Stars: ✭ 119 (+561.11%)
Mutual labels:  woocommerce
React Native Woocommerce
The demo mobile app for connecting with WooCommerce via Rest API
Stars: ✭ 174 (+866.67%)
Mutual labels:  woocommerce
Sage9-Woocommerce-Integration
How to use Woocommerce (3.4.3) with Sage 9.0.1 (Blade + SoberWP controllers), WP 4.9.7 (17/07/2018)
Stars: ✭ 26 (+44.44%)
Mutual labels:  woocommerce
ionic3-woocommerce
Ionic 3 Woocommerce Template
Stars: ✭ 17 (-5.56%)
Mutual labels:  woocommerce
Ecommwar
A leaderboard of the top open-source e-commerce platforms. Promoting the bests for building reliable stores.
Stars: ✭ 203 (+1027.78%)
Mutual labels:  woocommerce

Woocommerce Pfand

This plugin makes it easy to add deposit like "bottle deposit" (German: Flaschenpfand) to WooCommerce products.

Dieses Plugin ermöglicht es, jedem Woocommerce Produkt Pfandwerte zuzuweisen und somit Dinge wie Flaschenpfand abzubilden. Deutsche Übersetzung liegt bei. Für Anpassungen bitten wir um Kontaktaufnahme.

Version: 2.0

Description

This plugin was written for a German beverage store. They needed deposits for bottles as well as boxes, which would be displayed separately and excluded from tax calculation.

With this plugin you can add a deposit to any WooCommerce product by adding the price under Products - Deposit Types.

Note: Because WordPress allows users to add multiple values and comma-separate them, you have to input the prices with '.' (period) as the decimal separator, independent of WooCommerce settings.

Features

  • Translation-ready (German translation included)

  • Uses built-in functionality of WordPress and Woocommerce thus fully compatible with, e.g. WP Export/Import tools

  • Developer-friendly (more hooks & documentation to come)

Custom code

Since there are a lot of different ways you or your customer may want this set up, please contact us for customizations such as:

  • Compatibility with WooCommerce German Market (disable taxing off deposit)

  • Link deposit to shipping zones' methods or customer language

  • Force sells (e.g. 1 beer crate for every x bottles)

  • Enabling of tax calulation

Hooks

Filters:

get_deposit

(int) runs when deposit is calculated.

wc_deposit_settings

(array) runs when the settings tab is being configured.

add_deposit_value_to_totals

(bool) runs before deposit fee is added (to do: rename?)

dep_total_before_add_fee

(int) runs before deposit fee is added

tax_class_before_add_fee

(string) runs before deposit fee is added

display_deposit

(bool) runs when the plugin determines to add deposit

Installation

  1. Upload woo-pfand/ to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Configure the plugin through Woocommerce -> Settings -> Tab: Deposit
  4. Go to Products - Deposit Types and create deposit prices as you would add tags
  5. Add deposit prices to your products
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].