Quick v3.0 fix for '
Pay with Amazon' module popup not appearing...
skin/reboot/customer/home.tpl
Replace...
Code:
{load_defer_code type="js"}
{include file="customer/service_body_js.tpl"}
With...
Code:
{include file="customer/service_body_js.tpl"}
{load_defer_code type="js"}
(just swap the lines around)