ZMObject
|
+--ZMController
|
+--ZMAjaxController
|
+--ZMAjaxCheckoutController
public class ZMAjaxCheckoutController
extends ZMAjaxController
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| void | Get all available shipping methods. |
| Methods inherited from org.zenmagick.rp.ajax.ZMAjaxController | |
|---|---|
| flattenObject, process, processGet, setJSONHeader, toJSON | |
| Methods inherited from org.zenmagick.rp.ZMController | |
|---|---|
| exportGlobal, findView, getFormBean, getGlobal, getGlobals, getId, getView, handleRequest, isFormSubmit, process, processGet, processPost, setContentType, setId, setView, validate, validateFormBean | |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMAjaxCheckoutController()
Create new instance. /
public void getShippingMethodsJSON()
Get all available shipping methods.
Parameters may be either an addressId (only accepted if owned by the current user),
or any property of an address (countryId, zoneId, postcode, etc.).
Ajax controller for JSON checkout.