You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org> on 2009/11/27 09:30:40 UTC

[jira] Closed: (OFBIZ-3264) Change cart item price according to the price role

     [ 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.