Главная / WooCommerce / ShortCodes Products By Categories

ShortCodes Products By Categories

Плагин ShortCodes Products By Categories v1.1 расширяет функциональность магазина WooCommerce.

С помощью шорткодов позволяет отображать на странице наиболее важные товары такие как: самые продаваемые товары, популярные, лучшие товары, последние товары и осуществлять разбивку на страницы.

ShortCodes Products By Categories

(1) WCPBC Best Selling ShortCode

This ShortCode is used to show best selling products by category/categories & control the no of pages through pagination.In ‘category’ shortcode you have to put a category ID or categories id separated by comma (,) that determine the category filter for all best selling products and the ‘pages’ attribute controls how many pages will be available for best selling products.

Args:

array(
    'category'      => '',
    'per_page'      => '12',
    'columns'       => '4',
    'pages'         => '1'
)

Example:

[wcpbc_best_selling_products category=’28,615,823’ per_page=’12’ columns=’4’ pages=’5’]

(2) WCPBC Featured Products ShortCode

This ShortCode is used to show featured products by category/categories & control the no of pages through pagination.In ‘category’ shortcode you have to put a category ID or categories id separated by comma (,) that determine the category filter for all products and the ‘pages’ attribute controls how many pages will be available for featured products.

Args:

array(
        'category'    => '',
        'per_page'    => '12',
        'columns'     => '4',
        'orderby'     => 'date',
        'order'       => 'desc',
        'pages'       => '1'
    )

Example:

[wcpbc_featured_products category=’728,315,223’ per_page=’12’ columns=’4’ pages=’5’]

(3) WCPBC Sale Products ShortCode

This ShortCode is used to sale products by category/categories & control the no of pages through pagination.In ‘category’ shortcode you have to put a category ID or categories id separated by comma (,) that determine the category filter for all sale products and the ‘pages’ attribute controls how many pages will be available for sale products.

Args:

array(
        'category'      => '',
        'per_page'      => '12',
        'columns'       => '4',
        'orderby'       => 'title',
        'order'         => 'asc',
        'pages'         => '1'
    )

Example:

[wcpbc_sale_products category=’328,55,773’ per_page=’12’ columns=’4’ pages=’5’]

(4) WCPBC Recent Products ShortCode

This ShortCode is used to recent products by category/categories & control the no of pages through pagination.In ‘category’ shortcode you have to put a category ID or categories id separated by comma (,) that determine the category filter for all recent products and the ‘pages’ attribute controls how many pages will be available for recent products.

Args:

array(
        'category'   => '',
        'per_page'      => '12',
        'columns'      => '4',
        'orderby'    => 'date',
        'order'      => 'desc',
        'pages'      => '1'
    )

Example:

[wcpbc_recent_products category=’228,345,273’ per_page=’12’ columns=’4’ pages=’5’]

(5) WCPBC Top Rated Products ShortCode

This ShortCode is used to top rated products by category/categories & control the no of pages through pagination.In ‘category’ shortcode you have to put a category ID or categories id separated by comma (,) that determine the category filter for all top rated products and the ‘pages’ attribute controls how many pages will be available for top rated products.

Args:
Example:
[wcpbc_top_rated_products category=’468,355,373’ per_page=’12’ columns=’4’ pages=’5’]

array(
        'category'      => '',
        'per_page'      => '12',
        'columns'       => '4',
        'orderby'       => 'title',
        'order'         => 'asc',
        'pages'         => '1'
    )
Скачать Демо

В тему!

WooCommerce Shopdock

WooCommerce Shopdock

WooCommerce Shopdock v1.1.2 Make it easier to shop: instantly add items to cart and checkout ...

Добавить комментарий

Ваш e-mail не будет опубликован. Обязательные поля помечены *

Лимит времени истёк. Пожалуйста, перезагрузите CAPTCHA.