nutxlago Posted June 18, 2014 Share Posted June 18, 2014 Hi, I am having a problem with Checkout Express Button on mobile devices (Android4.3): it is nowhere to be seen. On the other hand, I am having problems too with "Add to cart" button on Android (4.3 checked): not responding on product page, but perfect performance on home page or product lists. Feel free to visit my site with an Android's (or others) mobile device to check if you are having the same problem. (http://www.analago.com) And be patient, I am working to speed up the page... Anyone can help me with this issue? I have looked arround on the forum but nothing found. Thanks! Link to comment Share on other sites More sharing options...
trevorgilligan Posted May 11, 2015 Share Posted May 11, 2015 same issue here! Link to comment Share on other sites More sharing options...
trevorgilligan Posted May 12, 2015 Share Posted May 12, 2015 just to say it works on another theme. so it cold be default-bootstrap. however there are no files in the theme that relate to paypal. so im even more confused now. Link to comment Share on other sites More sharing options...
trevorgilligan Posted May 12, 2015 Share Posted May 12, 2015 it has to do with paypal.php hook method i think. in for example hookProductFooter() you have $content = (!$this->useMobile()) ? $this->renderExpressCheckoutButton('product') : null; retu;rn $content.$this->renderExpressCheckoutForm('product'); i think this means that if not mobile then null so no check out button, i will test later but maybe change in modules/paypal.php , hookProductFooter() $content = (!$this->useMobile()) ? $this->renderExpressCheckoutButton('product') : null; to $content = $this->renderExpressCheckoutButton('product') ; that might work trev Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now