Jump to content

Move top search/bookmark/contact/account/cart links to a block


Recommended Posts

Change file yourshop/themes/yourtheme/css/global.css

This is a "resume" of a Prestashop Header file

<!-- Header -->


... logo ...



     <!-- Block languages module -->


 flags 
 ...  


     <!-- /Block languages module -->

     <!-- Block permanent links module HEADER -->

      
     <!-- /Block permanent links module HEADER -->

     <!-- Block search module HEADER -->

        ...

     <!-- /Block search module HEADER -->

     <!-- Block user information module HEADER -->

     ....




Change the styles language_block .....

Link to comment
Share on other sites

Cheers for the info, just another quick question

Which file hold the below html, ive look at header.tlp e.t.c - i would like to change the order the blocks display in

1st : links
2nd : cart
3rd : search

><!-- Block languages module -->


     <!-- /Block languages module -->

     <!-- Block permanent links module HEADER -->
</pre>
<ul>
      </ul>
<br>    <!-- /Block permanent links module HEADER --><br><br>     <!-- Block search module HEADER --><br><div>
</div>
<br>     <!-- /Block search module HEADER --><br><br>     <!-- Block user information module HEADER --><br><div>
</div>

Link to comment
Share on other sites

Are you looking to just move the this in to the right column block?
example site: www.meremobiles.co.uk

If so I can help & provide the code to do so

1) The Search box needs to have a new hook assigned giving you flexibility to where this goes in your template
2) A new module with info required can easily be created just provide a visual for the position of these blocks ;)

Link to comment
Share on other sites

  • 9 months later...
  • 1 year later...
Hi all

I want to move the top links as shown in the attached file to a block like the Categories box, i would like it on the right hand side on top of CART.
Can anyone point me in the right direction.

Are the boxs blocks or modules?


I have the same problem, could you tell me exaclty what i have to change or add to the global.css

I tried to change everithing in the header section to text-align:right but the whole block is stinn in the center top, as you can see: www.computerman.it
Link to comment
Share on other sites

  • 1 year later...
×
×
  • Create New...