ok, I am stuck. I have done well so far, going step by step with your instructions on setting up my own customized cart. I have gotten toand have been unable to find my about_us file. I named it about_us.php, as I thought that's what it should have been named. Problem is, when I refresh my site, it don't show, and I can't find where to put a link called "About Us" on the main page.Extra Data Files
Custom file names - /includes/filenames.php
You've created a custom page (about_us) and need to reference the filename.
Create a new file (about_us_filenames.php) which would include the following:
<?php
// About Us Filename Define
define('FILENAME_ABOUT_US', 'about_us');
?>
Save the file to /includes/extra_datafiles/about_us_filenames.php and upload it to your server.
Note: These files will be called automatically, as would any other file in this directory, thereby telling the system what your custom filenames are.
my site link is http://squeakeycat.net/shop. so far you can see the changes I have made to the template itself, while doing step by step with your tutorial pages. I am very very very "stupid" when it comes to php and how to code it properly, as I have never ever ever worked with php before now.
the about page that I made, I followed exactly the above direction, but nothing showed up anywhere.
I have a great working system for doing all my editing. I have my main site through doteasy.com and with using google chrome browser, I am able to edit my pages without having to put any of them on my computer.
if anyone can help with maybe what I could have done wrong for this not to show up, it would be very much appreciated.
Thanks
Kim


Reply With Quote

