Add small size text under fields at checkout

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeAdd small size text under fields at checkout

This topic has been marked as resolved.

Hi,
I have been trying to add a small line of text under the field Fax at the checkout page.

I have renamed my Fax field to mobile phone. But I want to have a small text under that say to fill this field in if you want SMS notification from the the post office that your parcel has arrived.

I get the text there but I can change the color or size. Also, to be able to translate this in global.lang.php would be a plus!
Please help me out. :)

Best wishes
Andreas

September 5, 2012 at 10:29 am #13299

Any solution for this? I can’t figure it out

September 12, 2012 at 2:02 pm #13411

Bumping since you might be back from a while of resting? :-)

September 27, 2012 at 10:26 am #13749
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
October 1, 2012 at 12:23 pm #13835

Hi, I think you misunderstood my question.

I attached a picture so you understand. As you can see I have manage to get the text in the right place, but I need to change the color and size of that.

The field “Mobilnummer” is actually the field Fax but just renamed.

This is what I have manage to do at the moment in /catalog/view/theme/shoppica2/template/checkout/guest.tpl

    <div class="s_row_2 clearfix">
        <label><?php echo $entry_fax; ?></label>
        <input type="text" name="fax" value="<?php echo $fax; ?>" size="30" />
    
    <br />
    <?php echo $this->language->get('entry_fax2'); ?>

October 2, 2012 at 3:29 pm #13902

Hi Andreas,

You can still follow our previous post about how to style your custom text.

Best,
ThemeBurn team

October 5, 2012 at 1:30 pm #14007

Yes I did try that but the styles does not apply. It’s still the same text as without the code.

I don’t know coding so I dont understand what is wrong, but I don’t get it to work.
Tried ctrl+F5

October 8, 2012 at 11:03 am #14080

Hi,

Can we check your website?

Best,
ThemeBurn team

October 9, 2012 at 4:13 pm #14142

Sure! Go ahead.

October 9, 2012 at 10:53 pm #14161

Hi,

You’ve missed a } to close your custom #intro rule in the Custom Stylesheet panel :)

That is why the .custom_class code is ignored :)

Best,
ThemeBurn team

October 11, 2012 at 11:48 am #14222

Great! :)

Thanks again! I need to learn from my misstakes, I had the same problem before :P

Have a great day!

Andreas

October 11, 2012 at 1:17 pm #14237

Everybody commits such small mistakes sometimes :)

Best,
ThemeBurn team

October 16, 2012 at 11:50 am #14371
Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.