sodypop Posted July 11, 2014 Share Posted July 11, 2014 Does anyone know where the image file is located to change the paypal logo at the bottom? It is at the last stage of checkout. Customers need to click on the image in order to complete their purchase but they can only figure it out by hovering over the image. I need to change the image so it states "Complete Checkout" or something similar. I've looked and looked and just can't find that image in the prestashop folder. Product Description Avail. Unit price Qty Total Total products $15.00 Shipping: Free Shipping! Total tax: $0.99 TOTAL $15.99 Purple Metallic Shorts Color : Purple, Size : XS In Stock $15.00 1 $15.00 Pay with PayPal Continue shopping Link to comment Share on other sites More sharing options...
myselfidem Posted July 11, 2014 Share Posted July 11, 2014 Look at : .\prestashop\themes\your_theme\img\ You can set your customized image here ! Link to comment Share on other sites More sharing options...
sodypop Posted July 11, 2014 Author Share Posted July 11, 2014 It's not in that folder. That's where I started. Link to comment Share on other sites More sharing options...
myselfidem Posted July 11, 2014 Share Posted July 11, 2014 (edited) Well ! Try : Set your customized image Inside : .\prestashop\img\cms Edited July 11, 2014 by myselfidem (see edit history) Link to comment Share on other sites More sharing options...
francisB Posted July 11, 2014 Share Posted July 11, 2014 Thanks for teh post. I never thought you can change the image. Though, you can have the receipt. Link to comment Share on other sites More sharing options...
sodypop Posted July 11, 2014 Author Share Posted July 11, 2014 Not in the cms folder either. I did a search in the prestashop folder for all .png files and that particular image never came up. I can't imagine where else it would be? Link to comment Share on other sites More sharing options...
myselfidem Posted July 11, 2014 Share Posted July 11, 2014 (edited) Works fine for me. Image format : .jpg Edited July 11, 2014 by myselfidem (see edit history) Link to comment Share on other sites More sharing options...
sodypop Posted July 11, 2014 Author Share Posted July 11, 2014 The image I'm trying to find is this When I view the source it shows it's saved as a .png. I've checked all .png and .jpg files and can't find it. could it be something in the front office with Paypal that's automatically inserted? It doesn't seem to exist in the Presta files. Link to comment Share on other sites More sharing options...
subaru4wd Posted September 26, 2014 Share Posted September 26, 2014 The image is hosted on paypals site, so you wont be able to find it on your server. You can find the code for the paypal payment form in ../modules/paypalusa/views/templates/hook/standard.tpl do a search in that .tpl for <input id="paypal-standard-btn" type="image" name="submit" src=" and it should take you directly to the URL associated with the paypal image. I created a new image, and replaced the source with the URL to my custom image, and took care of the problem. You can also edit the text in this .tpl to customize the way the paypal payment section looks.... the text is kind of bland. Link to comment Share on other sites More sharing options...
Recommended Posts