Thread: recently viewed

Page 7 of 9 FirstFirst ... 56789 LastLast
Results 61 to 70 of 84
  1. #61
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: recently viewed

    Quote Originally Posted by BlessIsaacola View Post
    I am not sure that we are talking about the same thing. If you go to the other thread, you will notice that this issue was discussed and there is a new file released to fix it as well as the code pasted.
    Thanks again for your continuous support! After reading all threads and your codes, I finally added the dot line to both recently viewed mod and best seller thumbnail mod.

    Just my coding is a little weird, the padding codes in the td class doesn't seem to work, I have to add another class at div level to make the padding works. Really no idea. Anyway, as long as it is working, I am happy with that. For your info, hereunder is my codes and tpl:

    PHP Code:
    <?php
    /**
     * Side Box Template
     *
     * @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_best_sellers.php 2982 2006-02-07 07:56:41Z birdbrain $
     */
      
    $content '';
      
    $content .= '<div id="' str_replace('_''-'$box_id 'Content') . '" class="sideBoxContent">' "\n";
      
    $content .= '<div >' "\n";
      
    $content .= '<table cellpadding=0 cellspacing=0>' "\n";
      foreach (
    $_SESSION['recent_products'] as $recent_product) {
        
    $link zen_href_link(zen_get_info_page($recent_product), 'products_id=' $recent_product);
        
    $content .= '<tr><td  class="recent-products-border"><div class="recent-products-div"><a href="' .  $link '">' zen_get_products_image($recent_productSMALL_IMAGE_WIDTH/2SMALL_IMAGE_HEIGHT/2) . '</a></div></td><td class="recent-products-border"><div class="recent-products-div"><a href="' $link '">' zen_get_products_name($recent_product$_SESSION['languages_id']) . '</a></div><div class="recent-products-price">' zen_get_products_display_price($recent_product) . '</div></td>' "\n" 
                     
    '</tr>';
      }
      
    $content .= '</table>' "\n";
      
    $content .= '</div>' "\n";
      
    $content .= '</div>';
    ?>

    Code:
    .recent-products-border {
    	border-bottom: 1px dotted Silver;
    	font-size: 0.9em;
    }
    
    .recent-products-div
    {
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 3px;
    }    
    
    .recent-products-price
    {
    text-align: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    }
    Please let me know if you have any comment about it. Thanks again!

    My site again:
    http://www.locomolife.com/store/

  2. #62

    Default Re: recently viewed

    I wonder if the recently viewed mod can be combined with the cross sell mod to create a recommended products mod?
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  3. #63

    Default Re: recently viewed

    I am also wondering if this mod could be turned into a center box.
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  4. #64
    Join Date
    Jul 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: recently viewed

    does anybody know where i can find the recently viewed module for zen cart 1.3.8?

  5. #65
    Join Date
    Apr 2008
    Location
    Athens
    Posts
    84
    Plugin Contributions
    0

    Default Re: recently viewed

    Quote Originally Posted by jmelwak View Post
    does anybody know where i can find the recently viewed module for zen cart 1.3.8?
    http://www.zen-cart.com/index.php?ma...roducts_id=720

    Despite it says compatible with 1.3.5 version working without problems also in 1.3.8 version.

  6. #66
    Join Date
    Apr 2008
    Location
    Athens
    Posts
    84
    Plugin Contributions
    0

    Default Re: recently viewed

    Also to make the products name shorter so not go out of sidebox go to your stylesheet.css and add the following:

    Code:
    .recent-products-name {
    	font-size: 0.8em;
    }

  7. #67

    customer issue Re: recently viewed

    Hi guys
    I’m having trouble with this mod and no idea why. Uploaded 5 files to the correct folders and checked on the server that I did it right, ran the sql patch fine. It’s in maximum values so the patch worked I think and turned it on in layout boxes controller and enabled it in the same way as all the other boxes are and nothing happens and I don’t know why
    Any help would be appreciated

  8. #68

    Default Re: recently viewed

    BTW I’m using 1.3.7 and still clueless.

  9. #69
    Join Date
    Feb 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: recently viewed

    Hi, i am using Recently Viewed on 1.38a with no problems, maybe someone has a idea how to filter recently viewed products to certain products_id's ?
    like for ex. just products_id=2222,3333,111,5453

    Best regards Zoli.

  10. #70
    Join Date
    Mar 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: recently viewed

    Hi, I was hoping someone may be able to point me in the correct direction. I can't seem to find the answer so far.

    I first installed Recently Viewed addon and it was working fine (from what I remember). I soon after installed IH2 addon and that's working great.

    The trouble I'm having on my site is now Recently Viewed is showing the original image I've uploaded (full sized), not a small image.

    I'm still working on my site but you just need to click a product to see it on the right side: http://otakudepot.com I've adjusted all the image size settings in ZC config but never see it change the Recently Viewed image size.

    I have the main product image set to display at 590px wide but the image for (Nendoroid figure of Mio) is the original 600px wide image.

    Any help or pointers would greatly be appreciated.

    thanks,
    James.

 

 
Page 7 of 9 FirstFirst ... 56789 LastLast

Similar Threads

  1. v151 recently viewed products
    By 100asa in forum Addon Sideboxes
    Replies: 2
    Last Post: 3 Dec 2013, 04:30 PM
  2. Recently Viewed indicator while shopping?
    By vinnyna in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 16 Dec 2011, 02:24 PM
  3. Recently viewed sidebox
    By sjk1000 in forum Addon Sideboxes
    Replies: 13
    Last Post: 27 Dec 2009, 08:16 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