History Of Aromatherapy At Scandia Spa

Unofficial
Quick & Dirty
Guide to Open Designer

Removing / Adding the category tree to any screen.

Overview of steps
1. Open the object that you want to make the change.
2. Clone it as XX_XXXXXX (where xx is your site initials, and xxxxxxx is the object name)
3. Locate the line that contains %SET(g.OUIX_greymenu|0)% (Take note, the 0 may be a 1)
4. Change the number marked in blue to a 1 or 0.

When the number is 0, the category screen is turned off. When the number is 1, the category screen is turned on.

In this example, I will change the SFNT screen (Store front, also known as the Welcome Message). In my store, I do not want the category screen to show on my store front screen - So I changed the 1 to a 0 as shown.

%OUI%
%ASSIGN(g.OUIX_title|Stores.d.name)%
%SET(g.OUIX_greymenu|0)%
%SET(g.OUIX_catid|0)%
%OUIOBJOUT(BEGINSCREEN|g.OUIX_ok|OPENUI|OUI_Begin_Screen(g.OUIX_title,g.OUIX_greymenu,g.OUIX_catid))%
%IF(g.OUIX_ok)%
<BR><BLOCKQUOTE>
%EXPR(OUI_Token_Replace(OUI_Store.d.welcome))%
</BLOCKQUOTE>

%OUIOBJOUT(ENDSCREEN|g.OUIX_ok|OPENUI|OUI_End_Screen())%
%IFEND%

Back to OpenDesigner Quick Tips.