VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: bwmedia on January 26, 2015, 18:03:27 PM

Title: Problem with the variant of a product.
Post by: bwmedia on January 26, 2015, 18:03:27 PM
Hi Guys,

we have a little problem with the variant of a product.
http://shop.alles-gute-fuers-pferd.de/index.php/shop/stiefel-arthro-plus-detail

As you can see on "Inhalt" you can choose the article, what i would like to have is the weight of the product. I choosed  in the products custom fields product weight, but it's not displayed in the frontend?

Best regards from Germany and sorry for my english. ;-)
Title: Re: Problem with the variant of a product.
Post by: GJC Web Design on January 26, 2015, 22:41:10 PM
display the weight? just find the node in the product object and echo it

e.g. could be

Weight: <?php echo $this->product->product_weight; ?>
Title: Re: Problem with the variant of a product.
Post by: bwmedia on January 27, 2015, 09:15:40 AM
I knew my english is bad ;-)

no, i would like to have it in the dropdown box to choose, right now i can see the description of the product.

Regards

Michael
Title: Re: Problem with the variant of a product.
Post by: GJC Web Design on January 27, 2015, 16:57:50 PM
hmm .. don't get it -- a picture is worth a 1000 words..