Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miss Uri Param not working for layered Navigation. #325

Open
saroopchand opened this issue Jul 19, 2018 · 0 comments
Open

Miss Uri Param not working for layered Navigation. #325

saroopchand opened this issue Jul 19, 2018 · 0 comments

Comments

@saroopchand
Copy link

I have added all attribute which I need to not add into fpc cache for all pages. But Still I am getting these params (SEO urls utm_ ) in layered navigation. All filters have saving these bellow value. How can I remove these params from layered navigation.

Miss URI Params :
no_cache=/^1$/,
limit=/^([0-9]+)|(all)$/,
dir=/^[0-9a-z_]+$/,
order=/^[0-9a-z_]+$/,
mode=/^[0-9a-z_]+$/,
/utm_./,
gclid,
gclsrc,
__store=/^[a-z]{1}[0-9a-z]
$/,
utm_source=/^[a-zA-Z0-9]+$/,
utm_medium=/^[a-zA-Z0-9]+$/,
utm_campaign=/^[a-zA-Z0-9]+$/,
utm_content=/^[a-zA-Z0-9]+$/,
utm_id=/^[a-zA-Z0-9]+$/,
gclid=/^[a-zA-Z0-9_-]+$/,
q=/^211292581$/

Uri Params
id,
category,
cat,
page_id,
p,
limit,
dir,
order,
mode,
is_ajax,
q

How can I remove utm and other seo params from layered navigation filters.
Bellow are the params are adding in layered navigation.

?utm_content=0&utm_source=vizury%26utm_medium%3DRe-targetting%26utm_campaign%3DElabelz_english&dup=true

For time being we are refreshing cache after some time to reduce this issue.
Magento ver. 1.9.2.3
Lesti FPC ver . 1.4.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant