Is it possible if my first page is a page without header and footer, only flash file and my 2nd page would be my main page - main.htm?
Is it possible if my first page is a page without header and footer, only flash file and my 2nd page would be my main page - main.htm?
Zen Cart is a php application and essentially does not have or use .htm (html) files...only flash file and my 2nd page would be my main page - main.htm?
You could create your opening page off cart, and provide a link to the cart on it.
Zen-Venom Get Bitten
Yeah ok, index.htm as first page then main.php as second page. Will that work?
I believe that this will be index.php and if Zen Cart is in a sub directory like /store you will include the path in your link. If it is at the root, you will require setting this in a .htaccess file to initially load the .htm and your host should be able to assist you in the exact requirements for their configuration.
Zen-Venom Get Bitten
Ok thanks. Let me try that.