Category Product not displaying???

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
gnabin01
Posts: 8
Joined: 08 Dec 2015, 05:58

Category Product not displaying???

Post by gnabin01 » 12 Dec 2015, 11:25

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!!!

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Category Product not displaying???

Post by aimeos » 12 Dec 2015, 12:03

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply