Jump to content

[SOLVED] Prestashop My Account | Login | Order Status


Recommended Posts

hello,

it's hard to say what you have to modify mainly because you use non default theme.

If i were you (and for default theme) i will move block user info module to the top of the list in displayTop hook (modules > positions)

then modify the appearance of the module with css:

 

- full width of the main block (display:block; width:100%; clear:both; overflow:hidden;)

- then manually create links to the my account + login block (<span class="mylinks">LINKS HERE</span> + css styles .mylinks {display:inlineblock; float:left;}

- manually create phone number with <span class="myphone">+00 123456789</span> with css syles: .myphone {display:inline-block; float:right;}

  • Like 1
Link to comment
Share on other sites

No need to add any code, just move the module using the "cross marker" under option Modules > Position.

 

so how the phone number and other stuff will be positioned in the top section?

it's necessary to use some code to place elements correctly

Link to comment
Share on other sites

This post really opened my eyes. it is not only eye opening rather very beneficial for the people those who want to do something good in his life.

 

 

 

http://definitions.uslegal.com/p/plagiarism/

http://www.lib.usm.edu/legacy/plag/whatisplag.php

http://www.plagiarism-checker.me/

Edited by pearlprice22 (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...