Results 1 to 10 of 64

Hybrid View

  1. #1
    Join Date
    Apr 2009
    Posts
    123
    Plugin Contributions
    0

    Default Re: Products Review Reminder [Support Thread]

    Update:

    I tested v1.0.3 with php 8.0 and 8.1, and got the similar results.

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: Products Review Reminder [Support Thread]

    Quote Originally Posted by siliconbug View Post
    Update:

    I tested v1.0.3 with php 8.0 and 8.1, and got the similar results.
    For your old version you should try Version: 1.0.2
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  3. #3
    Join Date
    Apr 2009
    Posts
    123
    Plugin Contributions
    0

    Default Re: Products Review Reminder [Support Thread]

    Quote Originally Posted by mprough View Post
    For your old version you should try Version: 1.0.2
    v1.0.2 comes with the same error as @e-standard mentioned:

    Quote Originally Posted by e-standard View Post
    Got PHP error for higher PHP,such as PHP 7.3.7.2,but there is no such error for PHP 7.0,anyone know how to fix this?
    addon_review_reminder.php,
    --> PHP Warning: Use of undefined constant IMAGE_REMOVE - assumed 'IMAGE_REMOVE' (this will throw an Error in a future version of PHP) in /home/adm/addon_review_reminder.php on line 421.

  4. #4
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: Products Review Reminder [Support Thread]

    Quote Originally Posted by siliconbug View Post
    v1.0.2 comes with the same error as @e-standard mentioned:
    just to make it easy, i would change the IMAGE_REMOVE to 'remove'. ie:

    PHP Code:
    //from
    echo '<a href="' FILENAME_ADDON_REVIEW_REMINDER '.php?oid=' $selected_order_id '&action=remove">' zen_image_submit('button_remove.gif'IMAGE_REMOVE'id="btnRemove"') . '</a>' "\n";
    //to
    echo '<a href="' FILENAME_ADDON_REVIEW_REMINDER '.php?oid=' $selected_order_id '&action=remove">' zen_image_submit('button_remove.gif''remove''id="btnRemove"') . '</a>' "\n"
    v1.0.3 also makes use of `zen_image_submit` which looks deprecated as of zc v1.5.8.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  5. #5
    Join Date
    Apr 2009
    Posts
    123
    Plugin Contributions
    0

    Default Re: Products Review Reminder [Support Thread]

    It works, thanks!

  6. #6
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: Products Review Reminder [Support Thread]

    Quote Originally Posted by siliconbug View Post
    It works, thanks!
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  7. #7
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: Products Review Reminder [Support Thread]

    Quote Originally Posted by carlwhat View Post
    just to make it easy, i would change the IMAGE_REMOVE to 'remove'. ie:

    PHP Code:
    //from
    echo '<a href="' FILENAME_ADDON_REVIEW_REMINDER '.php?oid=' $selected_order_id '&action=remove">' zen_image_submit('button_remove.gif'IMAGE_REMOVE'id="btnRemove"') . '</a>' "\n";
    //to
    echo '<a href="' FILENAME_ADDON_REVIEW_REMINDER '.php?oid=' $selected_order_id '&action=remove">' zen_image_submit('button_remove.gif''remove''id="btnRemove"') . '</a>' "\n"
    v1.0.3 also makes use of `zen_image_submit` which looks deprecated as of zc v1.5.8.
    zen_image_submit is in a bunch of core files like (includes/functions/html_output.php) for example. It's in bootstrap also.

    In any case I have made this change & resubmitted.

    Thanks Carl =)
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  8. #8
    Join Date
    May 2005
    Location
    England
    Posts
    740
    Plugin Contributions
    0

    Default Re: Products Review Reminder [Support Thread]

    How do some similar modules allow customer to login via the link supplied in the email reminder? Without them having to put their password in, its already logged in and ready to put review. Just wondering.

  9. #9
    Join Date
    Jul 2021
    Posts
    12
    Plugin Contributions
    0

    Default Re: Products Review Reminder [Support Thread]

    What changes need to be made so customer don't have to login to leave review as some customers use guest checkout.

 

 

Similar Threads

  1. v139a Problems with mailbeez review reminder module
    By zbdblues in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 10 Nov 2012, 03:45 PM
  2. Aftersales Email Module: Review Reminder
    By BeautyHealth.com.cy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 27 Jul 2010, 12:00 AM
  3. Review reminder
    By raphaelsewing in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Mar 2008, 06:17 PM
  4. Auto/Manual Email for Review Reminder?
    By cpjfox in forum Managing Customers and Orders
    Replies: 1
    Last Post: 13 Mar 2008, 04:15 AM

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