Please help with the code here...

by 4 replies
5
Hi,

Need help changing the plain 2CO order graphic for a .jpeg/.gif/.png graphic.

<form action='https://www.2checkout.com/2co/buyer/purchase'

method='post'>

<input type='hidden' name='sid' value='1421265'>
<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>

Thanks.
#website design #button #graphic #order #replace
  • There is no code to display a graphic in the above. Is that everything?
  • That is not very clear as a question and there's nothing to show a graphic in this code also.

    Best regards,

    Andre Foisy

  • I agree with the above members here.I also don't get the question of yours regarding to graphics.Would you please describe that more briefly that for which type of graphic code you are talking about.
  • Hi,

    Is it possible that the site is set to show a graphic using CSS and that the grahic image would be in the CSS file. This bit - "value='Buy from 2CO'" suggests to me that it is referencing another file and using the code "buy from 2CO" as a command to introduce the graphic.

    Now I'm not an expert in CSS/HTML/Forms but I'm thinking you could take out the bit -

    <input name='submit' type='submit'
    value='Buy from 2CO' >


    and replace it with something like -

    <input type="image" src="https://www.yoursite.com/yourbuttonimage.gif" border="0" name="submit" type="submit">

    You can try that and see if it works. But I'm pretty sure even if thats not the correct code then I'm in the ballpark.

    Cheers

    Max

Next Topics on Trending Feed