We use CataLookStore on our site. After setting the CataLookStore to run with AJAX, the shopping cart behaves weirdly. Add a product to the cart, delete it and add it again will show two products in the cart. This problem does not happen if the AJAX is not enabled. Talking to CataLookStore support, seems like I have to disable PageBlaster on our site. I've checked the PageBlaster config file to make sure the cart pages are excluded from caching. Here is my exclude rules: pattern="/admin/|/host/|Captcha|MakeThumbnail|Cart|cartpageno|chat|PriceRules|MyAccount|Options" excludeFrom="All"
pattern="ctl[/=](edit|module|tab)" excludeFrom="Replacements"
path pattern="\.js$|\.css$|\.html$" excludeFrom="Replacements" Should I disable PageBlaster to get over this problem? |