Manufacturers

Manufacturers (or call it vendors or brands) are profiles that can be linked to products. By linking a product to a manufacturer makes it possible for a customer to list and filter products by the manufacturer.

Featured

When setting a manufacturer to featured it will be promoted in the navigation bar and site footer.

Similar Products

Manufacturers are also taken into consideration for similar products when displaying the product page.

Entity Object

$manufacturer = new ent_manufacturer();
$manufacturer->data['name'] = 'Name';
$manufacturer->save();

Reference Model

echo reference::manufacturer($manufacturer_id)->name;

Revisions

Recently Edited Articles