Trouble with PayPal code.

I am sure it is a minor issue but I am trying to use the HTML module to drop in a PayPal button code. Below is the code. The blue line just keeps going… and going…
I tried to use the Basic Text Editor (using the text tab) option also, but that wouldn’t stick either. I need to use PayPal at first, with thoughts of movng to woo com down the road. Please take a look and let me know.
Please reply and I’ll give you the creds to get in.
Thanks Guys,
JP
-----------------------CODE BELOW-------------------
<form method=“post”
action=“https://www.paypal.com/cgi-bin/webscr
target=“paypal”>
<input type=“hidden”
value="_s-xclick"
name=“cmd”> <input type=“hidden”
value=“P93KQP2P6SEPG”
name=“hosted_button_id”>

                &lt;table style=
                "BORDER-TOP-COLOR: ; BORDER-LEFT-COLOR: ; BORDER-BOTTOM-COLOR: ; BORDER-RIGHT-COLOR:"
                       border="0"&gt;
                    &lt;tbody&gt;
                        &lt;tr&gt;
                            &lt;td style=
                            "BORDER-TOP-COLOR: ; BORDER-LEFT-COLOR: ; BORDER-BOTTOM-COLOR: ; BORDER-RIGHT-COLOR:"&gt;
                            &lt;input type="hidden"
                                   value="Sizes | Quantities"
                                   name="on0"&gt;Sizes | Quantities&lt;/td&gt;
                        &lt;/tr&gt;

                        &lt;tr&gt;
                            &lt;td style=
                            "BORDER-TOP-COLOR: ; BORDER-LEFT-COLOR: ; BORDER-BOTTOM-COLOR: ; BORDER-RIGHT-COLOR:"&gt;
                            &lt;select name="os0"&gt;
                                &lt;option selected
                                        value="X-Small | Case | 10 Boxes of 100 Gloves"&gt;
                                    X-Small | Case | 10 Boxes of 100 Gloves $66.50 USD
                                &lt;/option&gt;

                                &lt;option value="Small | Case | 10 Boxes of 100 Gloves"&gt;
                                    Small | Case | 10 Boxes of 100 Gloves $66.50 USD
                                &lt;/option&gt;

                                &lt;option value="Med | Case | 10 Boxes of 100 Gloves"&gt;
                                    Med | Case | 10 Boxes of 100 Gloves $66.50 USD
                                &lt;/option&gt;

                                &lt;option value="Large | Case | 10 Boxes of 100 Gloves"&gt;
                                    Large | Case | 10 Boxes of 100 Gloves $66.50 USD
                                &lt;/option&gt;

                                &lt;option value="X-Large | Case | 10 Boxes of 100 Gloves"&gt;
                                    X-Large | Case | 10 Boxes of 100 Gloves $66.50 USD
                                &lt;/option&gt;

                                &lt;option value="X-Small | Box | 100 Gloves"&gt;
                                    X-Small | Box | 100 Gloves $7.95 USD
                                &lt;/option&gt;

                                &lt;option value="Small | Box | 100 Gloves"&gt;
                                    Small | Box | 100 Gloves $7.95 USD
                                &lt;/option&gt;

                                &lt;option value="Med | Box | 100 Gloves"&gt;
                                    Med | Box | 100 Gloves $7.95 USD
                                &lt;/option&gt;

                                &lt;option value="Large | Box | 100 Gloves"&gt;
                                    Large | Box | 100 Gloves $7.95 USD
                                &lt;/option&gt;

                                &lt;option value="X-Large | Box | 100 Gloves"&gt;
                                    X-Large | Box | 100 Gloves $7.95 USD
                                &lt;/option&gt;
                            &lt;/select&gt;&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/tbody&gt;
                &lt;/table&gt;&lt;input type="hidden"
                      value="USD"
                      name="currency_code"&gt; &lt;input alt="PayPal - The safer, easier way to pay online!"
                      src="http://theheartstarters.com/images/shop.png"
                      type="image"
                      border="0"
                      name="submit"&gt; &lt;img title=""
                      style="HEIGHT: 1px; WIDTH: 1px"
                      border="0"
                      alt=""
                      src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"&gt;
            &lt;/form&gt;

-------------------------------END CODE----------------------------------------

Hey JP,

I tried the code on my local dev environment and it works just fine. Go ahead and send over temp admin access so we can check. :slight_smile:

Ben

Hello.
I have been looking for a widget that would let me drag in a paypal button, for the moment my client wants to stick with a very basic cart system that uses the add to cart ( adds to paypals cart ) and then the user can click back to his site to add more… then when finished they click the “View Cart” button to see the paypal default cart and then pay…

what i am then looking for would be a simple widget to drag in that lets me populate the main details, price, description, email address etc… then pass this over to the paypal cart…

can anyone suggest a solution for this… or could this be an option for the future?
i did see this editor that says it has this…
http://codecanyon.net/item/drag-and-drop-shortcodes-wp-visual-page-builder/6419048?ref=athemez

Your thoughts…
Many thanks
Carl

Hey Carl,

You can use shortcodes or HTML as Jon is with Beaver Builder. I think what you are looking for doesn’t exist though unless there is a WordPress based PayPal eCommerce solution out there like WooCommerce or Easy Digital Downloads. With PayPal, all details have to be configured on their side and they pass HTML on to you to use in your application i.e. HTML module. Sorry if that wasn’t quite what you were looking for, but feel free to do some searching to see if anything exists for what you need.

Best,
Billy