[Plugin: eShop] Large empty space above "Proceed to checkout" button
-
There is a very large (empty space) above the “Proceed to Checkout” button.
When I view the rendered page source code I see this:
<form method="post" class="eshop eshop-confirm" action="http://shop.domain.com/shopping-cart/checkout/?eshopaction=redirect"> <div> <input type="hidden" name="business" value="[email protected]" /><br /> <input type="hidden" name="return" value="http://shop.domain.com/shopping-cart/thank-you/?eshopaction=success" /><br /> <input type="hidden" name="cancel_return" value="http://shop.domain.com/shopping-cart/cancelled-order/?eshopaction=cancel" /><br /> <input type="hidden" name="notify_url" value="http://shop.domain.com/shopping-cart/thank-you/?eshopaction=paypalipn" /><br /> <input type="hidden" name="shipping_1" value="" /><br /> <input type="hidden" name="first_name" value="Test" /><br /> <input type="hidden" name="last_name" value="User" /><br /> <input type="hidden" name="email" value="[email protected]" /><br /> <input type="hidden" name="eshop_payment" value="paypal" /><br /> <input type="hidden" name="item_name_1" value="QMS Internal Audit Checklist" /><br /> <input type="hidden" name="eshopident_1" value="ff091847aaf30a22c9bc7be0276b01b8" /><br /> <input type="hidden" name="quantity_1" value="1" /><br /> <input type="hidden" name="weight_1" value="0" /><br /> <input type="hidden" name="amount_1" value="70.00" /><br /> <input type="hidden" name="item_number_1" value="1147 : Download" /><br /> <input type="hidden" name="postid_1" value="65" /><br /> <input type="hidden" name="numberofproducts" value="1" /><br /> <input type="hidden" name="tax" value="7" /><br /> <input type="hidden" name="amount" value="70.00" /><br /> <input type="hidden" name="tax_1" value="7" /><br /> <input type="hidden" name="tax_rate_1" value="10" /><br /> <input type="hidden" name="submit" value="Proceed to Confirmation »" /><br /> <input type="hidden" name="rm" value="2" /><br /> <input type="hidden" name="currency_code" value="AUD" /><br /> <input type="hidden" name="lc" value="AU" /><br /> <input type="hidden" name="cmd" value="_ext-enter" /><br /> <input type="hidden" name="redirect_cmd" value="_cart" /><br /> <input type="hidden" name="upload" value="1" /><br /> <input type="hidden" name="no_shipping" value="1" /><br /> <label for="ppsubmit" class="finalize"><small><strong>Note:</strong> Submit to finalize order at PayPal.</small><br /> <input class="button submit2" type="submit" id="ppsubmit" name="ppsubmit" value="Proceed to Checkout »" /></label></div> </form> <ul class="continue-proceed redirect eshopcp3"> <li class="editcheckout"><a href="http://shop.domain.com/shopping-cart/checkout/">« Edit Details or Continue Shopping</a></li> </ul> </div>Which file can I edit to fix this?
I tried adding the CSS code:
form.eshop fieldset br { display:none }but that did not fix this specific issue.
Any help is welcomed, thank you! 🙂
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘[Plugin: eShop] Large empty space above "Proceed to checkout" button’ is closed to new replies.