[ic] Re: template_page

David dave at whatsthebigidea.com
Tue Dec 27 13:20:20 EST 2005


> 
> Hi, David.
> 
> Sounds like you've got the basics. Remember that everything is case
> sensitive. Put the page name relative to your pages directory.
> 
> Failing that, check your configuration to see if the directive is really
> enabled by placing this on a page (hide it inside a comment if this is a
> live catalog):
> 
> [perl]
> return $Config->{PageSelectField};
> [/perl]
> 
> And see what Interchange has for the current item (on the flypage):
> 
> [data table="products" name="template_page" key="[item-code]"]
> 
> That should narrow it down a bit.
> 
> JT
> 
> 
> ------------------------------
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
> 
> 
> End of interchange-users Digest, Vol 30, Issue 24
> *************************************************

JT,

The problem was that I had written the wrong directive:

#PageSelectField    display_page <-- wrong
PageSelectField    template_page

Thanks for your response ;)

David




More information about the interchange-users mailing list