-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
66 lines (51 loc) · 2.12 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
=== PerfectWP - WC Omnibus ===
Contributors: perfectwp
Tags: woo, ecommerce, shop, omnibus, eu, law, woocommerce, history, price, e-commerce, product
Requires at least: 5.4
Tested up to: 6.1.1
Stable tag: {VERSION}
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Plugin for [WooCommerce](https://wordpress.org/plugins/woocommerce/) with correct implemented EU Directive Omnibus [2019/2161 of the European Parliament](https://eur-lex.europa.eu/eli/dir/2019/2161/oj)
- Showing the lowest price in the last 30 days before a product has been marked as on sale
- Works correctly with taxable products
- Translation for the message, supports WPML and Polylang plugin
- Tracking all price changes
- Preview History prices
Shortcode:
- For developers who need to display information on custom place use ``[pwp_wco_omnibus_information]`` shortcode (Not working with variant products).
Works correctly with common product types:
- Simple products
- Download
- Virtual
- Variable products
== Screenshots ==
1. Additional fields for simple products
2. The information is showing on a simple product page
3. Preview history prices
4. Additional fields for variations
5. The information is showing on a variable product page
6. Plugin settings
== Changelog ==
= 1.1.0 2023-01-16 =
* Preview price history
* Add settings link in plugins.php page
* Add option show on page (useful for Page builders)
= 1.0.4 2023-01-09 =
* Correct implemented EU Directive Omnibus, thanks to [piotrczapla2jb](https://wordpress.org/support/users/piotrczapla2jb/)
* Fix issue with duplicate products
* Skip saving prices for draft products
* Showing woocommerce prices when product history not exists
* Setup number of days allowed in configuration
* Show only for sale option in config
* Custom omnibus message (Support for WPML and Polylang)
= 1.0.3 2023-01-02 =
* Fix issue with taxable products
* Add shortcode pwp_wco_omnibus_information
* Fix issue with polish translations
* Add settings options
* Default settings, showing the omnibus information only on product page
= 1.0.1 2022-06-01 =
* First version of the plugin