xpay✦ Commerce
Directory
WooCommerce plugins
Plot prices woocommerce product (product price history)
Plot prices woocommerce product (product price history)
Chart plugin to view plot price changes of woocommerce product.
4.2
(5 ratings)Will this break my store?
What the WordPress.org registry says about keeping Plot prices woocommerce product (product price history) running.
Tested to 6.5.8 — 5 branches behind 7.0
Several branches behind. Worth checking on a staging site before updating WordPress.2 years ago
At least 0.4 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.false
Your host must be running at least this version.3.6
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.Maintenance & trust
Scored on how Plot prices woocommerce product (product price history) is looked after — not on how many stores run it.
34
out of 100Maintenance
6 / 35WordPress compatibility
7 / 20Support responsiveness
Not enough dataMerchant satisfaction
10 / 15Listing transparency
4 / 10Ratings
4.2
5 ratingsChart plugin to view price changes of woocommerce product.
- 1-Place the Php code do_shortcode( ‘[chartprice]’ ); in the single page product.
- 2-use shortcode [chartprice] in product post.
- 3-change setting in woocommerce page setting.
Arbitrary section
-
for change format date use php code below in function.php file:
1-Place the Php code do_shortcode( ‘[chartprice]’ ); in the single page product.
2-use shortcode [chartprice] in product post.
3- for change format date use php code below in function.php file:
add_filter('chart_price_apply_filter_format_date', 'format_date');
function format_date($date)
{
$date=date('Y/m/d');//defult Y-m-d
return $date;
}
Plugin details
Tags on WordPress.org
