VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: gruvhip on January 13, 2013, 17:57:54 PM

Title: Manufacturer in Invoice Detail
Post by: gruvhip on January 13, 2013, 17:57:54 PM
In my store, I have a variety of similar products but from different manufacturers. For example, I have 10 different oranges juice products from 10 different manufacturer. In the cart and in the invoice it just says orange juice.  So how is a buyer to know which he has purchased?  I can't just put the manufacturer name in the product name. If I can at least call up the the purchased item's manufacturer 1d on the invoice I can create a loop to display the name.

$this->product->virtuemart_manufacturer_id
or
$this->product->mf_name

Does not work

Any help would be appreciated!!

Thank You