You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pranay Pandey (JIRA)" <ji...@apache.org> on 2010/02/22 11:00:28 UTC

[jira] Created: (OFBIZ-3493) Improvement on ecommerce product detail page for showing out of stock product

Improvement on ecommerce product detail page for showing out of stock product
-----------------------------------------------------------------------------

                 Key: OFBIZ-3493
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3493
             Project: OFBiz
          Issue Type: Improvement
          Components: order, product, specialpurpose/ecommerce
            Reporter: Pranay Pandey
             Fix For: SVN trunk


Following can be done in order to improve the functionality of showing out of stock products on ecommerce product detail page:
1. Use lastInventoryCount from ProductFacility entity to evaluate availability of a product as it is set by scheduled service setLastInventoryCount.
2. Take unavailable variant products list from variant tree in context to use the feature well, in case of virtual products, when there are some or all variants which are not in the stock for a specific virtual product.
3. Feature should be enabled or disabled based on productStore.requireInventory as already done right now.







-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-3493) Improvement on ecommerce product detail page for showing out of stock product

Posted by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Vijaywargiya closed OFBIZ-3493.
--------------------------------------

    Resolution: Fixed

Thanks Parimal & Pranay - your changes are in trunk at r912544.

--
Ashish Vijaywargiya

> Improvement on ecommerce product detail page for showing out of stock product
> -----------------------------------------------------------------------------
>
>                 Key: OFBIZ-3493
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3493
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order, product, specialpurpose/ecommerce
>            Reporter: Pranay Pandey
>            Assignee: Ashish Vijaywargiya
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3493.patch
>
>
> Following can be done in order to improve the functionality of showing out of stock products on ecommerce product detail page:
> 1. Use lastInventoryCount from ProductFacility entity to evaluate availability of a product as it is set by scheduled service setLastInventoryCount.
> 2. Take unavailable variant products list from variant tree in context to use the feature well, in case of virtual products, when there are some or all variants which are not in the stock for a specific virtual product.
> 3. Feature should be enabled or disabled based on productStore.requireInventory as already done right now.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-3493) Improvement on ecommerce product detail page for showing out of stock product

Posted by "Parimal Gain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Parimal Gain updated OFBIZ-3493:
--------------------------------

    Attachment: OFBIZ-3493.patch

Testing Steps :
1) Enable Feature by set the value of productStore.requireInventory = "Y".
2) View a product on product detail page.
3) If it is virtual and some of its variant is out of stock or all variants are out of stock then it shows the proper message regarding the unavailable variants.


> Improvement on ecommerce product detail page for showing out of stock product
> -----------------------------------------------------------------------------
>
>                 Key: OFBIZ-3493
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3493
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order, product, specialpurpose/ecommerce
>            Reporter: Pranay Pandey
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3493.patch
>
>
> Following can be done in order to improve the functionality of showing out of stock products on ecommerce product detail page:
> 1. Use lastInventoryCount from ProductFacility entity to evaluate availability of a product as it is set by scheduled service setLastInventoryCount.
> 2. Take unavailable variant products list from variant tree in context to use the feature well, in case of virtual products, when there are some or all variants which are not in the stock for a specific virtual product.
> 3. Feature should be enabled or disabled based on productStore.requireInventory as already done right now.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OFBIZ-3493) Improvement on ecommerce product detail page for showing out of stock product

Posted by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Vijaywargiya reassigned OFBIZ-3493:
------------------------------------------

    Assignee: Ashish Vijaywargiya

> Improvement on ecommerce product detail page for showing out of stock product
> -----------------------------------------------------------------------------
>
>                 Key: OFBIZ-3493
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3493
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order, product, specialpurpose/ecommerce
>            Reporter: Pranay Pandey
>            Assignee: Ashish Vijaywargiya
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3493.patch
>
>
> Following can be done in order to improve the functionality of showing out of stock products on ecommerce product detail page:
> 1. Use lastInventoryCount from ProductFacility entity to evaluate availability of a product as it is set by scheduled service setLastInventoryCount.
> 2. Take unavailable variant products list from variant tree in context to use the feature well, in case of virtual products, when there are some or all variants which are not in the stock for a specific virtual product.
> 3. Feature should be enabled or disabled based on productStore.requireInventory as already done right now.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.