girlybox Posted June 16, 2014 Share Posted June 16, 2014 Hello! I need help to know how to write some text in a field I´ll show you in a screenshot. Its on the payment page. I tryed the Payment hook with html box pro but It diden´t work since I couldn´t get outside the "Payment box" I need the hook where I write "Here" in a box. The url to the site are www.girlybox.se Please give me some feedback on the site too if you have time! Really thanks for the help // Girlybox Link to comment Share on other sites More sharing options...
dioniz Posted June 16, 2014 Share Posted June 16, 2014 Why don't you turn on right column in order page and put some text module there? Link to comment Share on other sites More sharing options...
girlybox Posted June 17, 2014 Author Share Posted June 17, 2014 Becouse I dont know how Link to comment Share on other sites More sharing options...
girlybox Posted June 17, 2014 Author Share Posted June 17, 2014 (edited) I´ve figured out that if I did like this on header.tpl <!-- Left --> <section id="left_column"> <div section="order-opc" style="position:absolute;"> Test </div> {$HOOK_LEFT_COLUMN} I get the text where I wanted. But it shows on every page. How to show it on just order-opc page? Edited June 17, 2014 by girlybox (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted June 17, 2014 Share Posted June 17, 2014 Wrap column in: {if $page_name =='order-opc'} ......... {/if} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now