Shopping Cart Software

Shopping Cart Software UK Customised Version of ClickCartPro 6
corner image corner image

"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.


CategorySkinning

There are no comments on this page. [Add comment]

corner image
Valid XHTML   Valid CSS   w3c wai aa
GreenbarnWeb.com © 2001 - 2009
corner image
Page was generated in 0.0194 seconds