getRelatedItems

Method Signature Item[] getRelatedItems();
Description
Returns an array of all the items that are related to the items in the cart. This can be used to display additional items to the customer for purchase.
Parameters None – the global cart variable is automatically submitted with this call.
Result Item[]– an array of related items.