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.

  • Ex. quantity_values="1,2,3,4,5,50,75,100" will have the + button increase from 1 to 2 to 3 to 4, to 5, to 50 to 75 to 100, etc.

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.

  • Ex. quantity_interval="10" and inital_quantity="10" will have the value begin at 10 and each time the customer presses the “+” button it wil then increase by 10.

**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.