Page 83 of 151 FirstFirst ... 3373818283848593133 ... LastLast
Results 821 to 830 of 1501
  1. #821
    Join Date
    Sep 2007
    Location
    Niagara Falls, Ontario
    Posts
    377
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Good day Clyde

    I just downloaded and installed TM on my 1.3.8a site www.robertensing.com

    I can see the options in admin for Testimonials Manager as well as Tools > Testimonial Manager with 1 test in there, but I don't see the side-box to activate the feature on my site. :-(

    Any idea what I did wrong?

    Thanks for the great mod by the way. I run several sites that use ZC and I'm sure a couple will be using this mod when I figure it out.

  2. #822
    Join Date
    Sep 2007
    Location
    Niagara Falls, Ontario
    Posts
    377
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by Rob905 View Post
    Good day Clyde

    I just downloaded and installed TM on my 1.3.8a site www.robertensing.com

    I can see the options in admin for Testimonials Manager as well as Tools > Testimonial Manager with 1 test in there, but I don't see the side-box to activate the feature on my site. :-(

    Any idea what I did wrong?

    Thanks for the great mod by the way. I run several sites that use ZC and I'm sure a couple will be using this mod when I figure it out.
    Never mind, I must have missed a file during the uploads it seems to be working now.
    Thanks again.

  3. #823
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by Rob905 View Post
    Good day Clyde

    I just downloaded and installed TM on my 1.3.8a site www.robertensing.com

    I can see the options in admin for Testimonials Manager as well as Tools > Testimonial Manager with 1 test in there, but I don't see the side-box to activate the feature on my site. :-(

    Any idea what I did wrong?

    Thanks for the great mod by the way. I run several sites that use ZC and I'm sure a couple will be using this mod when I figure it out.
    First, the obvious question -

    Did you activate the sidebox in admin -> tools -> layout boxes controller

    Second: make sure you've uploaded the following:

    includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php

  4. #824
    Join Date
    Sep 2007
    Location
    Niagara Falls, Ontario
    Posts
    377
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    First, the obvious question -

    Did you activate the sidebox in admin -> tools -> layout boxes controller

    Second: make sure you've uploaded the following:

    includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php
    Thanks for the speedy reply, you must have been on the site while I was updating my original post.

    The problem was that there was no sidebox to activate but after doing a mass upload it seems to have been resolved.

    Thanks again for a great Mod.

    Robert

  5. #825
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by Rob905 View Post
    Thanks for the speedy reply, you must have been on the site while I was updating my original post.

    The problem was that there was no sidebox to activate but after doing a mass upload it seems to have been resolved.

    Thanks again for a great Mod.

    Robert
    glad it got sorted

  6. #826
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    382
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Hi Guys,

    Can anybody help, I'm trying to display this sidebox on only my index page... I've added the following to my testimonials_manager.php but it doesn't have an effect:

    $show_testimonials_manager = false;
    if ($_GET['main_page'] == 'index') {
    $show_testimonials_manager = true;
    } else {
    $show_testimonials_manager = false;
    }

  7. #827
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by swamyg1 View Post
    Hi Guys,

    Can anybody help, I'm trying to display this sidebox on only my index page... I've added the following to my testimonials_manager.php but it doesn't have an effect:

    $show_testimonials_manager = false;
    if ($_GET['main_page'] == 'index') {
    $show_testimonials_manager = true;
    } else {
    $show_testimonials_manager = false;
    }
    Try it with the highlighted change.

    $show_testimonials_manager = false;
    if ($this_is_home_page) {
    $show_testimonials_manager = true;
    } else {
    $show_testimonials_manager = false;
    }

    Don't forget that you'll need to add the following to surround the the main section of code:

    if ($show_testimonials_manager == true) {

    main portion of code

    }

  8. #828
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    382
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    Try it with the highlighted change.

    $show_testimonials_manager = false;
    if ($this_is_home_page) {
    $show_testimonials_manager = true;
    } else {
    $show_testimonials_manager = false;
    }

    Don't forget that you'll need to add the following to surround the the main section of code:

    if ($show_testimonials_manager == true) {

    main portion of code

    }
    Cool, thanks for the help. This little chunk of code got it working properly for anyone that's interested:

    $show_testimonials_manager = true;

    if ($this_is_home_page) {
    $show_testimonials_manager = true;
    } else {
    $show_testimonials_manager = false;
    }

    if ($show_testimonials_manager == true) {

  9. #829
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Just wondering if there is a way to have the testimonials for a certain product show up on the product page itself? i am sure there is a bit of coding to do this...but wondering just how hard it would be?

    For example I have "Jazzy Jeans" there are 3 comments on my testimonials page for these jeans....I would like to have JUST those (3) comments show up on my Jazzy Jeans product page underneath the product images....can this be done?!?!?

    THanks!!!
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

  10. #830
    Join Date
    Sep 2006
    Posts
    142
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    testimonials are meant to show kudos to your customer support, shipping policies, and all around general experience with shopping with you.

    What you are looking for is Customer Reviews, which are the reviews by the customers of a certain/specific product. To do that, they would have to go to that specific product and write a review.

    You can then set it to show the latest review on that product, and there is also a link there in the product listing that they can click to view ALL reviews on the product.

 

 

Similar Threads

  1. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 261
    Last Post: 13 Jan 2025, 11:14 PM
  2. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  3. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 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