On 11/16/2019 at 9:11 PM, Rhapsody said:I developed a universal solution for version 1.7.6.x that works on all sites I have. In my application, the Prestashop install is running on a subdomain of a site it is related to. The text and link goes to the main domain.
Search for this in prestashop_directory\themes\classic\templates\_partials\footer.tpl and prestashop_directory\themes\classic\templates\checkout\_partials\footer.tpl
and replace it with
This works great for the main footer but it looks like the code has changed for the checkout page. Mine shows this in v1.7.6.7
{block name='footer'} <div class="text-sm-center"> {l s='%copyright% %year% - Ecommerce software by %prestashop%' sprintf=['%prestashop%' => 'PrestaShop™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme.Global'} </div> {/block}