Charles STELTZLEN created OFBIZ-12330:
-----------------------------------------
Summary: Ecommerce and WebSite roots
Key: OFBIZ-12330
URL: https://issues.apache.org/jira/browse/OFBIZ-12330
Project: OFBiz
Issue Type: Improvement
Components: ecommerce
Affects Versions: Trunk
Reporter: Charles STELTZLEN
Ecommerce plugin use a template with different areas to display front
information. These areas retrieve the data to display by different way and need
to be review.
The goal of this Jira is to add variables instead of hard data for Content,
Blog, Forum and Factoids.
We used the WebSiteContent definition (like the definition of WebStoreCONTENT)
to declare all variable roots :
* Blog: WebStoreBLOG / BLOG_ROOT
* Forum: WebSToreFORUM / FORUM_ROOT
* Factoids: WebStoreFACTOIDS / FACTOIDS_ROOT
Then, in all FTL or Screens using an hard coded id, we replace by retrieving
the correct Web Site Content.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)