close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

How do you use PayPal Receipes

Thread began 8/25/2010 4:36 pm by susanne_canale404761 | Last modified 8/26/2010 7:31 am by susanne_canale404761 | 1057 views | 1 replies

Jason ByrnesWebAssist

The paypal recipes is a Dreamweaver extension, it cannot be used with Expression Web.

To Add options to your product, you need to edit the form that is created for the paypal button.

an option is passed using two form elements. The first form element is the name of the option "Size", or "Color" the second form element passes the value for the options.


the first form element will be a hidden element. the naming convention to use for the hidden element will be "on<int>" where <int> is a whole number from 0 to 6:

<input name="on0" type="hidden" id="on0" value="Color" />


now we need to create a select list for the option values. the naming convention to use for the option values is "os<int>" where <int> is a whole number from 0 to 6:

<select name="os0" id="os0">
<option value="Red">Red</option>
<option value="Yellow">Yellow</option>
<option value="Blue">Blue</option>
</select>




you can have up to 7 options for a product. each name and value form element pair, must use a unique number "on1" and "os1" for the second one, "on2" and "os2" for the third and so on.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...