This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

shop:manufacturer CMS action

Defined in /modules/shop/classes/shop_actions.php, lines 3088-3101
Author LemonStand eCommerce Inc.
Base action for the Manufacturer Details page. The action loads a manufacturer object by its URL Name specified in the page URL. If the requested manufacturer is disabled, it won't be returned by the action.

Generated PHP variables

Variable Type Description
manufacturer Shop_Manufacturer a manufacturer object loaded from the database.

Generated PHP variable details

ΒΆ manufacturer variable

Shop_Manufacturer $manufacturer;
A manufacturer object loaded from the database. The variable value can be NULL if the manufacturer specified in the page URL is not found in the database.