You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (Commented) (JIRA)" <ji...@apache.org> on 2011/11/13 12:25:51 UTC

[jira] [Commented] (OFBIZ-4526) ProductDetail page inStock check doesn't take into account Marketing Package

    [ https://issues.apache.org/jira/browse/OFBIZ-4526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149277#comment-13149277 ] 

Jacques Le Roux commented on OFBIZ-4526:
----------------------------------------

Hi Kiran,

This is all well, but it seems does not change much things OOTB (looking at http://localhost:8080/ecommerce/gizmo-basket-GZ-BASKET-p), do you have a specific use?

It does not change much because the only place where this is used is in productdetail.ftl
{code}
<#if (availableInventory?exists) && (availableInventory <= 0)>
{code}

Did I miss something?
                
> ProductDetail page inStock check doesn't take into account Marketing Package
> ----------------------------------------------------------------------------
>
>                 Key: OFBIZ-4526
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4526
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 11.04, SVN trunk
>            Reporter: Kiran Gawde
>         Attachments: OFBIZ-4526-ProductDetailGroovy.patch
>
>
> ProductDetail page inStock check doesn't take into account Marketing Package

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira