|
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. |
|
[ 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ 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. |
| Free forum by Nabble | Edit this page |
