
內容簡介
PriceList for WooCommerce 可以讓您輕鬆地創建您商店所有產品的價格清單。
創建一個簡便的概述清單,包括產品圖像、名稱、描述和價格
它預設選擇創建 HTML 表格,但如果需要,它也可以創建 PDF 文件,供顧客下載
只需在您想要顯示價格清單的文章或頁面中添加簡短代碼 [pricelist]。
用法
將簡短代碼[pricelist]添加到您想要顯示價格清單的文章或頁面中。
以下簡短代碼參數可用。它們覆蓋設置中的設置,因此您可以放置多個不同的簡短代碼:
輸出
html、pdf 或 dl [pricelist output="pdf"]
在當前網頁上以 HTML 嵌入價格清單 (html),或顯示生成並顯示(pdf)或下載(dl)價格清單 PDF 的按鈕。
公司
任何文字 [pricelist company="我的公司"]
名稱
任何文字 [pricelist name="價格清單"]
表頭顏色
任何十六進制代碼 [pricelist table_header_color="82AAD7"]
表格顏色
任何十六進制代碼 [pricelist table_color="FFFFFF"]
描述
真或假 [pricelist description="false"]
短描述
真或假 [pricelist short_description="false"]
產品圖像
真或假 [pricelist product_image="true"]
分類描述
真或假 [pricelist category_description="true"]
分類圖像
真或假 [pricelist category_image="true"]
頁面
任何文字 [pricelist page="頁面"]
日期1
0=隱藏,1=日,2=月,3=年 [pricelist date1="1"]
日期2
0=隱藏,1=日,2=月,3=年 [pricelist date2="2"]
日期3
0=隱藏,1=日,2=月,3=年 [pricelist date3="3"]
外掛標籤
開發者團隊
原文外掛簡介
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"]
