Glossary Item Box

Squirrelcart v6.1.0

Storefront Page - store.php

Overview

Store.php is the default storefront file for Squirrelcart. This is the page that your customers will see in their browser's URL field when shopping on your site. When your customers navigate your store, they never leave this page. Squirrelcart dynamically changes the content that the customer sees, based on the links and buttons that they click.

Customizing

You should never have to modify the contents of this file, as it is just a placeholder Squirrelcart uses to generate your storefront page HTML. To customize the appearance of your storefront, see the How to Customize Guide.
Renaming store.php

Although your storefront page is named store.php by default, it can be renamed. Here's how:

  1. Rename File
    Rename the actual store.php file to your new name. The file must still end in .php. If you name it index.php, it can take the place of your main index file, and become your homepage.
  2. Update config.php file
    You will need to tell Squirrelcart the new name of your storefront page. This is done by changing the $cart_page variable in your squirrelcart/config.php file. Open it in an editor, and change it from store.php to your new file name.
 

 

 


© 2001-2017 Lighthouse Development. All Rights Reserved.