javascript - OpenCart <body> tag -
just quick 1 - have java snippet, tag needs included in checkout page in opencart before closing </body>
tag.
but - in checkout.tpl can not find </body>
tag.
where find tag in opencartfor checkout?
thanx
the tag looking in custom/footer.tpl
file in theme. however, used globally, not on success page. can put code in checkout tpl file fine before
<?php echo $footer; ?>
at bottom , work
Comments
Post a Comment