View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old April 1st, 2013, 11:50 AM
By default, when the user adds a thing that has an entity added to it, the form will automatically pop up.

You can change this behavior by setting a flag on the main component you are using for the picks that contain these gizmos. Note that the component you add it to must be the same component listed as

component=""

In the table where you're adding the items that have the gizmos.

The options are:

addbehavior="default"
addbehavior="customize"
addbehavior="never"

Not setting this flag is the same as addbehavior="default". Under this setting, the customization form always opens when you add this type of item.

customize means that when users are adding or purchasing these customizable items, they'll see an extra button at the bottom, instead of just "Add", "Add and Close", and "Close" - they'll also see "Customize". If they choose customize, the form will show, but "Add" and "Add and Close" will not show the customize form.

never means that the user won't have the option to customize it immediately after purchasing it. They'll have to edit the item later.

Last edited by Mathias; April 10th, 2013 at 02:10 PM.
Mathias is online now   #5 Reply With Quote