You are here:  » Drop Record


Drop Record

Submitted by JasonG on Thu, 2014-07-24 14:49 in

Hi David

We have a number of drop record filters set-up but for some reason these products still display after a search

I am not sure if they appear in categories as well as I can't see an easy way to test that

I can email screen shots or provide access, just let me know

Thanks
Stuart

Submitted by support on Thu, 2014-07-24 15:36

Hi Stuart,

A couple of things to bear in mind; first of course that filters are only applied at import time, but secondly, unless you add a Drop Record ___ filter as Global filter it will only apply to the feed for which the filter was applied.

Another thing to check is whether you are viewing cached pages. A hard refresh (CTRL+F5 in most browsers) is normally sufficient to make sure that you're not viewing cached content however it is still a possibility that content is being cached "down the line" for example in your ISP. Whilst developing, it might be useful to suppress caching as much as possible by adding the following code to the very top of your html/header.php file:

<?php
  header
('Cache-Control: no-cache, private, must-revalidate,max-stale=0, post-check=0, pre-check=0, no-store');
  
header('Pragma: no-cache');
  
header('Expires: Thu, 1 Jan 1970 00:00:00 GMT');
?>

If you're still finding the problem persisting, let me and I'll check it out further...

Cheers,
David.
--
PriceTapestry.com

Submitted by JasonG on Thu, 2014-07-24 16:10

Thank you, email sent