How to upload paypal shopping cart to my website

  • Unknown's avatar

    I cannot upload paypal shopping cart to my website. I followed all the steps but after i update and try to preview the button cart on my website it comes like text not as the button. I tried the plugins but in my dashboard there is no plugin tab.
    Thanks

    The blog I need help with is: (visible only to logged in users)

  • What code are you trying to use for your shopping cart?

  • Unknown's avatar

    I use the code provided at the paypal website

  • Unknown's avatar

    <form target=”paypal” action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
    <input type=”hidden” name=”cmd” value=”_s-xclick”>
    <input type=”hidden” name=”hosted_button_id” value=”WBXJGB8CUQ4A8″>
    <table>
    <tr><td><input type=”hidden” name=”on0″ value=”Services”>Services</td></tr><tr><td><select name=”os0″>
    <option value=”One bedroom”>One bedroom $99.00 USD</option>
    <option value=”Two bedroom”>Two bedroom $119.00 USD</option>
    <option value=”Three bedroom”>Three bedroom $149.00 USD</option>
    <option value=”Four bedroom”>Four bedroom $179.00 USD</option>
    <option value=”Five bedroom”>Five bedroom $199.00 USD</option>
    <option value=”Six bedroom”>Six bedroom $239.00 USD</option>
    </select> </td></tr>
    </table>
    <input type=”hidden” name=”currency_code” value=”USD”>
    <input type=”image” src=”https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif” border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”>
    <img alt=”” border=”0″ src=”https://www.paypalobjects.com/en_US/i/scr/pixel.gif” width=”1″ height=”1″>
    </form>

  • Unknown's avatar

    and I paste it on text mode…

  • Unknown's avatar

    It comes out as text, not as the button. You can visit the page to see how it appears
    Thanks

  • So a good place to start might be this page if you haven’t seen it:

    http://en.support.wordpress.com/paypal/

    Take a look through that page and let me know if you have any further questions. I’ll be happy to help.

  • The topic ‘How to upload paypal shopping cart to my website’ is closed to new replies.