projectpb Posted March 29, 2013 Share Posted March 29, 2013 (edited) i am looking to move the PayPal empress checkout button when used with stock PayPal checkout module. and remove the stock print button. all seen in image below. Or maybe at least move add to wish list under the checkout button. Thanks Jeff Edited March 29, 2013 by projectpb (see edit history) Link to comment Share on other sites More sharing options...
cocothecat Posted March 29, 2013 Share Posted March 29, 2013 (edited) you could do one of two things to remove the printer I think you can take that out totally by editing product.tpl as for the paypal express you could change the css and move it to where you want. Add posstion:relative and then add top and left possitions. OR in the product .tpl id move the product extra hook to the location you want it. I think though you would be better putting it UNDER the buy button Edited March 29, 2013 by cocothecat (see edit history) Link to comment Share on other sites More sharing options...
projectpb Posted March 29, 2013 Author Share Posted March 29, 2013 you could do one of two things to remove the printer I think you can take that out totally by editing product.tpl as for the paypal express you could change the css and move it to where you want. Add posstion:relative and then add top and left possitions. OR in the product .tpl id move the product extra hook to the location you want it. I think though you would be better putting it UNDER the buy button i think i can do the print but not the other stuff no idea how to move placements in .tpl files thanks Jeff Link to comment Share on other sites More sharing options...
cocothecat Posted March 29, 2013 Share Posted March 29, 2013 Where do you want it moved to? Link to comment Share on other sites More sharing options...
projectpb Posted March 29, 2013 Author Share Posted March 29, 2013 Where do you want it moved to? under the Add to cart or beside it like shown in the image to help remove some of the white space in their but would prefer under Link to comment Share on other sites More sharing options...
cocothecat Posted March 30, 2013 Share Posted March 30, 2013 What version presta and paypal? I'll find the code for you then and give you the css Link to comment Share on other sites More sharing options...
projectpb Posted March 30, 2013 Author Share Posted March 30, 2013 (edited) What version presta and paypal? I'll find the code for you then and give you the css Thanks here is the info needed i am using stock template i like the looks of it so i keep it Paypal 3.4.7 PrestaShop 1.5.4.0 this is what i am looking for if can be done or as close to as i dont know where the print code was also i am bad with the css files in the current way their is a lot of space doing nothing and pushes the description down on the page. Looks like the paypal under add to cart will work also Thanks Jeff Edited March 30, 2013 by projectpb (see edit history) Link to comment Share on other sites More sharing options...
cocothecat Posted April 1, 2013 Share Posted April 1, 2013 Sorry for late reply, been taking some much needed time off for easter! A quick fix (as long as your not using anything else on the product page would be to move) {if isset($HOOK_EXTRA_RIGHT) && $HOOK_EXTRA_RIGHT}{$HOOK_EXTRA_RIGHT}{/if} I'll take a look at that paypal version today and dig out some code for moving it also Link to comment Share on other sites More sharing options...
projectpb Posted April 1, 2013 Author Share Posted April 1, 2013 Sorry for late reply, been taking some much needed time off for easter! A quick fix (as long as your not using anything else on the product page would be to move) {if isset($HOOK_EXTRA_RIGHT) && $HOOK_EXTRA_RIGHT}{$HOOK_EXTRA_RIGHT}{/if} I'll take a look at that paypal version today and dig out some code for moving it also i know this is a tpl no idea what one and where it goes like i said i am bad with tpl s thanks for the help Link to comment Share on other sites More sharing options...
projectpb Posted April 1, 2013 Author Share Posted April 1, 2013 (edited) I got the Print gone it was just 1 line of code in the product.tpl line 214 i think <li class="print"><a href="javascript:print();">{l s='Print'}</a></li> i would be happy with the wish list under the paypal button i looked in the hooks i found nothinghttp://projectpb.com/store/kingman/2950--mr-series-10-round-magazine.html Edited January 25, 2014 by projectpb (see edit history) Link to comment Share on other sites More sharing options...
projectpb Posted April 3, 2013 Author Share Posted April 3, 2013 Sorry for late reply, been taking some much needed time off for easter! dont worry about it thanks for the help Link to comment Share on other sites More sharing options...
projectpb Posted January 25, 2014 Author Share Posted January 25, 2014 i am now useing PayPal 3.6.4 and PS 1.5.6.1 How would I do the moves paypal express as requested above. Before I was not able to get it moved and I still would like to change the layout I am not good with TPL files any help will be great Thanks Jeff Link to comment Share on other sites More sharing options...
vekia Posted January 26, 2014 Share Posted January 26, 2014 can you show configuration of your block top menu? i suppose that you defined link manually and that you used "index.php" there as a link. this causing your issues Link to comment Share on other sites More sharing options...
Recommended Posts