shop:manufacturer
The shop:manufacturer action is designed for creating the manufacturer details page. On this page you can display a list of manufacturer's products. The action loads a manufacturer PHP object by a manufacturer's URL name specified in the page address and creates the $manufacturer variable. Please refer to the Creating the Manufacturer Details Page article for examples of the action usage.
Generated PHP variables
- $manufacturer - represents a manufacturer. The variable is an instance of the Shop_Manufacturer class. This variable can be empty (NULL) in case if the manufacturer specified in the URL is not found.
Next: shop:password_restore
Previous: shop:manufacturers
Return to Reference

