Posts: 1,832
Location: Somewhere else entirely
|
Quote:
|
Originally Posted by southernlady
But I NEED a step by step tutorial how to on PHP.
|
Such a thing surely does not exist! Or at least there are so many possible ones, that we can never guess which one it is that you need.
That second index page (the smaller one) seems to be the starting point for all this. It includes the cart code from application.php, sets some defaults so that the other index page will be included, and then throws it all into a template, which ought to output categories/items whatever, possibly a login box and some kind of admin interface (I'm guessing blindly here).
First step would be to find the template file and modify it to match the look of the rest of your site. This can be done with copy and paste for the sake of speed.
Is this thing a proprietary piece of software, or can we see the template file? By that I mean 'templates/main_page.php'
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|