MUSINGS

How to have different shipping rates when using Paypal Hosted Buttons

How to have different shipping rates when using Paypal Hosted Buttons

Paypal web services allows you to specify a shipping rate when adding items to the cart by specifying an hidden input with the name set to shipping and the value set to the amount. The problem is that this doesn’t work when you are using hosted button’s which have shipping details already saved. Try it yourself. Set up a hosted button and then try using <input name=”hosted_button_id” type=”hidden” value=”abcdefghji”> and <input name=”shipping” type=”hidden” value=”0.0″> within the same form. You’ll find that the shipping input will be ignored and the settings you have setup in the hosted button will be used. So what is the solution?
Read more about How to have different shipping rates when using Paypal Hosted Buttons

What’s everybody tweeting? Twitter Translator – Google Chrome Extension

What’s everybody tweeting? Twitter Translator – Google Chrome Extension

I’ve recently coded a new extension for Google Chrome called the Red Mars Twitter Translator. It allows you to translate foreign language tweets within your twitter stream. The reason I made this extension was due to theĀ frustrationĀ of seeing tweets in another language and not knowing what they are saying. Read more about What’s everybody tweeting? Twitter Translator – Google Chrome Extension