Page 1 of 3 123 LastLast
Results 1 to 10 of 34

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Location
    Hong Kong
    Posts
    307
    Plugin Contributions
    0

    Default Re: Customers who bought this product also purchased...

    Should be /includes/modules/YOUR_TEMPLATE/also_purchased_products.php

    Shirley :)

  2. #2
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    Default Re: Customers who bought this product also purchased...

    Shirster,

    Real very thank you, you help me a lot. Thanks

    Regards,
    Jimmy

  3. #3
    Join Date
    Sep 2005
    Location
    Hong Kong
    Posts
    307
    Plugin Contributions
    0

    Default Re: Customers who bought this product also purchased...

    No problem, glad it helps :)

    Shirley

  4. #4
    Join Date
    May 2007
    Location
    Cincinnati, Ohio
    Posts
    244
    Plugin Contributions
    0

    Default Re: Customers who bought this product also purchased...

    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?

  5. #5
    Join Date
    May 2007
    Location
    Cincinnati, Ohio
    Posts
    244
    Plugin Contributions
    0

    Default Re: Customers who bought this product also purchased...

    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.

  6. #6
    Join Date
    Feb 2007
    Location
    baltimore, md
    Posts
    41
    Plugin Contributions
    0

    Default Re: Customers who bought this product also purchased...

    fabienne, thanks so much for sharing what you found! that's *just* what i was looking for!!

  7. #7
    Join Date
    Oct 2007
    Location
    Vienna, Austria (Europe)
    Posts
    5
    Plugin Contributions
    0

    Default Re: Customers who bought this product also purchased...

    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>

  8. #8
    Join Date
    May 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: Customers who bought this product also purchased...

    Quote Originally Posted by explorer1979 View Post
    Shirster,

    Real very thank you, you help me a lot. Thanks

    Regards,
    Jimmy
    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 } ?>

  9. #9
    Join Date
    Nov 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Customers who bought this product also purchased...

    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

    ---

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Customers who bought this product also purchased...

    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!

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Customers who bought this product also purchased...
    By 1speedbump in forum General Questions
    Replies: 4
    Last Post: 23 Jan 2014, 06:03 PM
  2. Customers who bought this product also purchased...
    By redsky in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 May 2009, 07:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg