PriceList for WooCommerce
With this plugin you'll be able to generate price lists for your WooCommerce products and display them in a overview or create a PDF.
The facts
- Rating
- 5★ from 2
- Active installs
- 200+
- Price
- Free
- Last updated
- 20 Dec 2024
- Added
- Jul 2020
- Requires WP
- 5.0
- Tested up to
- WP 6.7.7
- Requires PHP
- 7.0
- Downloads
- 7,350
Our analysis
AI-assistedPriceList for WooCommerce is a WordPress plugin that enables you to create a price list of all products in your WooCommerce store. It generates an HTML table by default, but can also create a PDF file for customers to download. You can use the shortcode [pricelist] to display the price list on your chosen post or page.
The plugin offers customisation options through shortcode parameters, allowing you to specify output format, company name, and table colours. This tool is suitable for WooCommerce store owners who want to provide a clear overview of their products, including images, names, descriptions, and prices.
Best for: WooCommerce store owners looking to display product pricing clearly.
What it does well
- ✓Creates a price list of products in WooCommerce
- ✓Generates HTML tables or downloadable PDF files
- ✓Customisable using shortcode parameters
- ✓Easy to implement with a simple shortcode
Where it falls short
- •Limited information on additional features
- •No user reviews or detailed feedback available
Verdict
PriceList for WooCommerce offers a straightforward solution for creating product price lists, but lacks extensive feature details and user feedback.
From the developer
sam1966's own description of PriceList for WooCommerce, lightly tidied.
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"]