Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Notification - Change when viewed?


jhande

Recommended Posts

Posted

Is it possible to hide the Product Notifications infobox until after a customer logs in?

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Posted

Hi Jim

 

if you use this if switch

 

if (tep_session_is_registered('customer_id')){

 

Do Something

 

}

 

add the code for notification in the curly braces

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

Awsome! biggrin.gif

 

Thanks a million Nic!!! wink.gif

 

Worked like a charm 1st time. thumbsup.gif

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Archived

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

×
×
  • Create New...