Static product page possible?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Static product page possible?

rhodebump
Hello,
I have 2 products that I need to sell online.  Each product page (2 of them) are already designed and coded in html.  They are extremely "designed", that is, I can't imagine easily dynamically pulling out the content from a db to render the page.

That said, has anyone implemented ofbiz with this kind of scenario?  What I plan on doing now is to change the static page to post to the ofbiz shopping cart with the product id.  Ofbiz would still provide the checkout pages, etc.. just these 2 product pages would be static.

I would appreciate hearing any tips or gotchas!

thanks.
Phillip
Reply | Threaded
Open this post in threaded view
|

Re: Static product page possible?

David E Jones

You can override the template to use on a per-product basis, and those templates can be as static as you like. So yes, this is fairly easy to do.

-David


Phillip Rhodes wrote:
> Hello,
> I have 2 products that I need to sell online.  Each product page (2 of them) are already designed and coded in html.  They are extremely "designed", that is, I can't imagine easily dynamically pulling out the content from a db to render the page.
>
> That said, has anyone implemented ofbiz with this kind of scenario?  What I plan on doing now is to change the static page to post to the ofbiz shopping cart with the product id.  Ofbiz would still provide the checkout pages, etc.. just these 2 product pages would be static.
>
> I would appreciate hearing any tips or gotchas!
>
> thanks.
> Phillip
Reply | Threaded
Open this post in threaded view
|

Re: Static product page possible?

rhodebump
Thanks for the info.

Just to be clear, do you mean to change the value of the Detail Screen on the product page to something like
"component://ecommerce/widget/CatalogScreens.xml#staticproductdetail" ?  Or did you mean something else?

Thanks!

----- Original Message -----
From: "David E Jones" <[hidden email]>
To: [hidden email]
Sent: Friday, September 14, 2007 7:05:55 PM (GMT-0500) America/New_York
Subject: Re: Static product page possible?


You can override the template to use on a per-product basis, and those templates can be as static as you like. So yes, this is fairly easy to do.

-David


Phillip Rhodes wrote:
> Hello,
> I have 2 products that I need to sell online.  Each product page (2 of them) are already designed and coded in html.  They are extremely "designed", that is, I can't imagine easily dynamically pulling out the content from a db to render the page.
>
> That said, has anyone implemented ofbiz with this kind of scenario?  What I plan on doing now is to change the static page to post to the ofbiz shopping cart with the product id.  Ofbiz would still provide the checkout pages, etc.. just these 2 product pages would be static.
>
> I would appreciate hearing any tips or gotchas!
>
> thanks.
> Phillip