Email Marketing Software
My Account
|
Site Map
|
View Cart
Sales:1-800-747-4270
Support:
Submit a ticket
Knowledgebase
Support Center
»
Knowledgebase
»
Extra modules like the cart sidebar, the category list, the vendor list etc...
Login
[Lost Password]
Email:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Downloads
Article Options
Add Comment
Print Article
PDF Version
Email Article
Add to Favorites
Extra modules like the cart sidebar, the category list, the vendor list etc...
Solution
Remember, the files that control the look of your site are:
templates/header.tem.php
templates/footer.tem.php
templates/secure.header.tem.php
templates/secure.footer.tem.php
Put this php include statement into the header or the footer where you would like the categories list to be displayed:
<?php include('templates/cart.categories.tem.php'); ?>
Put this php include statemenet into the header or the footer where you would like the featured items to be displayed:
<?php include('templates/cart.featured.tem.php'); ?>
Put this php include statemenet into the header or the footer where you would like the view cart data to be displayed:
<?php include('templates/cart.sidebar.tem.php'); ?>
Put this php include statement into the header or the footer where you would like the vendors list to be displayed:
<?php include('templates/cart.vendors.tem.php');?>
Put this php include statement into the header or the footer where you would like the subscription to be displayed:
<?php include('templates/cart.subscribe.tem.php');?>
Put the following code into the header or the footer where you would like the search box/button to be displayed:
< form name="ds_search" action="<?php print $config->getValue('merchantURL'); ?>/cart.php" method="get">
< input type="hidden" name="m" value="search_results">
< table border="0" cellspacing=0 cellpadding=0 align=left>
< tr>
< td>
< b>Search: </b>
< /td>
< td>
< input type="text" name="search" size="15" class="Form2">
< /td>
< td style="padding-left:2px;">
< input type=image src=<?php print $config->getValue('merchantURL'); ?>/images/design/m22.gif width=29 height=17 border=0>
< /td>
< /tr>
< /table>
< /form>
Or visit the following link for more info:
http://support.sumeffect.com/helpdesk/supportsuite/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=247
For useful integration information please visit the following link:
http://support.sumeffect.com/helpdesk/supportsuite/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=190
Please let me know if I can help you with anything else.
Article Details
Article ID:
308
Created On:
Oct. 27 2006 01:11 PM
This answer was helpful
This answer was not helpful
Products
|
Company
|
Support
|
Contact
|
Resources
|
Home
© 2001-2010, Sum Effect Software, Inc. ® -All Rights Reserved.
Terms of Use
|
Privacy Policy