VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: isa10 on March 10, 2008, 18:58:21 PM

Title: Product_availability_data not shown for child product
Post by: isa10 on March 10, 2008, 18:58:21 PM
Hi all,

It seems that the VM1.1 nightly built from yesterday, 9.3.08, does not work properly for showing the product availability data of child list product in the fly page. When I have 2 childs, and select one of them in the dropdown menu from the flypage, the stock and availability is not updated (or better not shown). In the VM RC1, it was working. I tried to select the same parameters  in the product configuration but without any success

I do not know is this a bug or a configuration problem...

I use Joomla 1.0.15

Thanks for your reply.
Title: Re: Product_availability_data not shown for child product
Post by: teubernet on July 25, 2008, 13:45:15 PM
I have the same problem, did you find a solution for this?

best regards

Christian
Title: Re: Product_availability_data not shown for child product
Post by: ptogel on September 09, 2009, 03:31:10 AM
I'm using 1.1.3 and if I show the child products in list style, there are no availability images displayed. IS this a bug or a "this is the way it works"? The availability icons show fine if the child products are not displayed in the list at the end of the parent product. But the drop down for the child products was always a usability issue for our users.

(http://www.charisma-art.com/list.png)

(http://www.charisma-art.com/drop.png)
Title: Re: Product_availability_data not shown for child product
Post by: porl66 on September 22, 2009, 01:43:01 AM
Hi ptogel

Did anyone have a solution for this? I cannot see any availability information on any products whether listed as a single product or item of a parent. Any feedback would be greatly appreciated.

Thanks
Title: Re: Product_availability_data not shown for child product
Post by: porl66 on September 22, 2009, 03:10:50 AM
Hi
I found a solution to my problem. This code was missing from the fly page.

public_html/components/com_virtumart/themes/default/templates/product_details/*choose the fly page to add this code to*

<td><?php
           if( $this->get_cfg( 'showAvailability' )) {
              echo $product_availability;
           }
           ?><br />
     </td>

This added the availability gif. You can move the position by adding the code at dfferent points in the line.
Title: Re: Product_availability_data not shown for child product
Post by: kleinbaas on August 06, 2011, 05:46:36 AM
I posted an answer to a very similar question here: http://forum.virtuemart.net/index.php?topic=89368.0 (http://forum.virtuemart.net/index.php?topic=89368.0).