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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
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


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

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kiran Gawde updated OFBIZ-4526:
-------------------------------

    Attachment: OFBIZ-4526-ProductDetailGroovy.patch

Added check for Marketing Package
               

> 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

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ 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

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Kiran Gawde commented on OFBIZ-4526:
------------------------------------

Hello Jacques,

For testing, please set requireInventory="Y" for store. Now, you will see 'Out of stock' for marketing package without the fix.

Cheers,
Kiran
               

> 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

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-4526.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
                   Release Branch 11.04
                   Release Branch 10.04
         Assignee: Jacques Le Roux

Thanks Kiran,

Your patch is in
trunk r1201941
R11.04 r1201943
R10.04 r1201944

I suppose that R9.04 would need a change in respective ProductDetail.bsh, those interested may have a look there...
               

> 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
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk
>
>         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

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Kiran Gawde commented on OFBIZ-4526:
------------------------------------

Thanks.

You are right about 9.04. BTW, is there plan to discontinue that branch? Isn't it cumbersome to support so many branches?
               

> 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
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk
>
>         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

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

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

Yes, please read http://markmail.org/message/uoo3jrgc263vivib and http://markmail.org/message/kz45gkxwgejuknnt
               

> 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
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk
>
>         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

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

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

Note that for the moment R9.04 is still our official stable release...
               

> 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
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk
>
>         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

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

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

I also made this clear in the last line of this section https://cwiki.apache.org/confluence/display/OFBADMIN/Release+Plan#ReleasePlan-GeneralReleasePolicies
               

> 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
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk
>
>         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