"Online Store Feature Items" and "Store Home" Sharing Splash Page
There are two methods available to share Featured Items on the Splash (or landing) page for your site.
Method 1
In admin under
Home > ClickCartPro > Application: Profile and Namespaces > Application Profile
Change the value of the
Default Namespace for Application field to
Online Store (it is the 5th option from the bottom of the pulldown list).
Method 2
In admin under
Home > ClickCartPro > Web Pages: Web Page Management > Manage Web Pages
Click on Update next to
Identifier splash which has a default
Page Display Name of Home and look for the following in the
HTML Content field (it is near the bottom):
<?php
$this->include_namespace($app,'prodfeature',array());
?>
Change the code above to:
<?php
$curr_ns = $this->globals('khxc.namespace');
$this->include_namespace($this->globals('khxc.app'),'splash',array());
$this->globals('khxc.namespace',$curr_ns);
?>
Click on
Submit to save your changes.
ClickCartPro - Skinning (Changing The Look Of Your Site)