Index  Up  <<  >>  


[set ...]

named: [set name=``variable''] value [/set]

positional: [set variable]value[/set]

HTML example: <PRE MV=``set variable''> value </PRE>

Sets a scratchpad variable to value.

Most of the mv_* variables that are used for search and order conditionals are in another namespace -- they can be set by means of hidden fields in a form.

You can set an order profile with:

  [set checkout]
  name=required
  address=required
  [/set]
  <INPUT TYPE=hidden NAME=mv_order_profile VALUE="checkout">

A search profile would be set with:

  [set substring_case]
  mv_substring_match=yes
  mv_case=yes
  [/set]
  <INPUT TYPE=hidden NAME=mv_profile VALUE="substring_case">


Index  Up  <<  >>