View Single Post
  #3  
Old 06-08-2009, 10:16 PM
 
Total Supply Total Supply is offline
 

Member
  
Join Date: Jan 2009
Posts: 11
 

Default Re: Upsell Link Prices

thanks for your help it does not seem to have a tax price
How would I add the tax price to the $product_links array?
it currently has:
$product_links = func_search_products(
array(
"from_tbls" => array("product_links"),
"query" => " AND $sql_tbl[products].productid = $sql_tbl[product_links].productid2 AND $sql_tbl[product_links].productid1 = '$productid'"
),
$user_account['membershipid'],
"$sql_tbl[product_links].orderby, product"
);
__________________
Xcart Gold
4.3
Reply With Quote