VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: SteP[IT] on February 20, 2015, 15:51:01 PM

Title: Product stock satus bar does not render in product view: bug?
Post by: SteP[IT] on February 20, 2015, 15:51:01 PM
Tested on vm 3.0.6 - j 2.5.28, no overlay: configuring VM to display the stock status, the status bar is correctly rendered in category (browse) view, but not in product view: any hint?
Thank you in advance
Regards
Title: Re: Product stock satus bar does not render in product view: bug?
Post by: SteP[IT] on February 23, 2015, 08:53:53 AM
Any hint about this question?
Title: Re: Product stock satus bar does not render in product view: bug?
Post by: Milbo on February 23, 2015, 09:37:53 AM
check the sublayouts. For me it is not a bug, more a template question.
Title: Re: Product stock satus bar does not render in product view: bug?
Post by: SteP[IT] on February 23, 2015, 10:54:15 AM
I have put this in /<template>/html/com_virtuemart/productdetails/default.php

echo shopFunctionsF::renderVmSubLayout('stockhandle',array('product'=>$this->product));



but I get nothing... are there any missing parameters?