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"]