Thread: recently viewed

Page 5 of 9 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 84
  1. #41
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: recently viewed

    Quote Originally Posted by musicfreer View Post
    I saw the sidebox at product info page
    The recently view sidebox can show up anywhere you want. Because we disable certain boxes on certain pages, that's why you don't see it on the index page.

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

    Default Re: recently viewed

    Quote Originally Posted by BlessIsaacola View Post
    The recently view sidebox can show up anywhere you want. Because we disable certain boxes on certain pages, that's why you don't see it on the index page.
    thanks for your reply!
    I really love the layout of your best seller and recently viewed sidebox

    is it possible for you to share the codes of the tpl files of best seller and recently viewed sideboxes?


    thanks in advance!

    FYI, I want to have a dotted line break between products, and a certain spacing between photos and products names...

  3. #43
    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 for your reply!
    I really love the layout of your best seller and recently viewed sidebox

    is it possible for you to share the codes of the tpl files of best seller and recently viewed sideboxes?


    thanks in advance!

    FYI, I want to have a dotted line break between products, and a certain spacing between photos and products names...
    Both the recently viewed and best sellers mods were downloaded and installed as they are. The othe stuff is just stylesheet changes and the information for that is included with the readme file. There is really nothing special that we've done other than adding padding for spacing.

    You can change the line style to dotted with the css class instead of solid line.

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

    Default Re: recently viewed

    Quote Originally Posted by musicfreer View Post
    wo, your site is so professional!
    I found that u also use the RSS feed contri. When I click the button, it directed me to a page which allows me to choose to add the feed to browser bookmark, google reader or yahoo. However, it only works with the browser bookmark. If I choose google and yahoo, it doesn;t work at all. I have the same situation with you. Do you have any idea about it?
    Can you please send me a link to the page you're talking about, when I try to subscribe to the css, I did not get google or yahoo reader.

  5. #45
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: recently viewed

    Quote Originally Posted by BlessIsaacola View Post
    Both the recently viewed and best sellers mods were downloaded and installed as they are. The othe stuff is just stylesheet changes and the information for that is included with the readme file. There is really nothing special that we've done other than adding padding for spacing.

    You can change the line style to dotted with the css class instead of solid line.
    thanks, I am kinda new to zencart and php, so not much idea about it... anyway I will keep on trying. Any hints about the CSS that you could give me?

    for the RSS pls goto this page
    http://www.clevershoppers.com/index....&feed=specials

    I am using FF3, it will ask if I want to add the feed to browser, google or yahoo

    yahoo link:
    http://add.my.yahoo.com/rss?url=http...eed%3Dspecials

    I found that google is working fine too, just yahoo doesnt

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

    Default Re: recently viewed

    Quote Originally Posted by musicfreer View Post
    thanks, I am kinda new to zencart and php, so not much idea about it... anyway I will keep on trying. Any hints about the CSS that you could give me?

    for the RSS pls goto this page
    http://www.clevershoppers.com/index....&feed=specials

    I am using FF3, it will ask if I want to add the feed to browser, google or yahoo

    yahoo link:
    http://add.my.yahoo.com/rss?url=http...eed%3Dspecials

    I found that google is working fine too, just yahoo doesnt

    this error msg popped out when I tried to add your feed to yahoo

    "There were some problems while loading your page:

    Sorry, we were unable to add this feed. Please try again later."

  7. #47
    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, I am kinda new to zencart and php, so not much idea about it... anyway I will keep on trying. Any hints about the CSS that you could give me?

    for the RSS pls goto this page
    http://www.clevershoppers.com/index....&feed=specials

    I am using FF3, it will ask if I want to add the feed to browser, google or yahoo

    yahoo link:
    http://add.my.yahoo.com/rss?url=http...eed%3Dspecials

    I found that google is working fine too, just yahoo doesnt
    The information about the css is nicely laid out in the readme.txt file downloaded with the mod. All the classes are nicely laid out at the bottom of the class.

    I copied the code and pasted it in the standard stylesheet.css and modified it but you can also make it a separate file if you preferred.

  8. #48
    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;


  9. #49
    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!

  10. #50
    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).

 

 
Page 5 of 9 FirstFirst ... 34567 ... 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR