[cxc_wpl_table]
Using this shortcode, you can display the price changes of a simple or variable product in a table format. This shortcode has 5 parameters as follows:
'id' => '', // Product ID (required)
'start_date' => '', // Start date (optional)
'end_date' => '', // End date (optional)
'all_product' => '', // Display all products (optional)
'limit' => '', // Limit the number of records displayed (optional)
Examples:
[cxc_wpl_table id="123" limit="10"]
[cxc_wpl_table id="123" start_date="2024-01-01" end_date="2024-12-30" limit="10"]
[cxc_wpl_table all_product="true" start_date="2024-01-01" end_date="2024-12-30" limit="10"]