I have experimented with integrating php into my Actinic sites with some success... by using .htaccess file/s I have been able to have the default .html catalog generated files parsed through PHP to show my php include files which control my overall design template.
However I can't seem to find a way for the PHP to be parsed once an action is used in the cart and carts scripts are called directly.. eg to view cart, update cart , checkout etc the url changes from .html to .pl for example. When these Perl scripts are called I can't then get the PHP code parsed.
Has anyone been successful with using PHP files to layout their overall design? At the moment I am stuck with Dreamweaver templates to control my cart design and the design for the rest of my website and don't wish to rely on a 3rd party program for doing this.
Currently my Act_Primary.html file is created from a Dreamweaver template and is simply copied over from my Dreamweaver 'Site' folder to the Catalog Site folder once a change has been made to the template.
However I can't seem to find a way for the PHP to be parsed once an action is used in the cart and carts scripts are called directly.. eg to view cart, update cart , checkout etc the url changes from .html to .pl for example. When these Perl scripts are called I can't then get the PHP code parsed.
Has anyone been successful with using PHP files to layout their overall design? At the moment I am stuck with Dreamweaver templates to control my cart design and the design for the rest of my website and don't wish to rely on a 3rd party program for doing this.
Currently my Act_Primary.html file is created from a Dreamweaver template and is simply copied over from my Dreamweaver 'Site' folder to the Catalog Site folder once a change has been made to the template.
Comment