Shipping and payment group configuration is defined using the atg.commerce.csr.order.
CommerceTypeConfiguration
class. The class contains the following:

protected PageFragment mAddPageFragment;
protected PageFragment mEditPageFragment;
protected PageFragment mDisplayPageFragment;
protected PageFragment mImagePageFragment;
protected String mResourceBundle;
protected String mType;
protected String mAddPageFragmentTitleKey;
protected String mEditPageFragmentTitleKey;
protected String mImageHoverTextKey;

The CommerceTypeConfiguration class uses the following properties:

Property

Description

AddPageFragment

Adds a specific shipping or payment group type.

EditPageFragment

Edits a specific shipping or payment group type.

DisplayPageFragment

Displays a specific shipping or payment group type.

ImagePageFragment

Displays an image used with a specific shipping or payment group type.

ResourceBundle

The configuration used to obtain the resourced values.

Type

The primary key used to identify the shipping or payment group type configuration. The key is used as a map key for the system-generated shipping or payment group configuration map, which locates the configuration type.

AddPageFragmentTitleKey

Defines the text used in the AddPageFragment title.

EditPageFragmentTitleKey

Defines the text used in the EditPageFragment title.

ImageHoverTextKey

Defines the text displayed when a user hovers over the image defined in the ImagePageFragment.

 
loading table of contents...