You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Anne Jessel (JIRA)" <ji...@apache.org> on 2010/11/18 02:03:15 UTC

[jira] Updated: (OFBIZ-4023) Wrong product displayed as associated product

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

Anne Jessel updated OFBIZ-4023:
-------------------------------

    Attachment: OFBIZ-4023_Wrong-product-displayed-as-assoc-product.patch

> Wrong product displayed as associated product
> ---------------------------------------------
>
>                 Key: OFBIZ-4023
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4023
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>         Environment: Rev 1035845
>            Reporter: Anne Jessel
>            Priority: Minor
>         Attachments: OFBIZ-4023_Wrong-product-displayed-as-assoc-product.patch
>
>
> To reproduce:
> - add two associated products to a main product, both with "Complementary or Cross-Sell" association type
> - view the main product in ecommerce
> Expected behaviour: the two associated products are listed near the bottom of the page
> Actual behaviour: two products are listed at the bottom of the page, but only one of them is an associated product. The other is the main product.
> The problem is caused by the value of a freemarker variable changing at a point where other freemarker code assumes the variable does not change. The execution path is complicated.
> I will attach a patch which does fix the problem, by saving the value of the key variable into another variable, and restoring it later. However I do wonder if there is a better solution.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.