View Single Post
  #14  
Old 07-25-2018, 04:54 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Extending Tags Module without Breaking Search

Yes, like this, but I would also define third parameter of logCustom() method as 'true', so we would see file / line from where getData() is called and be sure that we find the right piece of log to look at.

I would also log what number is returned by getItemsCound() method to check whether this number is indeed what you see in pagination widget.

Tony
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote