VirtueMart  3.2.14.9808
Public Member Functions | List of all members
VirtueMartControllerVmplg Class Reference
Inheritance diagram for VirtueMartControllerVmplg:
Inheritance graph
[legend]
Collaboration diagram for VirtueMartControllerVmplg:
Collaboration graph
[legend]

Public Member Functions

 __construct ()
 
 pluginResponseReceived ()
 
 PaymentResponseReceived ()
 
 ShipmentResponseReceived ()
 
 pluginUserPaymentCancel ()
 
 pluginNotification ()
 
 notify ()
 

Constructor & Destructor Documentation

VirtueMartControllerVmplg::__construct ( )

Construct the cart

public

Member Function Documentation

VirtueMartControllerVmplg::notify ( )

Alias for task=pluginNotification

Returns
success of update
VirtueMartControllerVmplg::PaymentResponseReceived ( )

ResponseReceived() From the payment page, the user returns to the shop. The order email is sent, and the cart emptied.

VirtueMartControllerVmplg::pluginNotification ( )

Attention this is the function which processs the response of the payment plugin

Returns
success of update
VirtueMartControllerVmplg::pluginResponseReceived ( )

ResponseReceived() From the plugin page, the user returns to the shop. The order email is sent, and the cart emptied.

Author
Valerie Isaksen
VirtueMartControllerVmplg::pluginUserPaymentCancel ( )

PaymentUserCancel() From the payment page, the user has cancelled the order. The order previousy created is deleted. The cart is not emptied, so the user can reorder if necessary. then delete the order

VirtueMartControllerVmplg::ShipmentResponseReceived ( )

The documentation for this class was generated from the following file: