Description
This plugins automates the generation of pricefiles for price comparison services.
The plugin supports Prisjakt/Pricespy and Pricerunner. Support for Google Shopping/Google Merchant Center and Kelkoo was planned, but is on hold due to limited demand. If you want this, send me a message and if enough people do, I will reconsider.
This plugin required PHP version 5.3+.
Development
All development of this plugin occurs on GitHub. Please help me develop this by forking and sending pull requests.
This plugin is developed by Peter Elmered
Contributors:
- Mattias Päivärinta at Doxwork
Installation
- Upload the plugin foler to the
/wp-content/plugins/
directory in your WordPress installation. - Activate the plugin through the ‘Plugins’ menu in WordPress
- Navigate to ‘WooCommerce’ and then ‘Pricefiles’ in the sub menu to configure the plugin.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WooCommerce Pricefiles” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WooCommerce Pricefiles” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.11
Fix: Error in shipping tax calculation
Fix: Error in empty check for manufacturer and category fields in product settings
Tested with WordPress 4.2 alpha.
0.1.10
Fix: Data columns did’t match the headers in some cases, for example if there was no product image.
Fix: List floating point zero as ‘0’ insted of empty string.
Fix: Better tax calculation for shipping
Fix: Ean header missing in Prisjakt file
Various other small bugfixes.
Big thanks to Mattias Päivärinta at Doxwork for contributing to this version.
0.1.9
Fix: Removed deprication notices with WC 2.2+.
Fix: Removed PHP warnings when there are no product categories.
0.1.8
Fix: Fixed form error on settings page.
0.1.7
Fix: Handle case where set_time_limit() is not available more gracefully
0.1.6
Fix: Fixed issue with static loading of the plugin during actrivationa nd deactivation
0.1.5
Fix: Categories does not show in pricefile (again). Plugin initialized too early to access terms created by WooCommerce.
0.1.4
Fix: Errors in pricefile
Fix: Plugin loader issues
0.1.3
Fix: Categories does not show in pricefile
Fix: WooCommerce 2.2 compatibility
0.1.2
Fix: Do not convert 0 into “” (empty string) for prices in pricefile(i.e. free shipping)
0.1.1
Bugfixes
0.1.0
First public release