You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/09/01 07:57:00 UTC

[jira] [Commented] (OFBIZ-12077) Propage product feature from a marketing package

    [ https://issues.apache.org/jira/browse/OFBIZ-12077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407937#comment-17407937 ] 

ASF subversion and git services commented on OFBIZ-12077:
---------------------------------------------------------

Commit 3b593f8eda4497708e4c88c70819f4004805e1f2 in ofbiz-framework's branch refs/heads/trunk from Nicolas Malin
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=3b593f8 ]

Improved: Propage product features from a marketing package (OFBIZ-12077)

When you create a product as a marketing package, you attempt when you ship this product to have the same constraint as you ship each product that compose it separately.

Marketing Package |  Composed product |  Product Feature
  GIFT_PACKAGE    |                   |
     1            |   GIZMO_HEAVY     |  (WEIGHT) HEAVY_SIZE
     2            |   GIZMO_TINY      |

On this example if I ordered a GIFT_PACKAGE, during the order process, currently you never see that you ordered a product with a feature HEAVY_SIZE, feature that can have some consequence for select a shipping method.

So when we need to analyze the features linked to a product, if the product is a marketing package, we propage the search to all products that compose it


> Propage product feature from a marketing package
> ------------------------------------------------
>
>                 Key: OFBIZ-12077
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12077
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order, product
>    Affects Versions: Trunk
>            Reporter: Nicolas Malin
>            Assignee: Nicolas Malin
>            Priority: Major
>             Fix For: Upcoming Branch
>
>         Attachments: OFBIZ-12077.patch
>
>
> When you create a product as a marketing package, you attempt when you ship this product to have the same constraint as you ship each product that compose it separely.
> ||Marketing Package||Composed product||Product Feature||
> |GIFT_PACKAGE| | |
> | 1 | GIZMO_HEAVY| (WEIGHT) HEAVY_SIZE |
> | 2 | GIZMO_TINY| |
> On this example if I ordered a GIFT_PACKAGE, during the order process, currently you never see that you ordered a product with a feature HEAVY_SIZE, feature that can be have some consequence for select a shipping method.
> I propose, when ofbiz check product features, to propage the check on all associate product for the marketing package.
>    



--
This message was sent by Atlassian Jira
(v8.3.4#803005)