[ 
http://issues.apache.org/jira/browse/OFBIZ-151?page=comments#action_12458303 ] 
            
Tim Ruppert commented on OFBIZ-151:
-----------------------------------

I found the bug - and not to surprisingly - the bug is actually in my front end 
code.  Scott, thanks for looking into this.  

Jacques, feel free to close this one.

Here's the subtlety that I ran into when creating the product detail screen.  
Notice when you click from the Giant Widget product to the Big Gizmo cross 
sell, that the link to the category goes away as well as the Prev and Next 
buttons.  On my design, the Category name is a bit more prevalent in the design 
and I missed the conditional nature of it.

> Associated Products are assumed
> -------------------------------
>
>                 Key: OFBIZ-151
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-151
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: product
>         Environment: Fedora Core 5, Java 1.5.0_06, ofbiz version 429794
>            Reporter: Tim Ruppert
>
> Associted products are rendered using the productsummaryScreen - which is 
> normally fine.  I found something strange when my products starting showing 
> up in multiple categories.
> Picture Products A, B, & C which are all in the Coat Category.  So, you 
> associate these as product_complements and when you're in the Coat Category 
> the URLs to the Suggested Products look something like 
> /ecommerce/control/crosssell/~category=100/~product_id=10000 - (let's say 
> this is to Product C).   Let's say that  A has the associated products B & C, 
> and the like for each of the others.
> This is awesome, but what happens when you place A & B on special and they 
> show up on your main page?  Well, then the detail page looks the same except 
> the URLs look like this 
> /ecommerce/control/crosssell/~category=SPECIALS/~product_id=10000 .  This is 
> a problem because C is not actually in the SPECIALS - and causes an error. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to