Hi
We're developing a new site (if you're interested, the test URL is http://inkware.hazelhost.co.uk ) that is using a PHP include in the templates.
By setting all of the Actinic page names with a .htm extension (as opposed to .html) and configuring the server to parse .htm as a PHP file, we are able to include a PHP menu in all of the pages.
However, this method falls down when it comes to the checkout or cart pages as these are, of course, perl generated. When going to the cart or checkout pages we get an "object expected" error at the point where the page should be including the php menu file.
This is a bummer as we may have to rethink the site design if we can't get the perl scripts to include the php menu.
Are there any gurus out there with some clever ideas?
Many thanks
Nick
We're developing a new site (if you're interested, the test URL is http://inkware.hazelhost.co.uk ) that is using a PHP include in the templates.
By setting all of the Actinic page names with a .htm extension (as opposed to .html) and configuring the server to parse .htm as a PHP file, we are able to include a PHP menu in all of the pages.
However, this method falls down when it comes to the checkout or cart pages as these are, of course, perl generated. When going to the cart or checkout pages we get an "object expected" error at the point where the page should be including the php menu file.
This is a bummer as we may have to rethink the site design if we can't get the perl scripts to include the php menu.
Are there any gurus out there with some clever ideas?
Many thanks
Nick
Comment