Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview


How it works


In order to calculate and charge a Credit Card Convenience Fee and Credit Card Surcharge, an item must be added to the Material table and the following commands must be added to the Interact initialization file, Interact.ini. 

Modifying Interact

The ECC feature will generate an additional transaction to store the convenience fee. Adding a material item to be used specifically for the convenience fee transaction will allow Interact reports to provide detailed information about the convenience fee. Interact will automatically generate a multiple item transaction and use this item to store the fee.

  • Select Admin | Categories | Material
  • Click the New button, the Code and Description fields should be blank
  • Enter a Code (i.e. CCSur)
  • Enter a Description (i.e. Credit Card Surcharge)
  • Click the Save button

Modifying the initialization file [Weigh Options]

The following Interact.ini file settings have been added to activate the ECC feature. All settings must be added to the [Weigh Options] section.

  • CreditCardConvenienceFee
  • CcMaterial
  • CCSurchargeTotal

CreditCardConvenienceFee

  • CreditCardConvenienceFee=x.x

Replace x.x with the convenience fee numeric percentage value. For example, 2.5 will calculate a 2.5 % convenience fee on the total charge of the transaction. Zero (0) is a valid entry. Obviously, a convenience fee will not be calculated if the value is zero.

The Total Charge includes the material fee, freight fee, and added charge fees.

CCMaterial

  • CcMaterial=Material Code

Replace Material Code with the code created in the Material Table; CCSur in the above example.

CCSurchargeTotal

  • CCSurchargeTotal=On/Off


Finally Interact needs to know if any taxes charged during the transaction are to be included or excluded from the Credit Card Convenience Fee calculation.
To include taxes charged to the transaction, enter On. To exclude taxes charged to the transaction enter Off.
In the following sample report, ticket 132829 excluded the tax of $1.50 from the calculation because CCSurchargeTotal was set to Off.


The CCSurchargeTotal was set to On for ticket 132832, the tax of $8.63 cents was included in the Convenience Fee calculation.


Related Links
  • Related Link
  • No labels