Search found 4 matches

Page 1 of 1

Search found 4 matches

Re: Google Analytics Expert

Hi, We are using 'Google Analytics Expert' which all seems to be working for the goals we have setup and conversions for tracking product page clicks, however, this does not seem to be recording "add to compare" or "add to wishlist"? I have tested adding these but the result does...

Jump to post
  • Wed Aug 31, 2016 9:45 pm
  • Replies 156
  • Views 70583
Re: Changes to category.php not showing

Hi,

this seems to be resolved now. It appeared to start working about 24 hours after we modified the file and we don't have caching set on the server so I don't know why that might be.

Jump to post
  • Tue May 03, 2016 7:12 pm
  • Replies 2
  • Views 1426
Changes to category.php not showing

I have been trying to order products by price by changing the code in catalog/controller/product/category.php to if (isset($this->request->get['sort'])) { $sort = $this->request->get['sort']; } else { $sort = 'p.price'; } but this didn't make any difference so I tried changing the name of this file ...

Jump to post
  • Wed Apr 27, 2016 5:45 pm
  • Replies 2
  • Views 1426
Can't change default product order

I am trying to change the default sort order of products to price in Version 2.1.0.2. I have edited catalog/controller/product/category.php to the following but it hasn't made any difference if (isset($this->request->get['sort'])) { $sort = $this->request->get['sort']; } else { $sort = 'p.price'; } ...

Jump to post
  • Wed Apr 27, 2016 12:22 am
  • Replies 0
  • Views 204

Page 1 of 1

Search found 4 matches