Customer Reviews
'; //UserHtmltext += '
'; //UserHtmltext += '
Reviews ' + $(customersimg).find('TotalReview').eq(0)[0].innerHTML + '
'; //UserHtmltext += '
Reader Type: ' + $(customersimg).find('ReaderType').eq(0)[0].innerHTML + '
'; //UserHtmltext += '
'; //UserHtmltext += '
'; //UserHtmltext += '
' + $(customersimg).find('User_Name').eq(0)[0].innerHTML + '
'; //UserHtmltext += '
' + $(customersimg).find('ReaderLocation').eq(0)[0].innerHTML + '
'; //UserHtmltext += '
'; //UserHtmltext += '
- Reviews ' + $(customersimg).find('TotalReview').eq(0)[0].innerHTML + '
'; //UserHtmltext += '
'; //UserHtmltext += '
0–0 of ' + $(customersimg).find('TotalReview').eq(0)[0].innerHTML + ' review
'; //UserHtmltext += '
- '; $.each(customersimg, function () { UserHtmltext += '
- '; UserHtmltext += '
'; //src = "https://d2g9wbak88g7ch.cloudfront.net/productimages/mainimages/' + $(this).find("Image_Location").text() + '" UserHtmltext += ''; UserHtmltext += '
'; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += '
'; UserHtmltext += '
'; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += ''; UserHtmltext += '
'; UserHtmltext += '
' + $(this).find("Product_Title").text() + ' - ' + CalCulateTime($(this).find("Date_Created").text()) + '
'; UserHtmltext += '
'; UserHtmltext += '
' + $(this).find("Review_Title").text() + '
'; UserHtmltext += '
' + $(this).find("Description").text() + ''; UserHtmltext += '
'; UserHtmltext += '
'; UserHtmltext += 'Review Contains Spoilers: ' + $(this).find("ReaderSpoilers").text() + ''; UserHtmltext += '
'; var imagedata = GetReviewimage($(this).find("ID_ProductReview").text(), $(this).find("Id_CustProfile").text()); UserHtmltext += '
'; UserHtmltext += retval; UserHtmltext += '
'; UserHtmltext += '
'; UserHtmltext += '
'; UserHtmltext += '
'; UserReviewEnd = $(this).find("RowNum").text() }) //UserHtmltext += ''; //UserHtmltext += '
'; //UserHtmltext += '
'; $(".reviewlistforsingleuser").append(UserHtmltext);$('.reviewlistforsingleuser li.listborderreview').each(function () { var averagerating = $(this).find(".avergageratinguser").val(); $(this).find(".rating-stars-on").css("width", (averagerating * 20 + "%")); }); $('.FromUserReview').text(parseInt(UserReviewStart)); $('.ToUserReview').text(parseInt(UserReviewEnd)); if (parseInt(UserReviewEnd) != parseInt(userReviewTotalCount)) { $('.reviewalluserpagenext').removeClass('disablebtn'); } $(".reviewalluserwrapper").show(); $(".hideuserpopup").show(); setTimeout(function () { $('.Imageview').owlCarousel({ loop: false, nav: true, autoplay: false, margin: 10, dots: false, responsive: { 0: { items: 1 }, 768: { items: 2 }, 1000: { items: 3 } } }); }, 200); $('.full-loader').hide(); } var StarOne = 1; var StarTwo = 2; var StarThree = 3; var StarFour = 4; var StarFive = 5; var ReaderSpoilers = 3; var RecomendThis = 2; var SortByFilter = 5; var PageNo = 0; var NoOfRow = 4; var retval = ''; var retvalVote = ''; var UserID = ''; var Star5RateCount = 0; var Star4RateCount = 0; var StarRateTotalCount = 0; var pagenoInt = 0; var ReviewStart = 0; var ReviewEnd = 0; var ReaderType = ""; var LanguageType = ""; let y = 0; var counter = 0; function GetCustomersReview(pageIndex) { $('.full-loader').show(); PageNo = parseInt(pageIndex); var param = '{"ID_Product":"' + productId + '","StarOne":"' + StarOne + '", "StarTwo":"' + StarTwo + '","StarThree":"' + StarThree + '","StarFour":"' + StarFour + '","StarFive":"' + StarFive + '","ReaderSpoilers":"' + ReaderSpoilers + '","RecomendThis":"' + RecomendThis + '","SortByFilter":"' + SortByFilter + '","PageNo":"' + PageNo + '","NoOfRow":"' + NoOfRow + '","Readertype":"' + ReaderType + '","LanguageType":"' + LanguageType + '"}'; $('.FromReview').text(0); $('.ToReview').text(0); $('.totalreviewcountvar').text(0); $('.BottomheadoutReviws').text(0); $('.topheadoutReviws').text(0); ReviewStart = 0; ReviewStart = 0; counter = 0; $('.pagenext').addClass('disablebtn'); //StarRateTotalCount = 0; $.ajax({ type: "POST", crossDomain: true, url: RootPath + "/ajax.aspx/GetProdReviewData", data: param, contentType: "application/json; charset=utf-8", dataType: "json", success: ReviewDataFound, failure: function (response) { alert(response.d); }, error: function (response) { alert(response.d); } }); } function GerReaderType(prodid) { var param = '{"ID_Product":"' + productId + '"}'; $.ajax({ type: "POST", crossDomain: true, url: RootPath + "/ajax.aspx/GetUserRaderType", data: param, contentType: "application/json; charset=utf-8", dataType: "json", success: ReviewUserType, failure: function (response) { alert(response.d); }, error: function (response) { alert(response.d); } }); } function ReviewUserType(response) { var xmlDoc = $.parseXML(response.d); var xml = $(xmlDoc); var usertype = xml.find("UserRaderType"); if (usertype.length == 0) { $('.readertypewrapper').hide(); } else { $('.readertypewrapper').show(); } $("#UlReaderList").empty(); var Revusertype = ''; $.each(usertype, function () { Revusertype += '
'; }); $("#UlReaderList").append(Revusertype); } function ReviewDataFound(response) { var xmlDoc = $.parseXML(response.d); var xml = $(xmlDoc); var customers = xml.find("ProdReviewData"); $("#BlankReviewpage").empty(); $('.pagenext').addClass('disablebtn'); if (customers.length > 0) { Star5RateCount = $(customers).find('StarFive').eq(0)[0].innerHTML; Star4RateCount = $(customers).find('StarFour').eq(0)[0].innerHTML; StarRateTotalCount = $(customers).find('TotalRecord').eq(0)[0].innerHTML; ReviewStart = $(customers).find('RowNum').eq(0)[0].innerHTML; } else { $('.topheadoutReviws').text(0); $('.BottomheadoutReviws').text(0); $('.FromReview').text(0); $('.ToReview').text(0); StarRateTotalCount = 0; ReviewEnd = 0; } $.each(customers, function () { var Htmltext = '
'; Htmltext += '
'; Htmltext += '
' + $(this).find("User_Name").text() + '' + '' + '
'; Htmltext += 'Reviews ' + $(this).find("TotalReview").text() + ''; Htmltext += '
'; Htmltext += '
Votes ' + $(this).find("Vote").text() + '
'; Htmltext += '
Reader Type: ' + $(this).find("ReaderType").text() + '
'; Htmltext += '
'; Htmltext += '
'; var userStarRating = $(this).find("Rating").text(); Htmltext += ''; Htmltext += ''; Htmltext += ''; Htmltext += ''; Htmltext += ''; Htmltext += ''; Htmltext += ''; Htmltext += ''; Htmltext += ''; Htmltext += ''; Htmltext += ''; Htmltext += ''; Htmltext += ''; Htmltext += ''; Htmltext += ''; Htmltext += ''; Htmltext += ' ' + CalCulateTime($(this).find("Date_Created").text()) + ''; Htmltext += '
'; Htmltext += '
' + $(this).find("Review_Title").text() + '
'; Htmltext += '
' + $(this).find("Description").text() + '
'; console.log("Anand Kumar Tripathi"); Htmltext += '
'; Htmltext += '
'; Htmltext += ' Review Contains Spoilers : ' + $(this).find("ReaderSpoilers").text() + ''; Htmltext += '
'; Htmltext += '
'; Htmltext += ' Tags : ' + $(this).find("ReviewTag_Name").text() + '
'; Htmltext += '
'; Htmltext += ' Recommends this product ✔ ' + $(this).find("RecomendThis").text() + ''; Htmltext += '
'; /*Here Image data in loop Start */ var imagedata = GetReviewimage($(this).find("ID_ProductReview").text(), $(this).find("Id_CustProfile").text()); Htmltext += '
'; Htmltext += retval; Htmltext += '
'; /*Here Image data in loop End */ Htmltext += '
'; Htmltext += ' Helpful?'; Htmltext += '
- '; GetUserVoting($(this).find("Id_CustProfile").text(), productId, $(this).find("ID_ProductReview").text()); /*Here Helpful Api Calls Start */ Htmltext += retvalVote; /*Here Helpful Api Calls End */ Htmltext += '
'; Htmltext += '
'; Htmltext += '
'; Htmltext += '
'; $("#BlankReviewpage").append(Htmltext); ReviewEnd = $(this).find("RowNum").text() counter = counter + 1; }); var Toptow = (parseInt($("#ctl00_phBody_WriteReviewNew_ReviewDtlPage_BarStarRating_LblStar5").text()) + parseInt($("#ctl00_phBody_WriteReviewNew_ReviewDtlPage_BarStarRating_LblStar4").text())); var topTotalStar = (parseInt($("#ctl00_phBody_WriteReviewNew_ReviewDtlPage_BarStarRating_LblStar5").text()) + parseInt($("#ctl00_phBody_WriteReviewNew_ReviewDtlPage_BarStarRating_LblStar4").text()) + parseInt($("#ctl00_phBody_WriteReviewNew_ReviewDtlPage_BarStarRating_LblStar3").text()) + parseInt($("#ctl00_phBody_WriteReviewNew_ReviewDtlPage_BarStarRating_LblStar2").text()) + parseInt($("#ctl00_phBody_WriteReviewNew_ReviewDtlPage_BarStarRating_LblStar1").text())); $('.currentreviewout').text(Toptow); $('.totalreviewcountvar').text(parseInt(topTotalStar)); $('.OutofReviewPercent').text(parseInt(parseInt((parseInt(Toptow)) * 100) / parseInt(topTotalStar))); $('.topheadoutReviws').text(parseInt(StarRateTotalCount)); $('.BottomheadoutReviws').text(parseInt(StarRateTotalCount)); $('.FromReview').text(parseInt(ReviewStart)); $('.ToReview').text(parseInt(ReviewEnd)); if (parseInt(ReviewEnd) != parseInt(StarRateTotalCount)) { $('.pagenext').removeClass('disablebtn'); } $('.reviewmainlisting li').each(function () { var avergageratinguser = $(this).find('.avergageratinguser').val(); $(this).find(".rating-stars-on").css("width", (avergageratinguser * 20 + "%")); }); $('.userallreviewpopupbtn').on('click', function () { Id_CustProfile = $(this).next('.Id_CustProfile').val(); GetUserProfileRev(Id_CustProfile); }); $(document).on('click', '.closereviewalluserpopup, .hideuserpopup', function () { $(".reviewalluserwrapper").hide(); $(".hideuserpopup").hide(); }); $('.full-loader').hide(); } function GetReviewimage(ProdReviewID, ProfilID) { var paramimg = '{"ProdReviewID":"' + ProdReviewID + '","ProfilID":"' + ProfilID + '"}'; $.ajax({ type: "POST", crossDomain: true, async: false, url: RootPath + "/ajax.aspx/GetProdReviewImage", data: paramimg, contentType: "application/json; charset=utf-8", dataType: "json", success: ReviewImage, failure: function (response) { alert(response.d); }, error: function (response) { alert(response.d); } }); } function ReviewImage(response) { var xmlDoc = $.parseXML(response.d); var xml = $(xmlDoc); var customersimg = xml.find("ProdReviewImage"); retval = ''; $.each(customersimg, function () { retval += '
'; retval += '
'; }); } function GetUserVoting(CustomerID, ID_Product, ProductReviewID) { var paramvote = '{"CustomerID":"' + CustomerID + '","ID_Product":"' + ID_Product + '","ProductReviewID":"' + ProductReviewID + '"}'; $.ajax({ type: "POST", crossDomain: true, async: false, url: RootPath + "/ajax.aspx/GetUserVoting", data: paramvote, contentType: "application/json; charset=utf-8", dataType: "json", success: ReviewGetVoting, failure: function (response) { alert(response.d); }, error: function (response) { alert(response.d); } }); } function ReviewGetVoting(response) { var xmlDoc = $.parseXML(response.d); var xml = $(xmlDoc); var UserVoting = xml.find("GetUserVoting"); retvalVote = ''; if (UserVoting.length > 0) { $.each(UserVoting, function () { retvalVote += '
'; retvalVote += '
'; retvalVote += '
'; }); } } function GetUserTakeVoting(CustomerID, ID_Product, ProductReviewID, UserIDinCookies, Votingtype) { var paramTvote = '{"CustomerID":"' + CustomerID + '","ID_Product":"' + ID_Product + '","ProductReviewID":"' + ProductReviewID + '","UserIDinCookies":"' + UserIDinCookies + '","Votingtype":"' + Votingtype + '"}'; $.ajax({ type: "POST", crossDomain: true, async: false, url: RootPath + "/ajax.aspx/GetTakeUserVoting", data: paramTvote, contentType: "application/json; charset=utf-8", dataType: "json", success: ReviewTakeVoting, failure: function (response) { alert(response.d); }, error: function (response) { alert(response.d); } }); } function ReviewTakeVoting(response) { var xmlDoc = $.parseXML(response.d); var xml = $(xmlDoc); var TakeVoting = xml.find("TakeUserVoting"); $.each(TakeVoting, function () { var yescount = $(this).find("Helpful").text(); var nocount = $(this).find("NotHelpFul").text(); var reportedcount = $(this).find("Reported").text(); var reviewid = $(this).find("Reviewid").text(); $('#' + reviewid + 'Y').find('.HelpfulYes').html(yescount); $('#' + reviewid + 'N').find('.HelpfulNo').html(nocount); $('#' + reviewid + 'R').find('.HelpfulReported').html(reportedcount); }); }
5 | 1 Reviews
out of (%) reviewers recommend this product
Top Reviews
Rating Snapshot
Select a row below to filter reviews.
5
1
4
3
2
1
Average Customer Ratings
5 | 1 Reviews
0–0 of 0 Reviews
Sort by :
- 1 Star
- 2 Star
- 3 Star
- 4 Star
- 5 Star
- Yes
- No
Active Filters
- Clear All
SEARCH RESULTS
1–2 of 2 Reviews
-
BoxerLover2 - 5 Days ago
A Thrilling But Totally Believable Murder Mystery
Read this in one evening. I had planned to do other things with my day, but it was impossible to put down. Every time I tried, I was drawn back to it in less than 5 minutes. I sobbed my eyes out the entire last 100 pages. Highly recommend!
-
BoxerLover2 - 5 Days ago
A Thrilling But Totally Believable Murder Mystery
Read this in one evening. I had planned to do other things with my day, but it was impossible to put down. Every time I tried, I was drawn back to it in less than 5 minutes. I sobbed my eyes out the entire last 100 pages. Highly recommend!
Sample text
Photo of
Media Viewer
Sample text
Your review was submitted!
CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE
These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered byBookswagon(the "CRR Service").
By submitting any content toBookswagon, you guarantee that:
- You are the sole author and owner of the intellectual property rights in the content;
- All "moral rights" that you may have in such content have been voluntarily waived by you;
- All content that you post is accurate;
- You are at least13years old;
- Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
You further agree that you may not submit any content:
- That is known by you to be false, inaccurate or misleading;
- That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
- That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
- That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
- For which you were compensated or granted any consideration by any unapproved third party;
- That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
- That contains any computer viruses, worms or other potentially damaging computer programs or files.
You agree to indemnify and holdBookswagon(and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.
For any content that you submit, you grantBookswagona perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally, Bookswagonmay transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with Privacy Policy.
All content that you submit may be used atBookswagon'ssole discretion.Bookswagonreserves the right to change, condense, withhold publication, remove or delete any content onBookswagon'swebsite thatBookswagondeems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use. Bookswagondoes not guarantee that you will have any recourse throughBookswagonto edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However,Bookswagonreserves the right to remove or to refuse to post any submission to the extent authorized by law.You acknowledge that you, notBookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part ofBookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.