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.

Commerce Service Center provides the following default shipping group types: hard goods, electronic goods and in-store pickup. Shipping group types are configured using the atg.commerce.csr.order.
CommerceTypeConfiguration
class. The following information describes how to reconfigure the default shipping group types or to configure new types.

The shipping group configuration files and the shipping group page fragment configuration files are available at the following locations:

File

Location

Configuration File

/DCS-CSR-UI/config/atg/commerce/custsvc/ui/

Page Fragments

/DCS-CSR-UI/j2ee-apps/DCS-CSR-UI/include/order/

Display JSPs

/DCS-CSR-UI/j2ee-apps/DCS-CSR-UI/include/order/

Add and Edit JSPs

/DCS-CSR-UI/j2ee-apps/DCS-CSR-UI/panels/order/shipping/


Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices