View Single Post
  #5  
Old 10-17-2018, 12:15 PM
 
mattstyle2 mattstyle2 is offline
 

Advanced Member
  
Join Date: Apr 2015
Posts: 54
 

Default Re: X-Cart 4.7.10 released

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.
__________________
4.7.7.
php7.1, AWS RDS database
memcache, reboot theme AWS EC2 load balancer, 2 c5.large instances CDSEO Shop By Filters,
AC onepage checkout and checkout tools,
altercart cash rewards, bcse DPM for paypal
Reply With Quote