Plugin info

Total downloads: 3,722
Active installs: 80
Total reviews: 5
Average rating: 4.2
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/9/2024 (571 days ago)
Added to WordPress: 12/27/2016 (9 years old)
Minimum WordPress version: 3.6
Tested up to WordPress version: 6.5.7
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 571 days ago • 5 reviews

28/100

Is Plot prices woocommerce product (product price history) abandoned?

Possibly abandoned (last update 571 days ago).

Compatibility

Requires WordPress: 3.6
Tested up to: 6.5.7
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Chart 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:

Installation

This section describes how to install the plugin and get it working.

e.g.

  1. Upload plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

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;
}

Review feed

PersianScript
1/24/2017

works fine!

greate plugin ;) thanks

Screenshots

  1. Plot in product

    Plot in product

  2. Settting

    Settting

Changelog

1.0

*head version of plugin

1.1

*chang js file to chart js

2.0

*add the variable product to plot