Glossary Item Box

Squirrelcart v6.1.0

Content - Overview

Overview

Content records can be used to show specific pieces of content (HTML) in your storefront. They are used by default on your store's home page:

content examples

Each theme can be configured to display it's own Content.

Displaying Content

By default, Content records appear automatically on your store's home page. You can control what content appears on your store's home page on your theme's record in your control panel. For developers and advanced users, you can display content on any page containing Squirrelcart code as follows:

<?php
     // Print content from Content record having record number "123"
     print
sc_content(123);
?>

 

 

 

 


© 2001-2017 Lighthouse Development. All Rights Reserved.