Okay
  Public Ticket #726880
Rococo theme - hide megamenu, cart and quicksearch
Closed

Comments

  • Luca started the conversation

    Dear Sirs,

    I would like to ask how can I hide the megamenu, cart and quicksearch and more during the checkout in prestashop.

    When I go to modules - positions and disable them for some pages, nothing happens.

    Regards

    Luca

  •  1,593
    Criss replied

    You can edit in "root/themes/yourtheme/header.tpl"

    Add {if} {/if} to check order page

    Example:

    {if $page_name !="order"}{hook h='displayHeaderMenu'}{/if}

    and

    {if $page_name !="order"}{if isset($HOOK_TOP)}{$HOOK_TOP}{/if}{/if}


    Best Regards,
    Criss - FieldThemes

  • Luca replied

    thank you, it works. The problem is that now it removes the modules from the shopping cart page too. Is it possibile to make them appear on the shopping cart page, but not during checkout?

  •  1,593
    Criss replied

    Could you take some screenshots? We don't understand

    Best Regards,
    Criss - FieldThemes

  • Luca replied

    Thank you for your answer.

    I did the modifications you suggested me and they work fine.

    But now the modules are removed even from the cart page. I want a full cart page and a checkout page as you see in the screenshot.

    see screenshots. I want to remove them only from the one page checkout.

    Regards

    Luca

  •  1,593
    Criss replied

    We're sorry but it's impossible.

    Best Regards,
    Criss - FieldThemes