VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: servlet on June 05, 2013, 17:31:04 PM

Title: BUG in 2.0.21 C - alt text in category view wrong string
Post by: servlet on June 05, 2013, 17:31:04 PM
com_virtuemart/views/category/tmpl/default.php

// Show Products

<a title="<?php echo $product->link ?>" rel="vm-additional-images" href="<?php echo $product->link?>">

Title text <?php echo $product->link ?> must be <?php echo $product->product_name ?>

<a title="<?php echo $product->product_name ?>" rel="vm-additional-images" href="<?php echo $product->link?>">

I found this is in old vm versions.
Title: Re: BUG in 2.0.21 C - alt text in category view wrong string
Post by: Stonedfury on June 05, 2013, 20:53:44 PM
Simple yet elegant fix. Thank you.
Title: Re: BUG in 2.0.21 C - alt text in category view wrong string
Post by: servlet on June 05, 2013, 21:42:53 PM
You are wellcome ;)
Title: Re: BUG in 2.0.21 C - alt text in category view wrong string
Post by: Milbo on June 07, 2013, 21:46:55 PM
in svn, thx.