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

Count of Products in One Category

설명

This plugin provides a shortcode that displays the count of products in a product category. You can use the shortcode on every page or post. IMPORTANT! This is clearly NOT an official plugin from Woocommerce.

설치

Upload the plugin files to the /wp-content/plugins/count-of-products-in-category-for-wp-woocommerce directory, or install the plugin through the WordPress plugins screen directly.
Activate the plugin through the ‘Plugins’ screen in WordPress.
Use the shortcode [so_cp_count] in your page or post content.

FAQ

How do I use the shortcode?

Use the [so_cp_count] shortcode in your page or post content.
You must specify a product category name (slug) in the ‘title’ parameter.
This establishes the connection to the category.
ou can also additionally use the optional attribute ‘show_category_name’ to customize the output.
For example, [so_cp_count title=”clothing” show_category_name=”true”] shows the number of products in the clothing category along with the category name.
If you set the parameter ‘show_category_name’ to “false” then the category name will not be displayed, only the number of products in the product category.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Count of Products in One Category”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Count of Products in One Category”(을)를 번역하세요.

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

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

변경이력

1.0.15

Added use only publish products.

1.0.14

Added feature to exclude products in the trash from product count in the [category_product_count] shortcode.

1.0.13

Added: Ability to swap out the CSS styles for the plugin to a separate file.

1.0.12

Removed: get_results fo count

1.0.11

fix stock

1.0.10

update “how to use”

1.0.9

tested up 6.2

1.0.8

update images in assets

1.0.7

add images to assets

1.0.5

Fixed issue with incorrect category name display.

1.0.4

Added support for optional title and show_category_name shortcode attributes.

1.0.3

Fixed issue with shortcode not displaying on some pages.

1.0.2

Fixed issue with incorrect product count display.

1.0.1

Initial release.