Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TEXT_GREETING_GUEST


Guest

Recommended Posts

I want to remove the greeting but don't know where to find this command.

TEXT_GREETING_GUEST

What page will I find this on?

Link to comment
Share on other sites

catalog/index.php

 

You can just remove the code that calls for it.

 

<?php echo tep_customer_greeting(); ?>

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

catalog/index.php

 

You can just remove the code that calls for it.

 

<?php echo tep_customer_greeting(); ?>

Thanks Wendy, done it!

Also, to block "notify me of updates....." do I look at this same page?

Link to comment
Share on other sites

If you dont want them to show up on the product pages go to catalog/includes/column_right.php and get rid of

 

} else {

include(DIR_WS_BOXES . 'product_notifications.php');

}

 

That still leaves a notify me after they make a purchase but it wont show up while they are shopping. On the "Thanks for the purchase" page. lol Hope you know what I mean.

 

All the boxes on the right and the left are called for on either column_right.php or column_left.php and are pretty easy to remove or move around. =)

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...