Store Owner Info Tag
|
Store Owner Info Tag Description
|
<?php StoreOwnerName(); ?>
|
Displays the name of the online store. This setting is defined on the page Store Settings -> Store Owner's Profile, in the Name field.
|
<?php StoreOwnerWebsite(); ?>
|
Displays the URL of the online store. This setting is defined on the page Store Settings -> Store Owner's Profile, in the Web site field.
|
<?php StoreOwnerPhones(); ?>
|
The store owner's phone number. This setting is defined on the page Store Settings-> Store Owner's Profile.
|
<?php StoreOwnerFax(); ?>
|
The store owner's fax number. This setting is defined on the page Store Settings -> Store Owner's Profile.
|
<?php StoreOwnerStreetLine1(); ?>
|
The first line of the store owner's postal address. This setting is defined on the page Store Settings -> Store Owner's Profile.
|
<?php StoreOwnerStreetLine2(); ?>
|
The second line of the store owner's postal address. This setting is defined on the page Store Settings -> Store Owner's Profile.
|
<?php StoreOwnerCity(); ?>
|
The store owner's city. This setting is defined on the page Store Settings -> Store Owner's Profile.
|
<?php StoreOwnerState(); ?>
|
The store owner's state. This setting is defined on the page Store Settings -> Store Owner's Profile.
|
<?php StoreOwnerPostcode(); ?>
|
The store owner's zip code/postal code. This setting is defined on the page Store Settings -> Store Owner's Profile.
|
<?php StoreOwnerCountry(); ?>
|
The store owner's country. This setting is defined on the page Store Settings -> Store Owner's Profile.
|
<?php StoreOwnerEmail(); ?>
|
The store owner's e-mail address. This setting is defined on the page Store Settings -> Store Owner's Profile.
|
<?php StoreOwnerSiteAdministratorEmail(); ?>
|
The store administrator's e-mail address. This setting is defined on the page Store Settings -> Store Owner's Profile.
|
<?php StoreOwnerOrdersDepartmentEmail(); ?>
|
The e-mail address of the orders department. This setting is defined on the page Store Settings -> Store Owner's Profile.
|