Je winkelwagen is momenteel leeg.

Terug naar winkel

Pricelist Pro for Woocommerce

Pricelist Pro for Woocommerce is a one-time purchase with life-time updates!

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.

15.00

Description

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.

Pro Version Features

  • In the Pro version customers can easily click on the product's name to go to its store page.
  • Easily see the old price and the current sale price.
  • Full support for grouped and variable products.
  • An option to allow the customer themself to decide if they want to view the products in HTML or a PDF.
  • You are able to set the word limit before a product description gets cut off.
  • And you are able to customize the buttons in use, like the Download PDF button.
  • You can do minor changes in the shortcode itself, for example [pricelist output='pdf'] will create a PDF download button, even if the settings are set to HTML output.
  • You are able to alter the CSS of the tables to your liking with your own CSS file.
  • Ability to display the product SKU, stock status and stock quantity
  • Social media share buttons
  • Support for displaying non-numeric prices (setting non-numeric prices requires a separate third-party plugin).
  • Support for displaying HTML and shortcodes in (short) descriptions.
  • Cutting off (short) descriptions is now optional in the Pro version.
  • Option for having visitors download the price list PDF, rather than displaying it in the browser.

Frequently Asked Questions

Does this work with all products?

  • This plugin works with all published and not password protected products in WooCommerce. PriceList Pro for WooCommerce supports all variable and grouped products.

How can I setup my own CSS for my HTML price lists?

  • The Pro version includes a `pricelist.css` stylesheet that is used to control the appearance of the HTML price lists that this plugin generates. You can define your own CSS by overriding the rules in `pricelist.css` or by adding your own CSS rules that apply to the elements this plugin generates for the HTML price list.There are a number of ways in which you can do this in WordPress's Admin Dashboard. For starters, you can view `pricelist.css` through Plugins -> Plugin File Editor. It is recommended to treat this file as a template/reference/example and not edit it directly, since subsequent updates to this plugin will override your changes. Rather, you can define your custom styling rules anywhere that you define your own CSS, ideally in a file that's loaded after `pricelist.css`. For instance, you could edit your (child) theme's CSS (through Appearance -> Theme File Editor), or you can add additional CSS through Appearance -> Customize -> Additional CSS.

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 or pdf
    [pricelist output="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"]
= Date 1 =
  • 0 = Hide, 1 = Day, 2 = Month, 3 = Year
    [pricelist date1="1"]
= Date 2 =
  • 0 = Hide, 1 = Day, 2 = Month, 3 = Year
    [pricelist date2="2"]
= Date 3 =
  • 0 = Hide, 1 = Day, 2 = Month, 3 = Year
    [pricelist date3="3"]
= SKU =
  • true or false
    [pricelist sku="false"]
= Stock Status =
  • true or false
    [pricelist stock_status="false"]
= Stock Quantity =
  • true or false
    [pricelist stock_quantity="false"]

Installation

  • Upload the entire [pricelist-for-woocommerce] folder to the [/wp-content/plugins/] directory. *
  • Alternatively download the zip file and upload it in the upload plugins section of installing new plugins in wordpress. *

Activate the plugin through the Plugins screen (Plugins -> Installed Plugins).

Screenshots

  1. This is the HTML overview of one category of products being displayed with their images, descriptions, SKUs, stock status and quantity.
  2. This is the PDF file that is created when someone clicks on the download PDF button, using settings to show images, descriptions, SKUs, stock status and quantity, and with inline attachments.
  3. The Settings page with all the default settings.
  4. The Languages page with all the default settings.
  5. The available social media share buttons, shown with inline attachments.

Changelog

= 1.1.0 =
  • [Pro] Language for stock status now also works in PDFs.
  • 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).
  • [Pro] Categories can be included, excluded and re-ordered.
  • 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 =
  • [Pro] Added support for automatically updating the Pro version when using WordPress 5.8 or higher.
  • [Pro] SKU and stock information are now displayed in the product name column to save horizontal space. Text/language settings added to describe stock status (in stock, out of stock, or on backorder).
  • [Pro] Variable and Grouped products can now be displayed inline in the main price list tables (instead of at the end).
  • [Pro] Display of Variable and Grouped Products after the price list now also shows description and image.
  • [Pro] Bug fixed with selection of social media share buttons (order can be changed again).
  • 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.
  • [Pro] Added option to omit product and category images that are not located on the server to further boost PDF generation speed.
  • Document properties of generated PDFs now include more information (e.g. authored by your company).
  • [Pro] Added the ability to specify in the shortcode which social media share buttons to show next to the price list.
  • [Pro] Text on the toggle output button can now be specified in the Language options.
  • Fixed bugs with Settings and display on narrow devices (e.g. mobile).
= 1.0.7 =
  •  Fixed bug with images sometimes not being displayed correctly.
= 1.0.6 =
  • Added the ability to generate a url from the backend, and removed the generate_url parameter.
  • Added the ability to remove all the settings when the plugin gets removed.
  • Added the ability to deactivate the free version when the pro version gets activated and vice versa.
  • Added a font that should display characters from all languages.
  • Re-ordered some of the settings between language and settings page. And made settings page 2 columns instead of 1.
= 1.0.5 =
  • Changed shortcode parameter overrides.
  • Added the ability to have Cyrillic, Hebrew, asian, arabic text inside of the generated pdfs.
  • Added the generate_url function which allows to generate a plain text url for the pdf (can be used in things like html code in order to make links).
  • Added a dynamically generated URL to the settings page based on the currently selected settings (this url can be used in other parts of the website to have a direct download link to a specific pdf).
= 1.0.4 =
  • Fixed an issue with the social media buttons not being selectable.
  • Fixed an issue where the social media buttons couldn't be deselected So that there were none selected.
  • Added the ability to click on a product name within the pdf to jump to that product page.
= 1.0.3 =
  • Fixed a conflict with the free plugin (Please make sure you deactivate the free plugin before activating the pro plugin)
  • Fixed an issue with the social media buttons not being selectable.
  • Fixed an issue where the SKU, stock and social media settings won't show up in the settings.
= 1.0.2 =
  • Options added for SKU, stock status and stock quantity.
  • Social media share buttons added.
= 1.0.1 =
  • Release of the plugin, supporting WordPress 5.5
= 1.0.0 =
  • First release of the plugin

Upgrade Notice

= 1.0.9 =
  • Pro version supports automatic updates
  • Supports WordPress 6.0 and WooCommerce 6.7
= 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.6 =
  • Added backend dynamically generated url's
  • Now removes all settings when plugin is removed (clean up database)
  • Avoids conflicts with free version by deactivation
= 1.0.5 =
  • Added generate_url for pdf
  • Added multi-language pdf characters
  • Changed shortcode parameters
= 1.0.4 =
  • Bug fixes
  • Added links for products within pdf
= 1.0.3 =
  • Bug fixes
= 1.0.2 =
  • Stock status, stock quantity and SKU added.
  • Option to share on social media
= 1.0.1 =
  • Supports WordPress 5.5
= 1.0.0 =
  • First release of the plugin

PriceList for WooCommerce Free

Looking for the free version?

Are you uncertain whether you want the pro version?
Try out the free version to see what it can do for you!
Go to Wordpress.org

Welkom bij Inner Join.

Wij ontwikkelen mobiele apps, websites, leveren consultancy en verzorgen trainingen.
Neem Contact Op
KvK 71765255
btw-id NL001991060B22