Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please help moving Welcome Guest ! text


mondobongo3

Recommended Posts

I don't want do REMOVE the text, so I don't want to edit TEXT_GREETING_GUEST.

What I want is to move it somewhere else, because now it's displayed on main content, where is $content placeholder.

 

Can I assign a different placeholder to that and put it somewhere else?

If it is possible, please tell me how to do it.

 

Thank you very much!

Link to comment
Share on other sites

It sounds like you are using STS or BTS, if that is the case then you should be asking this question in the dedicated thread or those contributions.

 

Having said that, the usual placement for the greeting is in the main area of the page. You could add a log in box to a column if you want but other than that, I don't know where you would want that text.

 

 

Chris

Link to comment
Share on other sites

It sounds like you are using STS or BTS, if that is the case then you should be asking this question in the dedicated thread or those contributions.

 

Having said that, the usual placement for the greeting is in the main area of the page. You could add a log in box to a column if you want but other than that, I don't know where you would want that text.

 

 

Chris

Sorry for placing the question here. It would be great that a subforum to be opened for STS, as it became an important feature.

Well, I want to place the greeting in the header, not main page. In the meantime I found how:

 

I commented this in index.php and added in my template.

<?php //echo tep_customer_greeting(); ?>

 

But there is still a problem. If I simply add the code it works ok

<span id="greet"><?php echo tep_customer_greeting(); ?></span>

But, if I set some properties in CSS for #greet ,the links for log in and create an account don't work anymore. Is like plain text.

Why this happens? It should let me to override the general settings for fonts and href...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...