PDA

View Full Version : Show gift registry button if logged in


vanessayr
05-16-08, 07:42 PM
Is there a way to only display the add to registry button only if the customer is logged in?

I tried this but it just made the category page freeze:

%begin_ifloggedin%
%module|SS_REGISTRY|button|%
%end_if%

vanessayr
05-16-08, 08:14 PM
I realized the correct syntax is:
%begin_ifloggedin%
%module|SS_REGISTRY|button|%
%end_ifloggedin%