Forum Moderators: mack
I'm sure you could set up basic, single item, purchase links by just knowing the link(or form) format.
But, there will be shipping settings, etc.., to deal with.
You're best bet is to get the password and tell the client to change it directly afterwards. Heck, if they want to keep their original, they can change it first. Then, when you're done, change it back.
regards,
Birdman
No password -> No Cart
You're the webmaster. If you can't be trusted with that info then they should hire someone they trust.
No offense, Blaze. Just my 2c:)
Shopping carts *might* be different.
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="paypalemailaddress@paypalemailaddress.com">
<input type="hidden" name="item_name" value="STAINLESS STEEL WRAP AROUND RING JEWELRY RINGS">
<input type="hidden" name="item_number" value="14">
<input type="hidden" name="amount" value="5.00">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
And if you still want to log into their account :-) then paypal has a feature (I am not sure, what is called) but it provides a limited-access to the paypal account provided the member creates a sub-account for you under them for providing the access.
HTH