Developer's Guide

authentication
authentication.php
No
Called right after
the client
identification, only
if the
authentication is
valid (e-mail
address and
password are both
OK).
Search
Hook
name
File
location
Visible
Description
search
Class:
Search.php
No
Called after a search is performed.
Ideal location to parse and/or handle
the search query and results.
Carrier choice
Hook name
File
location
Visible
Description
extraCarrier
order.php
Yes
Called after the list of available
carriers, during the order process.
Ideal location to add a carrier, as
added by a module.
Payment
Hook name
File location
Visible
Description
payment
order.php
Yes
Called when needing
to build a list of the
available payment
solutions, during the
order process. Ideal
location to enable the
choice of a payment
module that you have
developed.
paymentReturn
order-
confirmation.php
Yes
Called when the user
is sent back to the
store after having
paid on the 3rd-party
website. Ideal location
to display a
confirmation message
or to give some
details on the
payment.
orderConfirmation
order-
confirmation.php
Yes
A duplicate of
paymentReturn.