Ecommerce - Generic Template Addition
-------------------------------------
Key: OFBIZ-737
URL: https://issues.apache.org/jira/browse/OFBIZ-737
Project: OFBiz (The Open for Business Project)
Issue Type: Improvement
Components: ecommerce
Affects Versions: SVN trunk
Environment: CentOS
Reporter: Ashish Vijaywargiya
Priority: Trivial
Attachments: GenericTemplateEcommerce.patch
The section for custom links will go on the categorydetail page with it's own
sub-screen for each "link", just like the sub-screen used for productsummary.
These category links should go just above the product list, and should not show
anything if there are no ProductCategoryLink records.
The links should be ordered by the "sequenceNum" field.
Each link should render the default category link sub-screen unless the
"detailSubScreen" field on the ProductCategoryLink entity has a screen
location#name in it, and then that one should be used. This is the override
mechanism for the category links.
The default sub-screen should be an FTL template that uses the following fields
on the ProductCategoryLink entity:
The linkTypeEnumId should point to a link type of "PCAT_LINK_TYPE". Right now
there are only 2:
PCLT_SEARCH_PARAM: do a product search so the linkInfo will only have the
search parameters in it, to be appended to the request-map uri for the search
results request
PCLT_ABS_URL: this would represent an absolute URL that can just go directly
into the href attribute
Regards
Ashish Vijaywargiya
Aditisoft Technology Laboratory
http://www.adititechlabs.com
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.