Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11

    Default Re: reviews -- confirmation?

    Hi,

    My bad, the following is not the right file:
    /templates/tpl_product_info_display.php

    The right file is:
    /templates/tpl_product_reviews_default.php

    Add the following code to /templates/tpl_product_reviews_default.php at the top
    <?php if ($messageStack->size('product_info') > 0) echo $messageStack->output('product_info'); ?>

  2. #12
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: reviews -- confirmation?

    Quote Originally Posted by responsivezc View Post
    Hi,

    My bad, the following is not the right file:
    /templates/tpl_product_info_display.php

    The right file is:
    /templates/tpl_product_reviews_default.php

    Add the following code to /templates/tpl_product_reviews_default.php at the top
    <?php if ($messageStack->size('product_info') > 0) echo $messageStack->output('product_info'); ?>
    Sorry for not answering sooner but did not get reply notification.

    I just tried this and inserted the code directly at the top of the file---replacing the <?php, below it and above it and get various different codes showing one of which is pictured.

    I even tried adding it laer on in the file and sometimes got it to still show the code or the entire page went blank.

    One of the places I tried it showed the code in the actual previous review.

    more ideas?

  3. #13
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: reviews -- confirmation?

    here is the image....I can't seem to delete the ones in my account here so had to upload it.

    HTML Code:
    [HTML]
    [/HTML]

  4. #14
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: reviews -- confirmation?

    It looks like you've got an extra space
    Code:
    < ?php if ($messageStack ...
    in the <?php statement.

  5. #15
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: reviews -- confirmation?

    ok took out the space.

    this is what I have in the files to try and get the confirmation:

    /includes/modules/pages/product_reviews_write/header_php.php

    Code:
    // end send email $messageStack->add_session('product_info', 'THANKS FOR THE REVIEW', 'success');
    /templates/tpl_product_reviews_default.php
    Code:
    <?php if ($messageStack->size('product_info') > 0) echo $messageStack->output('product_info'); ?>
    I get no confirmation of any sort.

  6. #16

    Default Re: reviews -- confirmation?

    Hi,

    The following code should be split over 2 lines:

    Code:
    // end send email $messageStack->add_session('product_info', 'THANKS FOR THE REVIEW', 'success');
    like this:

    Code:
    // end send email 
    $messageStack->add_session('product_info', 'THANKS FOR THE REVIEW', 'success');

  7. #17
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: reviews -- confirmation?

    YAY!!! Doing happy dance here, now hope owner is happy that it is showing...it is just below the breadcrumbs

    keep your fingers crossed.

  8. #18
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: reviews -- confirmation?

    Gosh, this was a long time ago but still an issue in 1.5.5f unless I'm missing something. This fix worked for us in July 2020.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 4
    Last Post: 24 Oct 2015, 05:54 AM
  2. Replies: 2
    Last Post: 22 Aug 2011, 09:20 PM
  3. Reviews not loading confirmation page
    By belaze in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Jun 2011, 06:39 AM
  4. Reviews - uploading pre-written reviews?
    By towerhealth in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 10 Nov 2010, 12:32 PM
  5. Reviews Sidebox - How to add reviews?
    By SpiceGlow in forum Basic Configuration
    Replies: 5
    Last Post: 24 Oct 2009, 05:12 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