Should be /includes/modules/YOUR_TEMPLATE/also_purchased_products.php
Shirley :)
Should be /includes/modules/YOUR_TEMPLATE/also_purchased_products.php
Shirley :)
Shirster,
Real very thank you, you help me a lot. Thanks
Regards,
Jimmy
No problem, glad it helps :)
Shirley
How do I get rid of that box at the bottom of the screen? The one which says "Customers who bought..." ? What is it called in the admin screen?
The Self Help Desk strikes again: The Book, page 355:"From the admin main screen choose Configuration-->Minimum Values--->Also Purchased Products...Hint: If you do not want the center-box to ever appear, specify a very high value for this field." I specified 1,000,000.
This should work. Three cheers for the book. Worth every penny I paid for it.
fabienne, thanks so much for sharing what you found! that's *just* what i was looking for!!![]()
Version 1.3.7
I disabled it in the file
includes/templates/template_default/templates/tpl_product_info_display.php
at line 233
Code:<!--bof also purchased products module--> <?php ///////////////////////////////////////////// // robert - disable also purchased module /* require($template->get_template_dir('tpl_modules_also_purchased_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_also_purchased_products.php'); */ ?> <!--eof also purchased products module--> <!--bof Form close--> </form> <!--bof Form close--> </div>
Hello, I am having the same problem when viewing "Customers who Bought this product also purchased" box in FireFox . It is not aligned right like in Explorer. Can you let me know if this is the right code and what needs to be modified to fix it so it looks the same in all browers.
Thank you
<?php
/**
* Module Template
*
* Displays content related to "also-purchased-products"
*
* @package templateSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_modules_also_purchased_products.php 3206 2006-03-19 04:04:09Z birdbrain $
*/
$zc_show_also_purchased = false;
include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_ALSO_PURCHASED_PRODUCTS));
?>
<?php if ($zc_show_also_purchased == true) { ?>
<div class="centerBoxWrapper" id="alsoPurchased">
<?php
require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_columnar_display.php');
?>
</div>
<?php } ?>
Anyone?
---
Let's say I want to change the text to say 'Customers who got this product also tried...'
Which file do I need to open in order to change that?
Thanks.
Daniel
---
A real handy tool to use is in the Tools ... Developers Tool Kit ...
In the bottom input box enter a piece of the text that you are looking for and select Catalog and click the Search button ...
It will locate all occurances of the text, code, etc. for you in all of the php files ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!