이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Plot prices 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.

Arbitrary section

  • for change format date use php code below in function.php file:

스크린샷

  • Plot in product
  • Settting

설치

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

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

후기

Hey

2021년 2월 18일
This is exactly what i was looking for but I couldn't really understand the instructions, if possible can you give a step by step instruction? The chart is visible on my product page but the data are not accurate... And the php code snippet is exactly what? Kind regards
2020년 12월 14일
با درود وقتی محصول ساده میزنیم و قیمت رو میزنیم. بعدش ویژگی های محصول رو اضافه میکنیم نمودار نشون داده نمیشه و فقط جدول نمودار خالی رو میاره. اما وقتی به محصول متغیر تغییرش میدیم با همون ویژگی ها میاد. این یک مشکله. چطور میشه حلش کرد؟ البته برای محصول ساده اگر ویژگی وارد نکنیم میاره و مشکلی نیست. ممنون میشم رانمایی کنید. سپاس
모든 4 평가 읽기

기여자 & 개발자

“Plot prices woocommerce product”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Plot prices woocommerce product”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

*head version of plugin

1.1

*chang js file to chart js

2.0

*add the variable product to plot