blackartdesk Posted October 11, 2013 Share Posted October 11, 2013 Where in prestashop 1.5.4.1 can i paste paypal html code? <script type="text/javascript" data-pp-pubid="976a852994" data-pp-placementtype="234x60"> (function (d, t) {"use strict";var s = d.getElementsByTagName(t)[0], n = d.createElement(t);n.src = "//paypal.adtag.where.com/merchant.js";s.parentNode.insertBefore(n, s);}(document, "script"));</script> Thanks in advance, your help will be appreciated. Ralph. Link to comment Share on other sites More sharing options...
Dh42 Posted October 11, 2013 Share Posted October 11, 2013 Open up your current themes foot.tpl and you can paste it in there. Also you will need to use {literal} before the code and {/literal} after the code or it will cause a smarty error. 1 Link to comment Share on other sites More sharing options...
Recommended Posts