close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

direct to paypal mobile

Thread began 7/14/2016 1:07 pm by JBWebWorks | Last modified 8/08/2016 11:50 am by Ray Borduin | 4654 views | 7 replies |

JBWebWorks

direct to paypal mobile

Can any hidden input be put in the paypal form to send customer to paypal mobile
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="bn" value="webassist.dreamweaver.4_5_0" />
<input type="hidden" name="business" value="ryanbalthrop@gmail.com" />
<input type="hidden" name="item_name" value="Fall Together CD" />
<input type="hidden" name="item_number" value="mobile_falltogether" />
<input type="hidden" name="amount" value="15.00" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="shipping" value="1.95" />
<input type="hidden" name="return" value="http://ryanbalthrop.com/transactionsuccess.php" />
<input type="hidden" name="cancel_return" value="http://ryanbalthrop.com/transactionfailed.php" />
<input type="hidden" name="undefined_quantity" value="1" />
<input type="hidden" name="receiver_email" value="ryanbalthrop@gmail.com" />
<input type="hidden" name="mrb" value="R-3WH47588B4505740X" />
<input type="hidden" name="pal" value="ANNSXSLJLYR2A" />
<input type="hidden" name="no_shipping" value="0" />
<input type="hidden" name="no_note" value="0" />

Qty: <input type="text" name="quantity" value="1" style="width:40px" />
<input name="submit" type="submit" value="Buy Fall Together CD">
</form>

Sign in to reply to this post

Ray BorduinWebAssist

That should work. Paypal should detect the device and take people to the mobile version on a mobile device.

Sign in to reply to this post
Did this help? Tips are appreciated...

JBWebWorks

I found out that you can't send a variable quantity to Paypal mobile optimized pages so I changed to this and it now works.

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="bn" value="webassist.dreamweaver.4_5_0" />
<input type="hidden" name="business" value="ryanbalthrop@gmail.com" />
<input type="hidden" name="item_name" value="Fall Together CD" />
<input type="hidden" name="item_number" value="mobile_falltogether" />
<input type="hidden" name="amount" value="15.00" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="shipping" value="1.95" />
<input type="hidden" name="return" value="http://ryanbalthrop.com/transactionsuccess.php" />
<input type="hidden" name="cancel_return" value="http://ryanbalthrop.com/transactionfailed.php" />
<input type="hidden" name="undefined_quantity" value="0" />
<input type="hidden" name="receiver_email" value="ryanbalthrop@gmail.com" />
<input type="hidden" name="mrb" value="R-3WH47588B4505740X" />
<input type="hidden" name="pal" value="ANNSXSLJLYR2A" />
<input type="hidden" name="no_shipping" value="0" />
<input type="hidden" name="no_note" value="0" />
<input name="submit" type="submit" value="Buy Fall Together CD">
</form>

Sign in to reply to this post

JBWebWorks

I am getting errors since I installed the Free Tools. I have since uninstalled the Free Tools.
First two errors are when Dreamweaver CS5.5 is opening.
Third error is when I am using Menu Writer.

Errors shown in attached screen shots

Sign in to reply to this post

Ray BorduinWebAssist

What extensions from webassist do you still have installed?

It looks like you may have some older versions installed with some newer ones and they are causing conflicts. The errors you are getting are all from files and code that the current extensions don't use.

Sign in to reply to this post
Did this help? Tips are appreciated...

JBWebWorks

Ray,
I uninstalled and reinstalled
eCart 6.1.1
Free Tools 1.13
DataBridge 1.2.3
Design Extender 1.2.1
MySQLI 1.0.4

Got rid of all of the error messages but the one shown in the attached screen shot
I deleted the cache dat file and restarted but still get this error message attached

Sign in to reply to this post

Ray BorduinWebAssist

Go to Window->Workspace Layout-> Reset 'your workspace'

That should remove that error.

Sign in to reply to this post
Did this help? Tips are appreciated...

JBWebWorks

Thanks Ray

Sign in to reply to this post

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...