Announcement

Collapse
No announcement yet.

Header shown at top of the Receipt

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Header shown at top of the Receipt

    Hi,

    Does anyone know if on the receipt page the Header is always shown?
    With my header there is information in there that it completely irrelevant to customers that have just purchased.

    Running V9 of Designer...
    w: www.wheels.uk.com

    I can't seem to remove it from the design view of the receipt page.
    Can anyone help?

    Thanks
    Barry
    Regards,
    BARRY HUGHES
    WHEELS UK - Website Designer / Marketing Director
    http://www.wheels.uk.com

    #2
    Hi,

    If your receipt page is using the same overall layout as the rest of your site, locate the 'HeaderText' variable on the layout and surround it with the condition:

    <actinic:variable name="PageType" /> != "Receipt"
    Here's the code for the to replace the HeaderText variable with:

    Code:
    	 <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%20%21%3d%20%22Receipt%22">
    	<actinic:variable name="HeaderFooter" value="Header Text" />
    	 </actinic:block>
    ********************
    Tracey
    SellerDeck

    Comment

    Working...
    X