Archive | July, 2012

How to Disable OneStepCheckout for Magento Mobile Themes

OneStepCheckout is a great extension for your desktop site, but it’s not compatible with our mobile theme and not a good user experience fro mobile either. To disable it just for the mobile theme, add this to your .htaccess file in your website root directory: RewriteCond %{HTTP_USER_AGENT} ^.*(iPhone|iPod|BlackBerry|Palm|Googlebot-Mobile|Mobile|mobile|mobi|Windows Mobile|Safari Mobile|Android|Opera Mini).*$ [NC] RewriteRule ^(onestepcheckout/?)?$ /checkout/onepage/ [...]