View Single Post
  #6  
Old 10-17-2018, 10:31 PM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.7.10 released

Quote:
Originally Posted by mattstyle2
great,

[Advanced_Customer_Reviews] Huge optimization for customer reviews menu. --

this was a dog and killed my server a few times had to disable the customer reviews menu and add some code to limited reviews to last 28 days

in function func_acr_get_reviews, I added a condition

if ($_GET['productid']=='') {

$time_search=strtotime("-28 days");
$condition.= " AND $sql_tbl[product_reviews].datetime > $time_search ";

}

-- maybe I'll update this module.. will you have upgrade packs from 4.7.7 to 4.7.10 - don't need much else ..

that and PCI compliant cookies.. I'd like to see how that was done and get it onto my version.

Hello,

Why didn't you post a ticket regarding the problem?

You can download the upgrade packs as follows.
https://help.x-cart.com/index.php?title=X-Cart:Obtaining_Upgrade_Packs_and_Database_Upgrade_ Scripts

Thank you.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote