You can make changes in the apmconfig_apm.xml to modify the starting quantity, interval, and successive values for greeting cards by finding the line in the <kiosk> section of the file that may look something like this:

<greeting_cards quantity_values="" initial_quantity="1" quantity_interval="10"/>

There are 3 settings in this line which control the following:

quantity_values= this setting when left blank will go in order, 1, 2, 3, 4, on up to 999. However, if you add numbers, it will then use the interval configured in this setting.

initial_quantity= this setting will be the starting number, by default it is set to 1, but can be set to any number.

quantity_interval= this is a setting that will be set in intervals so when a customer presses the “+” button it will increase by 10 or any value set within.

**Note: If using this then it is important to either have the quantity values set to match up exactly with the initial_quantity and quantity_interval or to have the quantity_values set to blank.