noelzia
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Cart & Buy Now] SCABN Line Breaks in Form Cause Huge GapsIn mine, the Unit Price is outside the form, so it doesn’t get smashed up with the other items in the form. Qty and Add to Cart are on the same line, but that doesn’t look too bad.
If spacing a problem between the quantity and the button, you could add a right margin of 10 px or so to .item_qty.
Forum: Plugins
In reply to: [Simple Cart & Buy Now] SCABN Line Breaks in Form Cause Huge GapsI managed to work around it by applying display:none to the BRs in that form.
Problem solved. Thanks again!
Forum: Plugins
In reply to: [Simple Cart & Buy Now] SCABN Line Breaks in Form Cause Huge GapsEep, no, our whole site is built around this theme. I’ll have to see if I can come up with a CSS trick to work around it. Or dig into the theme’s files and try to get rid of the BRs.
Thanks for your help.
Forum: Plugins
In reply to: [Simple Cart & Buy Now] SCABN Line Breaks in Form Cause Huge GapsHere’s the code … note all the
<br />tags.<form method="post" action="https://www.paypal.com/cgi-bin/webscr"> <input type="hidden" name="business" value="XXX"><br /> <input type="hidden" name="cmd" value="_cart"><br /> <input type="hidden" name="currency_code" value="USD"><br /> <input type="hidden" name="lc" value="US"><br /> <input type="hidden" name="bn" value="PP-BuyNowBF"><br /> <input type="hidden" name="upload" value="1"><br /> <input type="hidden" name="cancel_return" value="XXX"><br /> <input type="hidden" name="weight_unit" value="lbs"><br /> <input type="hidden" name="quantity_1" value="1"><br /> <input type="hidden" name="item_name_1" value="Men (Small)"><br /> <input type="hidden" name="amount_1" value="20"><br /> <input type="hidden" name="weight_1" value="0.01"><br /> <input type="hidden" name="quantity_2" value="1"><br /> <input type="hidden" name="item_name_2" value="Men (Large)"><br /> <input type="hidden" name="amount_2" value="20"><br /> <input type="hidden" name="weight_2" value="0.01"><br /> <input type="hidden" name="quantity_3" value="1"><br /> <input type="hidden" name="item_name_3" value="Men (Small)"><br /> <input type="hidden" name="amount_3" value="15"><br /> <input type="hidden" name="weight_3" value="0.01"><br /> <input type="hidden" name="quantity_4" value="1"><br /> <input type="hidden" name="item_name_4" value="Pro-Back Hat (White stitching on white hat)"><br /> <input type="hidden" name="amount_4" value="35"><br /> <input type="hidden" name="weight_4" value="0.01"><br /> <input type="hidden" name="quantity_5" value="1"><br /> <input type="hidden" name="item_name_5" value="Pro-Back Hat (Black stitching on black)"><br /> <input type="hidden" name="amount_5" value="35"><br /> <input type="hidden" name="weight_5" value="0.01"><br /> <input type="image" border="0" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" alt="Make payments with PayPal - it's fast, free and secure!"></form>And here’s a screenprint for that code – note the space between the form and the Paypal button: http://fullbloodedfighter.net/checkout-screen-for-scabn/
If no one else is having this problem, it must be something I did. I did a lot of styling to the addtocart form, but I didn’t do anything (that I know of) to the checkout form.
Forum: Plugins
In reply to: [Simple Cart & Buy Now] Does SCABN send email noticesThanks, I figured out what was wrong and fixed it. But I can’t figure out how to delete this thread. Sigh.
If drag-and-drop offers too many problems, how about letting us edit the numbers that appear at the top of the extra fields, as in Extra Field 1, Extra Field 2, etc.
Forum: Installing WordPress
In reply to: wp-admin not foundI am trying to run wp on my localhost via my php editor (PhpEd), which includes built-in php and mysql. So that’s why it’s looking for wp-admin on my C: drive. And it is, in fact, on my C: drive, right where it should be. Perhaps I just can’t run wp in this environment, although I have no trouble with other php scripts.
Forum: Installing WordPress
In reply to: wp-admin not foundYes, I checked and it does accept index.php as the default page.