Method |
Description |
|
add_payment_method_action ( ) |
Process the add payment method form. |
|
add_to_cart_action ( boolean $url = false ) |
Add to cart action. |
|
cancel_order ( ) |
Cancel a pending order. |
|
checkout_action ( ) |
Process the checkout form. |
|
delete_payment_method_action ( ) |
Process the delete payment method form. |
|
init ( ) |
Hook in methods. |
|
order_again ( ) |
Place a previous order again. |
|
pay_action ( ) |
Process the pay form. |
|
process_login ( ) |
Process the login form. |
|
process_lost_password ( ) |
Handle lost password form. |
|
process_registration ( ) |
Process the registration form. |
|
process_reset_password ( ) |
Handle reset password form. |
|
redirect_reset_password_link ( ) |
Remove key and login from querystring, set cookie, and redirect to account page to show the form. |
|
save_account_details ( ) |
Save the password/account details and redirect back to the my account page. |
|
save_address ( ) |
Save and and update a billing or shipping address if the
form was submitted through the user account page. |
|
set_default_payment_method_action ( ) |
Process the delete payment method form. |
|
update_cart_action ( ) |
Remove from cart/update. |
|