Jump to content

DICE

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Location
    DUM DUM

DICE's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. wANT TO CHANGE THE ORDER STATUS BUT GETTING THIS ERROR CONTINUOUSLy Oops! An Error Occurred The server returned a "500 Internal Server Error". Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused. wHAT IS THE SOLUTION?
  2. And for checkout similarly you have to make the changes in themes/classic/templates/checkout/_partials/footer.tpl
  3. Go to Dashboard>Design>Pages> then select your CMS pages.
  4. In 1.7+ that free module is not available. So you need to do it from the code. Go to this file /themes/classic/templates/_partials/footer.tpl And do it like this <div class="container"> <div class="row"> {block name='hook_footer_before'} {hook h='displayFooterBefore'} {/block} </div> </div> <div class="footer-container"> <div class="container"> <div class="row"> {block name='hook_footer'} {hook h='displayFooter'} {/block} </div> <div class="row"> {block name='hook_footer_after'} {hook h='displayFooterAfter'} {/block} </div> <div class="row"> <div class="col-md-12"> <p class="text-sm-center"> {block name='copyright_link'} <a class="_blank" href="https://diceindiagroup.net" target="_blank"> {l s='%copyright% 2010 - %year% - Shop by %prestashop%' sprintf=['%prestashop%' => 'DICE','%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme.Global'} </a> {/block} </p> </div> </div> </div> </div>
  5. Just go to modules>modules & services>installed modules>theme moduels>custom text blocks.
×
×
  • Create New...