Please help with the code here...

by Paulo
4 replies
  • WEB DESIGN
  • |
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.
#button #graphic #order #replace
  • Profile picture of the author KirkMcD
    There is no code to display a graphic in the above. Is that everything?
    {{ DiscussionBoard.errors[2090899].message }}
  • Profile picture of the author NetMan
    That is not very clear as a question and there's nothing to show a graphic in this code also.

    Best regards,

    Andre Foisy

    Originally Posted by Paulo View Post

    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.
    {{ DiscussionBoard.errors[2091708].message }}
  • Profile picture of the author AndreClark99
    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.
    {{ DiscussionBoard.errors[2093294].message }}
  • Profile picture of the author senderbot
    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
    Signature
    PornStarStamina is for sale! - Buy the book rights and website! or Just Download the Book For FREE! - Check it out!
    {{ DiscussionBoard.errors[2098135].message }}

Trending Topics