Mô tả
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.
Arbitrary section
-
for change format date use php code below in function.php file:
Cài đặt
This section describes how to install the plugin and get it working.
e.g.
- Upload plugin folder to the /wp-content/plugins/ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
Hỏi đáp
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;
}
Đánh giá
Người đóng góp & Lập trình viên
“Plot prices woocommerce product” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Plot prices woocommerce product” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
*head version of plugin
1.1
*chang js file to chart js
2.0
*add the variable product to plot