Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 05:09:55 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155555 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Bakery Module - Only want to show form under full product description  (Read 790 times)
daydreamer

Offline Offline

Posts: 253


« on: December 03, 2007, 06:58:00 PM »

I have added a form section under products with the bakery module.
The forms show under brief product description and full description fine.

I only want the form to show under full product description not the brief
Is there any way to do this please

Thank You
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6977


WWW
« Reply #1 on: December 08, 2007, 02:11:45 PM »

you'll need some code which checks if the full product page is displayed and then display the form

PSEUDOCODE:
Code:
start outputbuffer
 pagecontent()
 $check = outputbuffer
stop outputbuffer

If $check = details-page of bakery module
 echo $check
 show form
else
 echo $check

remember, this is no actual code, so it won't work ... just to give you an idea what to look for.

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!