Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Plot prices woocommerce product

Descripción

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:

Capturas

  • Plot in product
  • Settting

Instalación

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

Preguntas frecuentes

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

Reseñas

Hey

18 de febrero de 2021
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
14 de diciembre de 2020
با درود وقتی محصول ساده میزنیم و قیمت رو میزنیم. بعدش ویژگی های محصول رو اضافه میکنیم نمودار نشون داده نمیشه و فقط جدول نمودار خالی رو میاره. اما وقتی به محصول متغیر تغییرش میدیم با همون ویژگی ها میاد. این یک مشکله. چطور میشه حلش کرد؟ البته برای محصول ساده اگر ویژگی وارد نکنیم میاره و مشکلی نیست. ممنون میشم رانمایی کنید. سپاس
Leer todas las 4 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Plot prices woocommerce product" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

*head version of plugin

1.1

*chang js file to chart js

2.0

*add the variable product to plot