Configuring PayPal Auto-Return (Redirect) After Payment -
i not know happened before, redirect after payment going well, not working anymore.
i have this:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="mail@name.com"> <input type="hidden" name="item_name" value="<? echo $site->site_brand;?> <? echo $pack->name;?>"> <input type="hidden" name="item_number" value="<? echo $pack->days;?> days"> <input type="hidden" name="custom" value="<? echo $data->id; ?>"> <input type="hidden" name="amount" value="<? echo $pack->price;?>"> <input type="hidden" name="currency_code" value="usd"> <input type="hidden" name="button_subtype" value="services"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="no_shipping" value="2"> <input type="hidden" name="rm" value="1"> <input type="hidden" name="return" value="<?echo $site->site_url;?>"> <input type="hidden" name="cancel_return" value="<?echo $site->site_url;?>"> <input type="hidden" name="bn" value="pp-buynowbf:btn_buynow_lg.gif:nonhosted"> <input type="hidden" name="notify_url" value="<?echo $site->site_url;?>/getpremium.php"> <input style="width:110px;border:none;background:none;" type="image" src="_template/images/buynow.png" name="submit" alt="paypal - safer, easier way pay online!" class="premium_hide" /><img alt="" src="https://www.paypal.com/en_us/i/scr/pixel.gif" width="1" height="1" /> </form> i not understand wrong now. perhaps paypal changed something?
are stating buyer not being returned, or buyer being returned, no data being passed site redirect? buyer paying credit card or paypal account. redirect not automatic if buyer paying credit card , going through guest checkout.
Comments
Post a Comment