Yes, we created our own html, css, images etc. We referred the OOTB ftl
to convert our HTML into Freemarker templates (FTL)
Raj
Bruno Busco wrote:
Many thanks Raj,
I do not understand what you mean for "did not use any of the view (ftl)
components".
As far as I can see the OOTB ecommerce web application is 90% ftl files. You
did not use them? (for instance showcart.ftl).
Thank you for you patience in explaining to me....
-Bruno
2008/4/19, Raj Saini <[EMAIL PROTECTED]>:
Hi Bruno,
Thanks for your appreciation.
We extended the OOTB e-commerce component and did not use any of the view
(ftl) components. We could still use most of the bsh file. Rest of it is
pretty what is available of the of the box. We created some of the screens
like, feature products, best sellers, featured departments etc which are not
available OOTB. The strategy we applied was to develop the html mock up
first and then integrate the dynamic ftl parts by referring the OOTB
e-commerce.
Thanks,
Raj
Bruno Busco wrote:
Raj,
I like your eshop very much !
It is the like I am trying to achieve too.
Could you please tell what modifications was necessary to achieve the
final
result?
-Bruno
2008/4/19, Raj Saini <[EMAIL PROTECTED]>:
Best way is to associate the products with roles.
1. Create roles Author and Publisher.
2. Create your Party (Author or Publisher in Party Manager).
3. Associate them with the product with ProductRole.
I did this for my site and you can see it working at
http://www.ibaazar.com/. You can search the product based on author as
well as publisher.
Thanks,
Raj
Pesquisas wrote:
Hello,
I'm creating an entity Book to add the relation with author and
publisher. The best way to do that is extending the product (how do
I
do that?) or modifying the product itself (books are the only thing
we
sell)?
Thanks,
Petterson