Thread: recently viewed

Results 1 to 10 of 84

Hybrid View

  1. #1
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: recently viewed

    Here is the code that we are using which may or may not work for you depending on your column width.

    PHP Code:
    #bestsellers .wrapper {
        
    margin0em 0em 0em 0.2em;
        
    font-size0.9em;
        }

    #bestsellers ol {
        
    margin-left0.7em;
        }

    #bestsellers li {
      
    margin-left5px;
        
    padding-top5px;
        
    margin0em 0em 1.0em 0em;
        
    clearboth;
        }

    .
    bestsellersBorder {
        
    border-bottom1px dotted Silver;
        
    padding-top5px;
        
    padding-bottom5px;
        
    padding-left4px;


  2. #2
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: recently viewed

    Quote Originally Posted by BlessIsaacola View Post
    Here is the code that we are using which may or may not work for you depending on your column width.

    PHP Code:
    #bestsellers .wrapper {
        
    margin0em 0em 0em 0.2em;
        
    font-size0.9em;
        }

    #bestsellers ol {
        
    margin-left0.7em;
        }

    #bestsellers li {
      
    margin-left5px;
        
    padding-top5px;
        
    margin0em 0em 1.0em 0em;
        
    clearboth;
        }

    .
    bestsellersBorder {
        
    border-bottom1px dotted Silver;
        
    padding-top5px;
        
    padding-bottom5px;
        
    padding-left4px;

    thank you so much, I will try to append it and apply it to recently viewed box too

    thanks again!

  3. #3
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: recently viewed

    Quote Originally Posted by musicfreer View Post
    thank you so much, I will try to append it and apply it to recently viewed box too

    thanks again!
    That will not work for recently viewed sidebox because that sidebox is not calling any of the classes defined in the code that I pasted.

    That code ONLY affects the best_seller mod available for download (NOT even the standard bestseller that's included with ZC).

  4. #4
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: recently viewed

    Quote Originally Posted by BlessIsaacola View Post
    That will not work for recently viewed sidebox because that sidebox is not calling any of the classes defined in the code that I pasted.

    That code ONLY affects the best_seller mod available for download (NOT even the standard bestseller that's included with ZC).
    yeah sure, thanks for reminding, so I will see if I am able to add the class to the tpl file

    but I saw that your recently reviewed layout is different from original. Originally the image is stick together with the product name without any space. Did you make any change to it?

  5. #5
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: recently viewed

    Quote Originally Posted by musicfreer View Post
    yeah sure, thanks for reminding, so I will see if I am able to add the class to the tpl file

    but I saw that your recently reviewed layout is different from original. Originally the image is stick together with the product name without any space. Did you make any change to it?
    The classes that control those are:
    PHP Code:
    .recent-products-name
    {
    padding-top0pt;
    padding-right0pt;
    padding-bottom0pt;
    padding-left8px;
    font-size1em;
    }

    .
    rent-products-price
    {
    padding-top0pt;
    padding-right0pt;
    padding-bottom10px;
    padding-left8px;


  6. #6
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: recently viewed

    Quote Originally Posted by BlessIsaacola View Post
    The classes that control those are:
    PHP Code:
    .recent-products-name
    {
    padding-top0pt;
    padding-right0pt;
    padding-bottom0pt;
    padding-left8px;
    font-size1em;
    }

    .
    rent-products-price
    {
    padding-top0pt;
    padding-right0pt;
    padding-bottom10px;
    padding-left8px;

    thanks a lot! let me get a try!

    Allow me to ask one more question. It is about the image size. I saw the small image on your best seller and recently viewed box is a real small image. Mine is a big image (400 x 400) being resized to a small one. Do you use image handler? Would you please teach me how to load a small image as this would largely speed up the site.

    Thanks

    my site for your reference:
    http://www.locomolife.com/store/

  7. #7
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: recently viewed

    Quote Originally Posted by musicfreer View Post
    thanks a lot! let me get a try!

    Allow me to ask one more question. It is about the image size. I saw the small image on your best seller and recently viewed box is a real small image. Mine is a big image (400 x 400) being resized to a small one. Do you use image handler? Would you please teach me how to load a small image as this would largely speed up the site.

    Thanks

    my site for your reference:
    http://www.locomolife.com/store/
    Unless you already fix your problem. Both your bestsellers and recently viewed are resizing just fine. To test this, right click on the image and view property.

    Yes, we use IH2 on our website.

  8. #8
    Join Date
    Jun 2010
    Location
    London
    Posts
    39
    Plugin Contributions
    0

    Default Re: recently viewed

    Hi . I have installed the recently viewed module and it shows the recently viewed item in sidebox but I would like to have it underneath the product info page.. I have added the following code in my tpl_product_info_display.php page but it does not show anything

    <!--bof recent products module-->
    <?php require($template->get_template_dir ('tpl_modules_recent_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates') . '/tpl_modules_recent_products.php'); ?>
    <!--eof recent products module-->


    Any suggestion would be so appreciated

 

 

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