farukh36 Posted December 30, 2013 Share Posted December 30, 2013 Hi I would like to add custom text for my customer in the header. the header should contain his office address, Warehouse address and other details. Any guidance would be appreciated. Farukh Link to comment Share on other sites More sharing options...
Er.Ritesh Posted December 30, 2013 Share Posted December 30, 2013 Hello Farukh, In prestashop has a blockpermanentlinks module which is use to show permanentlinks on header so user this module and write all information on blockpermanentlinks-header.tpl file. Link to comment Share on other sites More sharing options...
NemoPS Posted December 30, 2013 Share Posted December 30, 2013 It all depends on where you want to add them. You can also use a module such as my HTML block. Or, you can even harcode your tests in the header.tpl file (theme folder) Link to comment Share on other sites More sharing options...
vekia Posted December 30, 2013 Share Posted December 30, 2013 you want to add the same text for each logged customer in your store? 1 Link to comment Share on other sites More sharing options...
farukh36 Posted December 30, 2013 Author Share Posted December 30, 2013 you want to add the same text for each logged customer in your store? I want to have a header similar to this website. www.dkwholesale.com Link to comment Share on other sites More sharing options...
farukh36 Posted December 30, 2013 Author Share Posted December 30, 2013 It all depends on where you want to add them. You can also use a module such as my HTML block. Or, you can even harcode your tests in the header.tpl file (theme folder) How would you edit the header.tpl. What would you put in it - to add office address and warehouse address in the header Link to comment Share on other sites More sharing options...
vekia Posted December 30, 2013 Share Posted December 30, 2013 download free html blok module. install it. then in module configuration page select "Top" (from left hand side block) to the right hand side block paste code: <div class="address_top">Example location<br/> This is an example address<br/> Another one text</br> And this is address</br> 66-100 Country</br> address 20</br></div> <style> .address_top { position:absolute; left:150px; top:50px; } </style> you can manipulate position of the block with increase/decrease left & top param values. 1 Link to comment Share on other sites More sharing options...
julianajones Posted December 30, 2013 Share Posted December 30, 2013 Hi I would like to add custom text for my customer in the header. the header should contain his office address, Warehouse address and other details. Any guidance would be appreciated. Farukh Hey Farukh, i think header tag target custmer first. User see header tag according to their need but don't use more than one H1, tag in Heading. Obviously an image banner should be more appealing, and is more flexible Link to comment Share on other sites More sharing options...
farukh36 Posted January 2, 2014 Author Share Posted January 2, 2014 Thank-you everyone. Your replies helped me alot. Regards Farukh Link to comment Share on other sites More sharing options...
vekia Posted January 2, 2014 Share Posted January 2, 2014 and how you solved it? Link to comment Share on other sites More sharing options...
farukh36 Posted January 2, 2014 Author Share Posted January 2, 2014 Hi vekia, Thank-you. I purchased your product and used the code you provided on the forum. Once again Thanks P.S. Do you know i can import barcodes into the shop. I have them in a excel spreadsheet. Regards Farukh Link to comment Share on other sites More sharing options...
vekia Posted January 2, 2014 Share Posted January 2, 2014 htmlbox free is a free addon :] anyway, thank you so much for information about solution now i can mark this topic as [solved] and regarding to your question: P.S. Do you know i can import barcodes into the shop. I have them in a excel spreadsheet. it will be awesome, if you will open new topic with description of this problem, seems like it is interesting! with regards, Milos Link to comment Share on other sites More sharing options...
hashmi photos Posted March 14, 2014 Share Posted March 14, 2014 how to add H1 TAG i remove by mistake help me Link to comment Share on other sites More sharing options...
vekia Posted March 14, 2014 Share Posted March 14, 2014 everything depends on where you want to add it, and from where you removed it. Link to comment Share on other sites More sharing options...
hashmi photos Posted March 14, 2014 Share Posted March 14, 2014 send me source code sir Link to comment Share on other sites More sharing options...
vekia Posted March 14, 2014 Share Posted March 14, 2014 read my post please. everything depends on where you want to add it, and from where you removed it. Link to comment Share on other sites More sharing options...
Recommended Posts