Plot prices woocommerce product (product price history)
behzad rohizadeh By behzad rohizadeh

June 09, 2024

Plot prices woocommerce product (product price history) Plugin

Chart plugin to view plot price changes of woocommerce product.

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

Screenshots

  1. Plot in product

    Plot in product

  2. Settting

    Settting

FAQ

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

Changelog

1.0

*head version of plugin

1.1

*chang js file to chart js

2.0

*add the variable product to plot

Details

  • Version: 2.1
  • Active installations: 90
  • WordPress Version: 3.6
  • Tested up to: 6.5.5

Ratings


5 Stars
4 Stars
3 Stars
2 Stars
1 Stars