
Originally Posted by
24hrsupermall i try to make a new page
http://www.24hrsupermall.com/test.html
and it does it the same prob im haveing with the html im haveing it with the navigation bar i put it one place and the next its somewhere else in the page thats what i dont understand whats going on with the software when i start to use this software i never had this prob before but then i update it to the new 7.7 and its start to give me sooo much probs i dont know what to do
and the codes u give me where do i put them the code u saw on the site paypal give it to me to copy and past so its going to go to my shoppping card with the code and price from them
Ok i try to make it simple, but this is just my thought. the code i was giving is not my code, that is your code but your code is missing > at the end, not all but only the second and the last form
check it out
your code
Code:
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="order@24hrsupermall.com">
<input type="image" src="https://www.paypal.com/en_US/i/btn/view_cart_02.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="display" value="1">
</form
make it like this
Code:
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="order@24hrsupermall.com">
<input type="image" src="https://www.paypal.com/en_US/i/btn/view_cart_02.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="display" value="1">
</form>
your another code
Code:
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<table><tr><td><input type="hidden" name="on0" value="size/color">size/color</td><td><select name="os0"><option value="Chocolate 32">Chocolate 32<option value="Chocolate 34">Chocolate 34<option value="Chocolate 38">Chocolate 38<option value="Chocolate 42">Chocolate 42<option value="black 34">black 34<option value="black 38">black 38<option value="black 42">black 42</select>
</td></tr></table><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="order@24hrsupermall.com">
<input type="hidden" name="item_name" value="Nautica Business Casual belt">
<input type="hidden" name="item_number" value="SKU: 93060">
<input type="hidden" name="amount" value="16.99">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form
make it like this
Code:
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<table><tr><td><input type="hidden" name="on0" value="size/color">size/color</td><td><select name="os0"><option value="Chocolate 32">Chocolate 32<option value="Chocolate 34">Chocolate 34<option value="Chocolate 38">Chocolate 38<option value="Chocolate 42">Chocolate 42<option value="black 34">black 34<option value="black 38">black 38<option value="black 42">black 42</select>
</td></tr></table><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="order@24hrsupermall.com">
<input type="hidden" name="item_name" value="Nautica Business Casual belt">
<input type="hidden" name="item_number" value="SKU: 93060">
<input type="hidden" name="amount" value="16.99">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
and see if that will work