Re: [WSG] Ecomm using Paypal

2009-06-21 Thread Nick Lo

I am working on a very bad implementation of a site. My job is to
improve it for the timebeing, while we are developing a new standard
site. Now the issue is with the payment system with the Paypal. I need
to put in shipping cost for the products bought from here..
http://www.netcomm.com.au/products/voip/v35?SQ_PAINT_LAYOUT_NAME=runoutSQ_DESIGN_NAME=runout

the hidden value says input type=hidden value=  
name=no_shipping/,


where can i find the right list of the attributes.. as i did try
input type=hidden value=11 name=shipping/ but didnt work.


Sounds like you sent this to the wrong mailing list? It doesn't sound  
like a web standards related question.


Cheers,

Nick


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



RE: [WSG] Ecomm using Paypal

2009-06-21 Thread Steve Eagleson
The site appears to have been generated from a package or template. I'm
guessing that this was MySource Matrix, but I don't see any info on PayPal
integration on their site. Do you have the original application or
documentation? If so, you might contact them or PayPal.   

As this is for no_shipping, have you tried putting in value=0?


-Original Message-
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Nick Lo
Sent: Sunday, June 21, 2009 10:36 AM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Ecomm using Paypal

 I am working on a very bad implementation of a site. My job is to
 improve it for the timebeing, while we are developing a new standard
 site. Now the issue is with the payment system with the Paypal. I need
 to put in shipping cost for the products bought from here..

http://www.netcomm.com.au/products/voip/v35?SQ_PAINT_LAYOUT_NAME=runoutSQ_D
ESIGN_NAME=runout

 the hidden value says input type=hidden value=  
 name=no_shipping/,

 where can i find the right list of the attributes.. as i did try
 input type=hidden value=11 name=shipping/ but didnt work.

Sounds like you sent this to the wrong mailing list? It doesn't sound  
like a web standards related question.

Cheers,

Nick


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



RE: [WSG] Ecomm using Paypal

2009-06-21 Thread Steve Eagleson
From the PayPal site at
https://cms.paypal.com/us/cgi-bin/?cmd=_render-contentcontent_ID=developer/
e_howto_html_Appx_websitestandard_htmlvariables#id08A6HH0D0TA

no_shipping is an optional attribute, which deals with shipping addresses.
Allowable values are:

0 - prompt for an address, but do not require one
1 - do not prompt for an address
2 - prompt for an address, and require one

The default is 0.



-Original Message-
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Nick Lo
Sent: Sunday, June 21, 2009 10:36 AM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Ecomm using Paypal

 I am working on a very bad implementation of a site. My job is to
 improve it for the timebeing, while we are developing a new standard
 site. Now the issue is with the payment system with the Paypal. I need
 to put in shipping cost for the products bought from here..

http://www.netcomm.com.au/products/voip/v35?SQ_PAINT_LAYOUT_NAME=runoutSQ_D
ESIGN_NAME=runout

 the hidden value says input type=hidden value=  
 name=no_shipping/,

 where can i find the right list of the attributes.. as i did try
 input type=hidden value=11 name=shipping/ but didnt work.

Sounds like you sent this to the wrong mailing list? It doesn't sound  
like a web standards related question.

Cheers,

Nick


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Ecomm using Paypal

2009-06-21 Thread Nathan de Vries

On 19/06/2009, at 4:17 PM, Rohini Goyal wrote:

...where can i find the right list of the attributes...


Not really a web standards question, but if you do a search on the PDN  
you'll find this page [1] which outlines all the variables available  
and the expected values.



Cheers,

Nathan de Vries

[1] https://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/howto_checkout-outside


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***