Timo Breumelhof wrote
Can you post the buttons code?
Code is shown in : http://dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/108/threadid/67212/scope/posts/Default.aspx
"&here is 2CO HTML Button code I should insert:
http://www.itosc.com/dnnimages/2cocode.jpg "
However, I got it from 2CO website products page:
This is Button for a single quantity of item:
<form action='https://www.2checkout.com/2co/buyer/purchase' method='post'>
<input type='hidden' name='sid' value='000000' >
<input type='hidden' name='quantity' value='1' >
<input type='hidden' name='product_id' value='1' >
<input name="submit" type='submit' value='Buy from 2CO' >
</form>
<br>
2CheckOut.com Inc. (Ohio, USA) is an authorized retailer for
<br>
goods and services provided by ITOSC.
And this Button for variable quantity of item:
<form action='https://www.2checkout.com/2co/buyer/purchase' method='post'>
<input type='hidden' name='sid' value='00000' >
<input type='hidden' name='product_id' value='1' >
Quantity
<input name='quantity' type='text' class="ctrl-ed" size='5' >
<br>
<input name="submit" type='submit' value='Buy from 2CO' >
</form>
<br>
2CheckOut.com Inc. (Ohio, USA) is an authorized retailer for
<br>
goods and services provided by ITOSC.
Any of them causes the problem, I have many diffrent buttons for diffrent products and sometimes I need each types of buttons for specifc products.
Pleae help me adding these buttons correctly as it's really making trouble to my page