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'].”‘)
Archive for category web development
Paymenex Cards
Jul 7
Paymenex Credit Cards
Paymenex Credit Card is issued by Paymenex™ acquiring members with capacity and license to issue credit and loan to the public and in compliance with the general financial terms and conditions of the financial services regulatory authority in country of operation. Paymenex™ Credit Card offers cardholder an opportunity to extend financial capabilities and [...]
<FORM name=”_xclick” action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
<input type=”hidden” name=”cmd” value=”_ext-enter”>
<input type=”hidden” name=”redirect_cmd” value=”_xclick”>
<input type=”hidden” name=”return” value=”You site url”>
<input type=”hidden” name=”notify_url” value=”Your site Paypal IPN code”>
<input type=”hidden” name=”cancel_url” value=”Your site cancel url”>
<input type=”hidden” name=”business” value=”paypal business email id”>
<input type=”hidden” name=”currency_code” value=”USD”>
<input type=”hidden” name=”tax” value=”0.00″>
<input type=”hidden” name=”lc” value=”US”>
<input type=”hidden” name=”bn” value=”PP-BuyNowBF”>
<input type=”hidden” name=”invoice” value=”Invoice Id”>
<input type=”hidden” name=”item_number” value=”Item Number”>
<input type=”hidden” [...]

