Change cart item price according to the price role
-------------------------------------------------- Key: OFBIZ-3264 URL: https://issues.apache.org/jira/browse/OFBIZ-3264 Project: OFBiz Issue Type: Bug Components: specialpurpose/ecommerce Reporter: Brajesh Patel Fix For: Release Branch 9.04, SVN trunk Working Area: OnePageCheckout >> ShoppingCart. Change minicart item price according to the price rule that will change according to the item quantity. A product have different price as following: A product feature contain different price rule with different condition for action like 1 product ---> Price $10.00 50 product ----> Price $8.00 (productPriceAction.amount = "-20.0" with productPriceActionTypeId="PRICE_POL"). If we change the quantity on shoppincart in OnePageCheckout the item price is not reflecting in the cart. For this we need to add an out item price from getShoppingCartData service so that we can update value in the OnePageCheckout shoppingcart. Thanks Rishi for your suggestion. -- 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-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brajesh Patel updated OFBIZ-3264: --------------------------------- Attachment: OFBIZ-3264.patch Updated patch attached here contain following changes: 1) Added item price in the getShoppingCartData service of the ShoppingCartService. 2) Changes in the template and js accordingly. > Change cart item price according to the price role > -------------------------------------------------- > > Key: OFBIZ-3264 > URL: https://issues.apache.org/jira/browse/OFBIZ-3264 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Reporter: Brajesh Patel > Fix For: Release Branch 9.04, SVN trunk > > Attachments: OFBIZ-3264.patch > > > Working Area: OnePageCheckout >> ShoppingCart. > Change minicart item price according to the price rule that will change according to the item quantity. > A product have different price as following: > A product feature contain different price rule with different condition for action like > 1 product ---> Price $10.00 > 50 product ----> Price $8.00 (productPriceAction.amount = "-20.0" with productPriceActionTypeId="PRICE_POL"). > If we change the quantity on shoppincart in OnePageCheckout the item price is not reflecting in the cart. > For this we need to add an out item price from getShoppingCartData service so that we can update value in the OnePageCheckout shoppingcart. > Thanks Rishi for your suggestion. -- 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-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya reassigned OFBIZ-3264: ------------------------------------------ Assignee: Ashish Vijaywargiya > Change cart item price according to the price role > -------------------------------------------------- > > Key: OFBIZ-3264 > URL: https://issues.apache.org/jira/browse/OFBIZ-3264 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Reporter: Brajesh Patel > Assignee: Ashish Vijaywargiya > Fix For: Release Branch 9.04, SVN trunk > > Attachments: OFBIZ-3264.patch > > > Working Area: OnePageCheckout >> ShoppingCart. > Change minicart item price according to the price rule that will change according to the item quantity. > A product have different price as following: > A product feature contain different price rule with different condition for action like > 1 product ---> Price $10.00 > 50 product ----> Price $8.00 (productPriceAction.amount = "-20.0" with productPriceActionTypeId="PRICE_POL"). > If we change the quantity on shoppincart in OnePageCheckout the item price is not reflecting in the cart. > For this we need to add an out item price from getShoppingCartData service so that we can update value in the OnePageCheckout shoppingcart. > Thanks Rishi for your suggestion. -- 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-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brajesh Patel updated OFBIZ-3264: --------------------------------- Attachment: OFBIZ-3264_Branch.patch Updated patch for branch OFBIZ-3264_Branch.patch. > Change cart item price according to the price role > -------------------------------------------------- > > Key: OFBIZ-3264 > URL: https://issues.apache.org/jira/browse/OFBIZ-3264 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Reporter: Brajesh Patel > Assignee: Ashish Vijaywargiya > Fix For: Release Branch 9.04, SVN trunk > > Attachments: OFBIZ-3264.patch, OFBIZ-3264_Branch.patch > > > Working Area: OnePageCheckout >> ShoppingCart. > Change minicart item price according to the price rule that will change according to the item quantity. > A product have different price as following: > A product feature contain different price rule with different condition for action like > 1 product ---> Price $10.00 > 50 product ----> Price $8.00 (productPriceAction.amount = "-20.0" with productPriceActionTypeId="PRICE_POL"). > If we change the quantity on shoppincart in OnePageCheckout the item price is not reflecting in the cart. > For this we need to add an out item price from getShoppingCartData service so that we can update value in the OnePageCheckout shoppingcart. > Thanks Rishi for your suggestion. -- 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-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brajesh Patel updated OFBIZ-3264: --------------------------------- Attachment: OFBIZ-3264_Branch.patch > Change cart item price according to the price role > -------------------------------------------------- > > Key: OFBIZ-3264 > URL: https://issues.apache.org/jira/browse/OFBIZ-3264 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Reporter: Brajesh Patel > Assignee: Ashish Vijaywargiya > Fix For: Release Branch 9.04, SVN trunk > > Attachments: OFBIZ-3264.patch, OFBIZ-3264_Branch.patch, OFBIZ-3264_Branch.patch > > > Working Area: OnePageCheckout >> ShoppingCart. > Change minicart item price according to the price rule that will change according to the item quantity. > A product have different price as following: > A product feature contain different price rule with different condition for action like > 1 product ---> Price $10.00 > 50 product ----> Price $8.00 (productPriceAction.amount = "-20.0" with productPriceActionTypeId="PRICE_POL"). > If we change the quantity on shoppincart in OnePageCheckout the item price is not reflecting in the cart. > For this we need to add an out item price from getShoppingCartData service so that we can update value in the OnePageCheckout shoppingcart. > Thanks Rishi for your suggestion. -- 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-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya closed OFBIZ-3264. -------------------------------------- Resolution: Fixed Thanks Brajesh & Rishi for the contribution. Your changes are in trunk at r884780 & RB9.04 at r884782. -- Ashish Vijaywargiya > Change cart item price according to the price role > -------------------------------------------------- > > Key: OFBIZ-3264 > URL: https://issues.apache.org/jira/browse/OFBIZ-3264 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Reporter: Brajesh Patel > Assignee: Ashish Vijaywargiya > Fix For: Release Branch 9.04, SVN trunk > > Attachments: OFBIZ-3264.patch, OFBIZ-3264_Branch.patch, OFBIZ-3264_Branch.patch > > > Working Area: OnePageCheckout >> ShoppingCart. > Change minicart item price according to the price rule that will change according to the item quantity. > A product have different price as following: > A product feature contain different price rule with different condition for action like > 1 product ---> Price $10.00 > 50 product ----> Price $8.00 (productPriceAction.amount = "-20.0" with productPriceActionTypeId="PRICE_POL"). > If we change the quantity on shoppincart in OnePageCheckout the item price is not reflecting in the cart. > For this we need to add an out item price from getShoppingCartData service so that we can update value in the OnePageCheckout shoppingcart. > Thanks Rishi for your suggestion. -- 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 |