1. Select Product to Present
products),true); $aretex_core_path = get_option('aretex_core_path'); if (empty($aretex_core_path)) { echo 'Error: AreteX core not installed'; exit(); } if (file_exists($aretex_core_path.'AreteXDT.class.php')) { require_once($aretex_core_path.'AreteXDT.class.php'); $headers = array('Product Code'=>'code','Name'=>'name'); $action['function_name'] = "use_product"; $action['icon_path'] = 'images/actions/checkmark_20.png'; $action['parameters'] = array('[code]','[name]'); $action['title'] = 'Use this product'; $actions[] = $action; $str = AreteXDT::TableList($headers,$actions,$product_list); $str .= <<
1. Select Product to Present
Code:
Name:
2. Select Attributes to Show
Product Code
Product Name
Description
Regular Price
Current Price
(Based on Current Offer)
Item Note
Buy Button
Terms Note
*/ ?>
3.Generate & Paste The Shortcode to your Page

After generating the shortcode, you should add your marketing/sales text around the selected attibutes to customize the product presentation to your liking.