When I export our product database to json to use with the layered navigation on my local development machine, everything works fine. However, when I do it on our staging server the products still don’t show up in the store frontend. Is there a database table / json file I can check to see if the export has worked successfully?
Thanks
3 answers
Hi Mall
Ive since solved this issue, looks to be related to a .js file that wasn’t being downloaded. I think I solved it by switching javascript merging and minifying back on in the system config. Still having issues with product images on my other ticket though.
https://www.ubertheme.com/question/product-images-dont-appear-in-storefront/
Thanks
Ben
additionally, for anyone who needs to know, the json exports can be found in pub/static/ub-layered-navigation. Which you should probably add to your .gitignore 🙂