Avatar
Scott
Hello abioti5, Thank you for your question on overlapping icons in PrestaShop. The issue stems from two different payment modules attempting to add icons in the same place. The fix requires some modification of the PayPalExpress module template. | You need to visit the file located at public_html/products/modules/paypalusa/views/templates/hook/express-checkout.tpl on line 53. From there, add the code <br /><br /> at the very beginning of the line. This slides the paypal icon down just a bit. Note the paypal icon will now appear just below the border of the box, but that is nothing to be worried about. After that, you will need to clear the cache for the site. Go to public_html/products folder and delete the folder named 'cache'. Kindest Regards, Scott M