Results 1 to 10 of 126

Hybrid View

  1. #1
    Join Date
    Jan 2014
    Posts
    62
    Plugin Contributions
    0

    Default Re: Reviews - Updated [Support Thread]

    Hi, just updated to 155e and every time I try to leave a review that's the outcome:

    Your Name needs to have at least 5 characters.
    Add a few more words to your review text. A review needs to have at least 50 characters.
    * Please choose a rating for this item.

    It is like if the page was left blank. Also, when I submit a pop up notifies that the data will be sent over unsecure connection, despite my site being in SSL.

    Any idea? When in 154 it was working fine. Tried to unistall the sql and reinstall, no luck. I am using a different template since the upgrade if this can help.

    Many thanks

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Reviews - Updated [Support Thread]

    Quote Originally Posted by satello View Post
    Hi, just updated to 155e and every time I try to leave a review that's the outcome:

    Your Name needs to have at least 5 characters.
    Add a few more words to your review text. A review needs to have at least 50 characters.
    * Please choose a rating for this item.

    It is like if the page was left blank. Also, when I submit a pop up notifies that the data will be sent over unsecure connection, despite my site being in SSL.

    Any idea? When in 154 it was working fine. Tried to unistall the sql and reinstall, no luck. I am using a different template since the upgrade if this can help.

    Many thanks
    It sounds like either you've not merged the plugin's changes into /includes/modules/pages/product_reviews_write for the messages being displayed.

    The plugin doesn't make any modification to the form submittal, so the unsecure-connection warning is most likely a result of that different template.

  3. #3
    Join Date
    Jan 2014
    Posts
    62
    Plugin Contributions
    0

    Default Re: Reviews - Updated [Support Thread]

    hi, thanks for the input. i did check and merge the page files, but still not luck. what i noticed the problem may comes from the tpl_product_reviews_write_default.php itself. if i leave the original file, it only shows the error about the name, as of course there is not field where to type it. so i am trying to merge those 2 files but not an easy task so far. so trying to have the option for a text field if the criteria is met into my template file

  4. #4
    Join Date
    Jan 2014
    Posts
    62
    Plugin Contributions
    0

    Default Re: Reviews - Updated [Support Thread]

    sorted. I don't really know what why it was giving the errors with your script, but this is what i've done.

    file tpl_product_reviews_write_default.php

    your version

    PHP Code:
    <?php echo zen_draw_form('product_reviews_write'zen_href_link(FILENAME_PRODUCT_REVIEWS_WRITE'action=process&products_id=' $_GET['products_id'], ($_SESSION['customer_id']) ? 'SSL' 'NONSSL'), 'post''onsubmit="return checkForm(product_reviews_write);"'); ?>
    my version

    PHP Code:
        <?php echo zen_draw_form('product_reviews_write'zen_href_link(FILENAME_PRODUCT_REVIEWS_WRITE'action=process&products_id=' $_GET['products_id'], 'SSL'), 'post''onsubmit="return checkForm(product_reviews_write);"'); ?>
    bit down the lines, in my template i've only replaced

    PHP Code:
    <?php echo SUB_TITLE_FROM '&nbsp;&nbsp;'zen_output_string_protected($customer->fields['customers_firstname'] . ' ' $customer->fields['customers_lastname']); ?>
    with

    PHP Code:
      <div id="reviewerName">
        <label id="textAreaName" for="review_name"><?php echo TEXT_REVIEW_NAME?></label>
        <input type="text" name="review_name" size="33" maxlength="62" id="review_name" />
      </div>
    from your file and it does the job. Of course now logged in customers as well will have to write their names and had to change the language file as well, but no more SSL errors and reviews gets recorded. Hope this helps others. Thanks for your time.

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Reviews - Updated [Support Thread]

    Thanks for the follow-up. I'll make a note to review the plugin's code for use with ZC1.5.5!

  6. #6
    Join Date
    Jan 2014
    Posts
    62
    Plugin Contributions
    0

    Default Re: Reviews - Updated [Support Thread]

    Quote Originally Posted by lat9 View Post
    Thanks for the follow-up. I'll make a note to review the plugin's code for use with ZC1.5.5!
    no problems, been a pleasure banging my head for an afternoon. no much knowledge of php here but still good to read code and make some comparison. not really sure if it was the code itself or just my template, the layout was quite different.

    maybe somebody using it in the current version with a different template can say. using yourstore from perfectus. great template.

    regards

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Reviews - Updated [Support Thread]

    Quote Originally Posted by satello View Post
    no problems, been a pleasure banging my head for an afternoon. no much knowledge of php here but still good to read code and make some comparison. not really sure if it was the code itself or just my template, the layout was quite different.

    maybe somebody using it in the current version with a different template can say. using yourstore from perfectus. great template.

    regards
    Ah, that makes a little more sense (to me, anyway) as that YourStore template does have a tendency to carve the out of the built-in template modules.

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 766
    Last Post: 18 Oct 2025, 11:23 AM
  3. v150 Orders Status History -- Updated By [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 29 Jul 2019, 07:05 PM
  4. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  5. Replies: 68
    Last Post: 29 Jul 2013, 06:33 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