ufukengin Posted April 3, 2014 Share Posted April 3, 2014 Can i possibly move paypal express checkout to under add to cart button, rather than i the end of the product page. Regs Link to comment Share on other sites More sharing options...
piotrade Posted April 4, 2014 Share Posted April 4, 2014 The same problem. Prestashop 1.6.0.5 I can not move paypal express checkout under cart button, via modules>positions. It always shows on the end of the product page. Link to comment Share on other sites More sharing options...
ufukengin Posted April 4, 2014 Author Share Posted April 4, 2014 help Please.. Link to comment Share on other sites More sharing options...
nutxlago Posted June 11, 2014 Share Posted June 11, 2014 (edited) I had the same issue. Simply change css rules under /modules/paypal/css/paypal.css Search for: #container_express_checkout{margin:auto;text-align:left} and change it giving it an absolute position to move it to the desired position. Mine is set to appear under product description in 1.6.0.6. version, like this: #container_express_checkout{margin:auto;text-align:left;position: absolute;top: 410px;right: 340px;} Just be aware that tablets may show the button differently. Hope it helps! Edited June 11, 2014 by nutxlago (see edit history) Link to comment Share on other sites More sharing options...
Crash99 Posted June 24, 2014 Share Posted June 24, 2014 I have the same problem. The Paypal button is in the displayProductFooter hook at the bottom of the product description, but it needs to be just under the 'add to cart' button? The method above doesn't seem to work when you view on a phone screen (because it's an absolute position in a much smaller screen). I've tried transplanting the module to the 'displayRightColumnProduct' and 'displayProductButtons', but it just gives the error: 'This module cannot be transplanted to this hook'. Has anyone got any ideas how to move or transplant the Paypal button (it fairly useless that far down the page)? 1 Link to comment Share on other sites More sharing options...
Nikko Posted July 16, 2014 Share Posted July 16, 2014 I had the same issue. Simply change css rules under /modules/paypal/css/paypal.css Search for: #container_express_checkout{margin:auto;text-align:left} and change it giving it an absolute position to move it to the desired position. Mine is set to appear under product description in 1.6.0.6. version, like this: #container_express_checkout{margin:auto;text-align:left;position: absolute;top: 410px;right: 340px;} Just be aware that tablets may show the button differently. Hope it helps! Thanks ! Link to comment Share on other sites More sharing options...
Peter C Posted July 16, 2014 Share Posted July 16, 2014 This is a copy n past from One of Many notes I've had to take while getting onbaord with PrestaShop.. I hope it makes sence and helps. PayPal icon interfering with other icons on the Product DescriptionUn-Hook it from Modules / PositionsdisplayFooterProductThis hook adds new blocks under the product's descriptionanddisplayShoppingCartThis hook displays new action buttons within the shopping cart Link to comment Share on other sites More sharing options...
Ismael Arguedas Posted November 25, 2014 Share Posted November 25, 2014 I have the same problem. The Paypal button is in the displayProductFooter hook at the bottom of the product description, but it needs to be just under the 'add to cart' button? The method above doesn't seem to work when you view on a phone screen (because it's an absolute position in a much smaller screen). I've tried transplanting the module to the 'displayRightColumnProduct' and 'displayProductButtons', but it just gives the error: 'This module cannot be transplanted to this hook'. Has anyone got any ideas how to move or transplant the Paypal button (it fairly useless that far down the page)? Anyone can help with this issue? it not have solution yet Link to comment Share on other sites More sharing options...
Recommended Posts