Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

PriceList for WooCommerce

Описание

PriceList for WooCommerce allows you to easily create a price list of all the products in your store.
Creating an easy overview of the products image, name, description and price.

By default it creates a HTML table, but if desired it can instead create a PDF file that your customers can download.

Simply add the shortcode [pricelist] to the post or page where you want to display the price list.

Usage

Add the shortcode [pricelist] to the post or page where you want to display the price list.

The following shortcode parameters are available. These override the settings in the Settings page so you can place multiple different shortcodes:

output

  • html, pdf or dl [pricelist output="pdf"]
  • Embed the price list as HTML on the current web page (html), or display a button to generate and display (pdf) or download (dl`) a price list PDF.

company

  • any text [pricelist company="My Company"]

name

  • any text [pricelist name="Price List"]

table_header_color

  • any hex code [pricelist table_header_color="82AAD7"]

table_color

  • any hex code [pricelist table_color="FFFFFF"]

description

  • true or false [pricelist description="false"]

short_description

  • true or false [pricelist short_description="false"]

product_image

  • true or false [pricelist product_image="true"]

category_description

  • true or false [pricelist category_description="true"]

category_image

  • true or false [pricelist category_image="true"]

page

  • any text [pricelist page="Page"]

date1

  • 0 = Hide, 1 = Day, 2 = Month, 3 = Year [pricelist date1="1"]

date2

  • 0 = Hide, 1 = Day, 2 = Month, 3 = Year [pricelist date2="2"]

date3

  • 0 = Hide, 1 = Day, 2 = Month, 3 = Year [pricelist date3="3"]

Скриншоты

  • This is the HTML overview of one category of products being displayed with their images and descriptions.
  • This is the PDF file that is created when someone clicks on the download PDF button, product image and product description options set to Show.
  • The Settings page with all the default settings.

Установка

From your WordPress dashboard:
* Go to Plugins->Add New
* Search for Woocommerce Pricelist
* Click on Install Now
* Activate by either pressing on Activate Now or by going to the Plugins page and activating it there.

From WordPress.org:
* Go to Plugins
* Search for Woocommerce Pricelist
* Download the zip file
* Open the zip file and upload the [woocommerce-pricelist] folder to the [/wp-content/plugins/] directory.
* Activate the plugin from the Plugins page (Plugins->Installed Plugins).

Часто задаваемые вопросы

Does this work with all products?

This plugin works with all published and not password protected products in WooCommerce. Only the main product from a grouped product or variable product will be displayed.

Does this plugin have a Pro version?

Yes it does! Get it here: https://inner-join.nl/product/price-list-pro/

У него есть несколько Pro-возможностей:
* Пользователь может с лёгкостью нажать на название товара, чтобы попасть на его страницу в магазине. (ссылки на товар есть внутри HTML и PDF вывода)
* Отображение старой и текущей цены товара.
* Полная поддержка для групповых и вариативных товаров.
* Опция, внедряющая кнопку-селектор, для выбора между html выводом или выводом кнопки «Скачать PDF»
* Дополнительный параметр шорткода, под названием generate_url, заставляет шорткод возвращать url (текстовой строкой) для случаев создания пользовательских ссылок и кнопок для скачивания PDF. (Разумеется, что его можно использовать только с выводом PDF)
* Динамическое создание URL на странице настроек. URL-адрес создается на основе текущих глобальных настроек, которые вы выбрали. Он может быть легко скопирован и вставлен с нужными вам специфическими настройками вместо шорткода с параметром generate_url
* Возможность менять язык определённых компонентов
* Возможность отображать артикул, статус наличия и количества товара.
* Возможность добавлять кнопки социальных сетей.

Отзывы

29.07.2021 2 ответа
Отзыв о работе: -Плагин работает в режиме рендеринга HTML страницы - на твёрдые 5 звёзд из 5. -В режиме генерации PDF-файла, к сожалению, плагин не справляется с обработкой кириллических символов (русский язык) Пожелания: - хотелось бы видеть 2 разных шорткода: - первый для генерации html кода - второй для генерации ссылки на pdf-файл
Посмотреть все 2 отзыва

Участники и разработчики

«PriceList for WooCommerce» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «PriceList for WooCommerce» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.1.0

  • Category support improved. Products can now appear in multiple categories, and category order is (by default) determined by the order set in WooCommerce (or the category ID if order is not set).
  • No longer showing products that are supposed to be hidden (e.g. draft, trash, private, and non-catalog products). Only published catalog products are now shown.
  • Codebase overhaul.

1.0.9

  • Small bugfixes related to display of categories and images in rare occasions.

1.0.8

  • Added support for displaying non-numeric prices (setting non-numeric prices requires a separate third-party plugin).
  • Added support for displaying HTML and shortcodes in (short) descriptions.
  • Cutting off (short) descriptions is now optional in the Pro version.
  • Added option for having visitors download the price list PDF, rather than displaying it in the browser.
  • Improved price list PDF generation speed.
  • Document properties of generated PDFs now include more information (e.g. authored by your company).
  • Fixed bugs with Settings and display on narrow devices (e.g. mobile).

1.0.7

  • Security and robustness improvements.

1.0.6

  • Added a multi-language font to the PDF.

1.0.5

  • Added shortcode parameter overrides (allows for creating individual shortcodes on different pages).
  • Added the ability to have Cyrillic, Hebrew, Asian and Arabic text inside of the generated PDFs.
  • Removed Read More option, this is a Pro feature that didn’t yet work in the free version.

1.0.2

  • Fixed bug with images and price not being displayed correctly

1.0.1

  • Release of the plugin, supporting WordPress 5.5

1.0.0

  • First release of the plugin