Manufacturer Info Tag
|
Manufacturer Info Tag Description
|
<?php ManufacturerName(); ?>
|
Displays the manufacturer name.
|
<?php ManufacturerID(); ?>
|
Displays the unique ID that the manufacturer has in the system.
|
<?php ManufacturerStatus(); ?>
|
Displays the current status of the manufacturer.
|
<?php ManufacturerDescription(); ?>
|
Displays the the manufacturer description.
|
<?php ManufacturerURL(); ?>
|
Displays the web address of the manufacturer's website.
|
<?php ManufacturerThumbnail(); ?>
|
Displays a complete <img> element that loads the thumbnail of the image associated with the manufacturer.
|
<?php ManufacturerThumbnailSrc(); ?>
<?php ManufacturerThumbnailHeight(); ?>
<?php ManufacturerThumbnailWidth(); ?>
<?php ManufacturerThumbnailAltText(); ?>
|
These tags display various parts of the thumbnail <img> element above. They can be used to construct a custom <img> element or for any other purpose.
|
<?php ManufacturerImage(); ?>
|
Displays a complete <img> element that loads the full image associated with the manufacturer.
|
<?php ManufacturerImageSrc(); ?>
<?php ManufacturerImageHeight(); ?>
<?php ManufacturerImageWidth(); ?>
<?php ManufacturerImageAltText(); ?>
|
These tags display various parts of the <img> element above. They can be used to construct a custom <img> element or for any other purpose.
|