Page 1 of 1

Category Product not displaying???

Posted: 12 Dec 2015, 11:25
by gnabin01
I am adding product to catalog but i doesnot show in frontend , however the product is added in database table.What I have to do for displaying catalog in front end?? Is there any requirement that have to be fulfilled for dispalying it in frontend???
Thanks in Advance!!!

Re: Category Product not displaying???

Posted: 12 Dec 2015, 12:03
by aimeos
The catalog index is updated if you open and save the product again or if you rebuild the index from the command line: https://aimeos.org/docs/Laravel/Execute ... a_job_task

To rebuild the index from CLI using 1.x:

Code: Select all

php artisan aimeos:jobs catalog/index/rebuild
For dev-master and the next release it will be

Code: Select all

php artisan aimeos:jobs index/rebuild