Mô tả
Display WooCommerce products sorted by view count.
- Most Viewed Products widget displays list of products which are most viewed.
- This also have a short-code
[wcmvp]
,[wcmvp product_count="10"]
to display the most viewed products inside page/post content. - Use the function
<?php wcmvp_display_most_viewed_products( 10 ); ?>
If you like this plugin, please rate and/or review it. If you have ideas on how to make the plugin even better or if you have found any bugs, please report these in the Support Forum or in the GitHub repository.
Cài đặt
- Install WooCommerce if not already installed (https://wordpress.org/plugins/woocommerce/)
- Extract the .zip file for this plugin and upload its contents to the
/wp-content/plugins/
directory. Alternatively, you can install directly from the Plugin directory within your WordPress Install. - Activate the plugin through the “Plugins” menu in WordPress.
- Use any of the ways below to display the most viewed products.
- Short-code
[wcmvp]
,[wcmvp product_count="10"]
to display the most viewed products inside page/post content. - Function
<?php wcmvp_display_most_viewed_products( 10 ); ?>
in templates. - Widget
Most Viewed Products
inside sidebars.
- Short-code
Note:
WooCommerce plugin must be installed prior to this.
Đánh giá
Người đóng góp & Lập trình viên
“WooCommerce Most Viewed Products” 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 “WooCommerce Most Viewed Products” 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.0
- Initial release.