Page 5 of 7 FirstFirst ... 34567 LastLast
Results 41 to 50 of 61
  1. #41
    Join Date
    Feb 2009
    Posts
    885
    Plugin Contributions
    0

    Default Re: Products Review Reminder [Support Thread]

    Has there been a "revised" version of this mod? I would like to install it but reading through this thread, I am not sure if it works if installed as is.

  2. #42
    Join Date
    Feb 2009
    Posts
    885
    Plugin Contributions
    0

    Default Re: Products Review Reminder [Support Thread]

    Still no update on this plugin?

  3. #43
    Join Date
    Sep 2014
    Location
    Indiana
    Posts
    108
    Plugin Contributions
    0

    Default Re: Products Review Reminder [Support Thread]

    I just found this plug-in and really like it - except for the bugs that have been noted above. I did get it to work fully for my site by making some adjustments. Because our catalog is in a sub-folder /store/ from the root, i had to add that in a couple places. My style is definitely not 'Grade A' php coding, but it works.

    File /admin/addon_review_reminder.php
    1. Line 176: Added /store to: $template_images_folder = HTTP_CATALOG_SERVER . '/store/' . DIR_WS_TEMPLATES . $template_dir . '/images/
    2. Line 560: Added /store to: $review_page_link = HTTP_CATALOG_SERVER . '/store/index.php?main_page=addon_my_reviews&pid=' . $rec->fields['products_id'];
    3. Line 554: change ‘width=460’ to ‘width = 95%’ --- the entire email formatted better on my particular theme styling.

    Also, i added a section to allow the customers to link to Google, FB and Trustpilot reviews from the same email. In /email/email_template_addon-review-reminder.html, around line 43, just after the </tr> for the 'check our your reviews...' table row, i added

    Code:
    <!-- BOF Company Review Links Added March 2021 -->		
    		<tr>
    			<td>
    				<div style="line-height:15px;font-size:15px"> &nbsp; </div>
    				<div style="font-size:18px;color:#e47911;font-family:arial,helvetica,verdana,sans-serif">
    					Review YOUR COMPANY.
    				</div>
    			</td>
    		</tr>
    		<tr>
    			<td>
    				<div style="line-height:15px; font-size:7px"> &nbsp; </div>
    				<div style="font-size:14px; color:#333333; margin-right:37px; text-decoration:none; font-family:arial,helvetica,verdana,sans-serif;">
    					Leave a <a href="https://www.trustpilot.com/review/MODIFY URL HERE" style="text-decoration:none; color:124c90; font-size:14px;" target="_blank">TrustPilot</a> review.
    				</div>
    				<div style="font-size:14px; color:#333333; margin-right:37px; text-decoration:none; font-family:arial,helvetica,verdana,sans-serif;">
    					Leave a <a href="https://www.google.com/MODIFY URL HERE" style="text-decoration:none; color:124c90; font-size:14px;" target="_blank">Google</a> review.
    				</div>
    				<div style="font-size:14px; color:#333333; margin-right:37px; text-decoration:none; font-family:arial,helvetica,verdana,sans-serif;">
    					Leave a <a href="https://www.facebook.com/MODIFY URL HERE" style="text-decoration:none; color:124c90; font-size:14px;" target="_blank">Facebook</a> review.
    				</div>
    			</td>
    		</tr>		
    <!-- EOF Company Review Links March 2021 -->
    Again, i know that pure coders will not add so much raw text, but build it into the /english/ definitions files, so there's of room for someone to improve on this.

    Hope it helps.
    Last edited by apollowilcox; 11 Mar 2021 at 10:09 PM.

  4. #44
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Products Review Reminder [Support Thread]

    Quote Originally Posted by apollowilcox View Post
    I just found this plug-in and really like it - except for the bugs that have been noted above. I did get it to work fully for my site by making some adjustments. Because our catalog is in a sub-folder /store/ from the root, i had to add that in a couple places. My style is definitely not 'Grade A' php coding, but it works.
    I'm interested in the TrustPilot additions. TrustPilot is telling my client that they need the sale info, delivered either in a BCC email or using JSON. Do you have that in place so that they are automatically receiving the data from your cart?
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  5. #45
    Join Date
    Sep 2014
    Location
    Indiana
    Posts
    108
    Plugin Contributions
    0

    Default Re: Products Review Reminder [Support Thread]

    Quote Originally Posted by delia View Post
    I'm interested in the TrustPilot additions. TrustPilot is telling my client that they need the sale info, delivered either in a BCC email or using JSON. Do you have that in place so that they are automatically receiving the data from your cart?
    The link we provide customers is the link to our Trustpilot page, which offers the user the opportunity to add a review (https://www.trustpilot.com/review/www.apollocaster.com).

  6. #46
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Products Review Reminder [Support Thread]

    thanks!
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  7. #47
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,304
    Plugin Contributions
    125

    Default Re: Products Review Reminder [Support Thread]

    This plugin is an orphan - if some kind person would be willing to adopt it and give it a refresh, that would be great.

    ROOKIE DEVELOPERS: this is an opportunity for you to build some skills that will make you money.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #48
    Join Date
    Apr 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: Products Review Reminder [Support Thread]

    ZC 1.5.8a
    php 7.4

    v 1.0.3 test result (error log, real IP address and admin folder name are masked):

    Request URI: /YOUR_ADMIN/index.php?cmd=addon_review_reminder, IP address: xxx.xxx.xxx.xxx, Language id 1
    #1 require(/YOUR_ADMIN/addon_review_reminder.php) called at [/YOUR_ADMIN/index.php:11]
    --> PHP Warning: Use of undefined constant IMAGE_REMOVE - assumed 'IMAGE_REMOVE' (this will throw an Error in a future version of PHP) in /YOUR_ADMIN/addon_review_reminder.php on line 423.
    Last edited by siliconbug; 8 Sep 2024 at 03:44 AM.

  9. #49
    Join Date
    Apr 2009
    Posts
    84
    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.

  10. #50
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,196
    Plugin Contributions
    63

    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.

 

 
Page 5 of 7 FirstFirst ... 34567 LastLast

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

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