You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2008/04/07 13:00:24 UTC

[jira] Closed: (OFBIZ-1740) Product detail page shows page title as "Product Page" instead of the actual product name

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

Jacques Le Roux closed OFBIZ-1740.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Release Branch 4.0
                   SVN trunk

Thanks Raj,

Your (slightly modified) patch in in trunk rev. 645457, and  release4.0 as well : 645458

By the way you forgot to put 
    import org.ofbiz.product.product.ProductWorker;
in the patch


> Product detail page shows page title as "Product Page" instead of the actual product name
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1740
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1740
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Ubuntu 7.10 Firefox 2.0.0.12
>            Reporter: Raj Saini
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk, Release Branch 4.0
>
>         Attachments: productdetail.patch
>
>
> Product detail page should show the product name in the page title instead of "Product Page". This is due to the reason that page title is retried from Product generic entity instead of ProductContentWrapper in product.bsh file. 
> Attached patch fixes this problem and product name and product description is used for Page title and description meta description field respectively.

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