login required

Is there any way or ideas on how to require customers to login to see certain product related materials?



For instance, anyone can view the products, but to view product pdf’s they must have logged in

Make the objects only availablle to a group

I figured it out. there is a nifty little feature called attachments you can utilize to attach pdf’s and so forth to products. And a great feature to allow either: All, Guest, or Registered users to see these attachments. Way to go Cs-Cart!

Hello,

I’m looking actually how to make a certain top menu tab only visible for logged in users, would it be possible?

[quote name=‘nxvc’]Hello,

I’m looking actually how to make a certain top menu tab only visible for logged in users, would it be possible?[/QUOTE]



I have this same question, would like a top menu or quick link only appear when a certain user group is logged in?



Is this possible??

Yes, you’d have to customize your top.tpl (or your main_content hook) to have whatever links you want to hide conditional within:

{if $auth.user_id} tags. Logged in users will have a auth.user_id set, others won’t.