AlertPay is proud to announce the release of our newest feature: Multi-Item Checkout.
Multi-Item
Checkout allows you to further integrate your shopping cart by listing
all the items a customer is checking out with. This means that along
with processing your payments, the Pay Process page will also account
for all the items in the cart when the customer checks out.
Developers can now use the following variables along with the usual ones:
ap_itemname -- Original variable, can still be used
ap_itemname_1
ap_itemname_2
ap_itemname_3 and so on for multiple items
*Please
note that the index numbers can be anything, and do not have to be in
order (they will be displayed in increasing order regardless of missing numbers inbetween). They can be used without the need for the original ap_itemname to be present, but they can also be used in conjunction if necessary.
we can use the same indexing system for the following variables, to tie them with the corresponding itemname:
ap_description_[index]
ap_itemcode_[index]
ap_amount_[index]
ap_quantity_[index]
Using the above, you
can easily build buttons that are product packages and sell your items
or services as bundles. We are looking forward to incorporating this
feature into a more dynamic button that lets the customer choose how
they want their products bundled, however this is a feature that is
most likely not going to be released until next year.
Please note that this feature will only start being available as of the next release, scheduled for next week.