Developer's Guide

Ideal location for the
content of a tab that has
been defined using the
productTab hook.
Cart
Hook name
File location
Visible
Description
cart
Class: Cart.php
No
Called right after a
cart creation or
update.
shoppingCart
order.php
Yes
Called right below
the cart items
table.
shoppingCartExtra
order.php
Yes
Called after the
cart's table of
items, right above
the navigation
buttons.
createAccountTop
authentication.php
Yes
Called within the
client account
creation form, right
above the the
"Your personal
information" block.
createAccountForm
authentication.php
Yes
Called within the
client account
creation form, right
before the
"Register" button.
createAccount
authentication.php
No
Called right after
the client account
creation.
customerAccount
my-account.php
Yes
Called on the client
account
homepage, after
the list of available
links. Ideal location
to add a link to this
list.
myAccountBlock
Module:
blockmyaccount.php
Yes
Called within the
"My account"
block, in the left
column, below the
list of available
links. Ideal location
to add a link to this
list.