The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  Direct Affiliate

Virtuemart Authorize code Showing All Shopper Groups Prices in Order Email Receipt

analyzatechnologies

New Member
affiliate
I found this issue in virtuemart authorize net code and would like to
share on this forum.

Virtuemart Authorize code (ps_authorize.php) showing All Shopper
Groups Prices of ordered items in Order Email Receipt.

The solution is needs to add shopper group condition in left join
clause ...

LEFT OUTER JOIN #__{vm}_product_price ON (#__{vm}_product.product_id =
#__{vm}_product_price.product_id AND #__{vm}
_product_price.shopper_group_id='".$auth['shopper_group_id']."')
 
banners
Back