[jira] [Created] (OFBIZ-4235) You must set at least a price with PURCHASE purpose to get displayed price in

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

[jira] [Created] (OFBIZ-4235) You must set at least a price with PURCHASE purpose to get displayed price in

Nicolas Malin (Jira)
You must set at least a  price with PURCHASE purpose to get displayed price in
-------------------------------------------------------------------------------

                 Key: OFBIZ-4235
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4235
             Project: OFBiz
          Issue Type: Bug
          Components: order, specialpurpose/ecommerce
    Affects Versions: Release Branch 4.0, Release Branch 09.04, Release Branch 10.04, SVN trunk
            Reporter: Jacques Le Roux
            Assignee: Jacques Le Roux
            Priority: Trivial
             Fix For: Release Branch 09.04, Release Branch 10.04, SVN trunk


If you don't set a price, either type (default being mandatory), with PURCHASE purpose you will get this message in eCommerce or Order Manager cart
Could not find a valid price for the product with ID [.....], not adding to cart.

Here is attached a patch which solves this issue. But I wonder if it's worth it because it adds some overhead. Maybe a simple explanation on top of Edit Price screen (EditProductPrices) could be enough. Would then be
<< You need to set a least a Default Price of type Purchase for the price caluclation to work>>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4235) You must set at least a price with PURCHASE purpose to get displayed price in

Nicolas Malin (Jira)

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

Jacques Le Roux updated OFBIZ-4235:
-----------------------------------

    Attachment: OFBIZ-4235-ShoppingCartItem.java.patch

> You must set at least a  price with PURCHASE purpose to get displayed price in
> -------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4235
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4235
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order, specialpurpose/ecommerce
>    Affects Versions: Release Branch 4.0, Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>              Labels: price, valid
>             Fix For: Release Branch 09.04, Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-4235-ShoppingCartItem.java.patch
>
>
> If you don't set a price, either type (default being mandatory), with PURCHASE purpose you will get this message in eCommerce or Order Manager cart
> Could not find a valid price for the product with ID [.....], not adding to cart.
> Here is attached a patch which solves this issue. But I wonder if it's worth it because it adds some overhead. Maybe a simple explanation on top of Edit Price screen (EditProductPrices) could be enough. Would then be
> << You need to set a least a Default Price of type Purchase for the price caluclation to work>>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4235) You must set at least a price with PURCHASE purpose to get a displayed price

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

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

Jacques Le Roux updated OFBIZ-4235:
-----------------------------------

    Summary: You must set at least a  price with PURCHASE purpose to get a displayed price  (was: You must set at least a  price with PURCHASE purpose to get displayed price in )

> You must set at least a  price with PURCHASE purpose to get a displayed price
> -----------------------------------------------------------------------------
>
>                 Key: OFBIZ-4235
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4235
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order, specialpurpose/ecommerce
>    Affects Versions: Release Branch 4.0, Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>              Labels: price, valid
>             Fix For: Release Branch 09.04, Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-4235-ShoppingCartItem.java.patch
>
>
> If you don't set a price, either type (default being mandatory), with PURCHASE purpose you will get this message in eCommerce or Order Manager cart
> Could not find a valid price for the product with ID [.....], not adding to cart.
> Here is attached a patch which solves this issue. But I wonder if it's worth it because it adds some overhead. Maybe a simple explanation on top of Edit Price screen (EditProductPrices) could be enough. Would then be
> << You need to set a least a Default Price of type Purchase for the price caluclation to work>>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4235) You must set at least a price with PURCHASE purpose to get a displayed price

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

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

Jacques Le Roux updated OFBIZ-4235:
-----------------------------------

    Summary: You must set at least a price with PURCHASE purpose to get a displayed price  (was: You must set at least a  price with PURCHASE purpose to get a displayed price)

> You must set at least a price with PURCHASE purpose to get a displayed price
> ----------------------------------------------------------------------------
>
>                 Key: OFBIZ-4235
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4235
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order, specialpurpose/ecommerce
>    Affects Versions: Release Branch 4.0, Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>              Labels: price, valid
>             Fix For: Release Branch 09.04, Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-4235-ShoppingCartItem.java.patch
>
>
> If you don't set a price, either type (default being mandatory), with PURCHASE purpose you will get this message in eCommerce or Order Manager cart
> Could not find a valid price for the product with ID [.....], not adding to cart.
> Here is attached a patch which solves this issue. But I wonder if it's worth it because it adds some overhead. Maybe a simple explanation on top of Edit Price screen (EditProductPrices) could be enough. Would then be
> << You need to set a least a Default Price of type Purchase for the price caluclation to work>>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4235) You must set at least a price with PURCHASE purpose to get a displayed price

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

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

Jacques Le Roux closed OFBIZ-4235.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Release Branch 10.04)
                       (was: Release Branch 09.04)

Fixed at revision: 1088010  

I simply put a warning


> You must set at least a price with PURCHASE purpose to get a displayed price
> ----------------------------------------------------------------------------
>
>                 Key: OFBIZ-4235
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4235
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order, specialpurpose/ecommerce
>    Affects Versions: Release Branch 4.0, Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>              Labels: price, valid
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4235-ShoppingCartItem.java.patch
>
>
> If you don't set a price, either type (default being mandatory), with PURCHASE purpose you will get this message in eCommerce or Order Manager cart
> Could not find a valid price for the product with ID [.....], not adding to cart.
> Here is attached a patch which solves this issue. But I wonder if it's worth it because it adds some overhead. Maybe a simple explanation on top of Edit Price screen (EditProductPrices) could be enough. Would then be
> << You need to set a least a Default Price of type Purchase for the price caluclation to work>>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira