Page 6 of 13 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 126
  1. #51
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,515
    Plugin Contributions
    88

    Default Re: Reviews - Updated [Support Thread]

    Quote Originally Posted by picandnix View Post
    ... However I'm surmising: if you are using FEC with it set to guest checkout only and only a registered customer can write a review (yes?) then logically you wouldn't be able to write a review until the system knows your information/account details anyway, right? Hence you being able to write a review only *after* submitting your personal details and not beforehand.
    This plugin (Reviews Updated) has no knowledge of a guest login, so once a guest-customer has gone partially through the guest "information gathering" the session variable that identifies that a customer is logged in is set. That's why this guest customer can write a review.

  2. #52
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Reviews - Updated [Support Thread]

    Quote Originally Posted by lat9 View Post
    This plugin (Reviews Updated) has no knowledge of a guest login, so once a guest-customer has gone partially through the guest "information gathering" the session variable that identifies that a customer is logged in is set. That's why this guest customer can write a review.
    What she said
    Same answer but written in a less confusing way than mine.

  3. #53
    Join Date
    Jan 2014
    Location
    United States
    Posts
    28
    Plugin Contributions
    0

    Default Re: Reviews - Updated [Support Thread]

    Thanks for the replies. I thought one of the main points of the reviews update was so a guest can write a review, and I figured they could do that without having to enter in all that name and address information, which I'm assuming would be a big deterrent to anyone who clicks on the write review button. I would like it to go straight to the page where they can write the review and just enter their name and select a product from a drop down list perhaps? I could make this happen with some html, like when I made a simple survey page for my old site that didn't use any php.

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

    Default Re: Reviews - Updated [Support Thread]

    Did you enable the product reviews by guests? Configuration->Product Info->Enable product reviews by guests? should be set to 1. Do you have any other plugins that modify the product_reviews_write page?

  5. #55
    Join Date
    Jan 2014
    Location
    United States
    Posts
    28
    Plugin Contributions
    0

    Default Re: Reviews - Updated [Support Thread]

    Quote Originally Posted by lat9 View Post
    Did you enable the product reviews by guests? Configuration->Product Info->Enable product reviews by guests? should be set to 1. Do you have any other plugins that modify the product_reviews_write page?
    Yes I did. Went through the install instructions a few times to make sure it was done right. No. Thanks

  6. #56
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,515
    Plugin Contributions
    88

    Default Re: Reviews - Updated [Support Thread]

    I'll do a fresh install in the morning and see if I can see anything amiss on a "stock" Zen Cart base. Did FEC make any changes to /includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php? If so, would you post your version?

  7. #57
    Join Date
    Jan 2014
    Location
    United States
    Posts
    28
    Plugin Contributions
    0

    Default Re: Reviews - Updated [Support Thread]

    No file changes in that file from FEC. I made changes to that template, moved some things around and stuff, didn't edit any of the code for the write review. thanks!

  8. #58
    Join Date
    Jan 2014
    Location
    United States
    Posts
    28
    Plugin Contributions
    0

    Default Re: Reviews - Updated [Support Thread]

    As a guest, when I click on write review, the next page says "Whoops! Your session has expired.". Before this I removed the Log in and My account links/code so visitors don't see anything about logging in or signing up for an account, and so when they add a item to the cart and click go to checkout, then they go straight to the checkout page to fill in their billing address, they don't get the option to log in or create an account or ask them if they want to checkout as a guest.

    If I add a product to the cart, and fill in the billing information and go to step 2 the payment page, then go back to the product page and click the write review link it will take me to the write review page. I'd like it to send you directly to that page as a visitor, so anyone can write a review of the product regardless if they purchased from my website, so they don't have to log in.

    Looks like I would have to remove some sort of code that requires the visitor to log in before they can get to the write review page. hopefully that is possible to do. thanks.

  9. #59
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,515
    Plugin Contributions
    88

    Default Re: Reviews - Updated [Support Thread]

    Quote Originally Posted by tom97zr2 View Post
    As a guest, when I click on write review, the next page says "Whoops! Your session has expired.". Before this I removed the Log in and My account links/code so visitors don't see anything about logging in or signing up for an account, and so when they add a item to the cart and click go to checkout, then they go straight to the checkout page to fill in their billing address, they don't get the option to log in or create an account or ask them if they want to checkout as a guest.

    If I add a product to the cart, and fill in the billing information and go to step 2 the payment page, then go back to the product page and click the write review link it will take me to the write review page. I'd like it to send you directly to that page as a visitor, so anyone can write a review of the product regardless if they purchased from my website, so they don't have to log in.

    Looks like I would have to remove some sort of code that requires the visitor to log in before they can get to the write review page. hopefully that is possible to do. thanks.
    I installed "Reviews Updated" on a just-installed Zen Cart v1.5.1, and was able to write a review as a guest. Is the file /includes/modules/pages/product_reviews_write/header_php.php the one that ships with this plugin? The top-most portion of the file should look like:
    Code:
    // This should be first line of the script:
    $zco_notifier->notify('NOTIFY_HEADER_START_PRODUCT_REVIEWS_WRITE');
      
    require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php'));
    
    if (REVIEWS_BY_GUESTS != '1' && !$_SESSION['customer_id']) {
      $_SESSION['navigation']->set_snapshot();
      $messageStack->add_session('header', MESSAGE_REVIEW_WRITE_NEEDS_LOGIN, 'caution');
      zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
    }
    I'm not sure why you're being redirected to the time_out page, but I'm also not familiar with the changes that the installation of FEC has introduced to your store.

  10. #60
    Join Date
    Jan 2014
    Location
    United States
    Posts
    28
    Plugin Contributions
    0

    Default Re: Reviews - Updated [Support Thread]

    Yep it has that code. I deleted some code before in the common header file to get rid of the log in link, maybe I deleted too much of that code? I'll have to check after work today. Thanks

 

 
Page 6 of 13 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 743
    Last Post: 30 Mar 2024, 02:26 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 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

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