YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

Please Need Urgent help! Options
vance
#1 Posted : Monday, January 16, 2012 8:38:03 PM
Rank: Starting Member

Groups: Registered

Joined: 1/16/2012
Posts: 1
Location: ibiza
I am going crazy searching the web to understand why I cant get shipping cost displayed on paypal. Hope somebody can help.

I am using sandbox to test with the code from Martin Maly. All is working fine, but I need to display shipping cost on the. The version is 52.0 if required:

public function doExpressCheckout($amount, $desc, $invoice, $currency){
$data = array(
'PAYMENTACTION' =>'Sale',
'AMT' =>$amount,
'RETURNURL' =>$this->getReturnTo($invoice),
'CANCELURL' =>$this->getReturnToCancel($invoice),
'DESC'=>$desc,
'NOSHIPPING'=>"0",
'ALLOWNOTE'=>"1",
'SHIPPINGAMT'=>100,
'CURRENCYCODE'=>$currency,
'METHOD' =>'SetExpressCheckout');

I can get to the payment page but I only see description and amount. Any ideas?
Sponsor  
 
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.102 seconds.