Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do you Add All Products to Empty Shopping Cart Page

How do you Add All Products to Empty Shopping Cart Page

Locked

Views: 2,317

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
15 May 2006, 11:59 PM
#1
tinamartinez avatar

tinamartinez

New Zenner

Join Date:
Aug 2005
Posts:
52
Plugin Contributions:
0

How do you Add All Products to Empty Shopping Cart Page

Hi,

I am trying to add all products to shopping cart empty page. However what I get is

Your Shopping Cart is empty.


More products will be added soon. Please check back later.

Here is my code from tpl_shopping_cart_default.php,

<h2 id="cartEmptyText"><?php echo TEXT_CART_EMPTY; ?></h2>

<?php require($template->get_template_dir('tpl_modules_products_all_listing.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_products_all_listing.php'); ?> <?php require($template->get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_featured_products.php'); ?> <?php require($template->get_template_dir('tpl_modules_specials_default.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_specials_default.php'); ?> <?php //require($template->get_template_dir('tpl_modules_whats_new.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_whats_new.php'); ?>

I have the what's new module commented out. Is there a switch to turn it off in the admin?

P.S. I am seeing some blank spaces in the code when doing a preview. Don't know why

Thanks,
Tina