sudhakar1209 0 Posted March 21, 2013 How to set category page as a home page in prestashop 1.5 example http://disbeit.com/l...roller=category above link is category page http://disbeit.com/leepstore/index.php i need all category products display in home page how is it please help me Share this post Link to post Share on other sites
NemoPS 1,879 Posted March 21, 2013 If you don't mind about the url, you can go to Preferences -> SEO & URLs, scroll down to "Set shop URL" and set leepstore/index.php?id_category=3&controller=category As the main shop url Share this post Link to post Share on other sites
sudhakar1209 0 Posted March 21, 2013 no option in PrestaShop 1.5 where to change prestashop 1.5 Share this post Link to post Share on other sites
sudhakar1209 0 Posted March 21, 2013 "Set shop URL" Share this post Link to post Share on other sites
NemoPS 1,879 Posted March 21, 2013 Can you make a screen of that page? that's for 1.5.3.1 Share this post Link to post Share on other sites
sudhakar1209 0 Posted March 21, 2013 check this image Share this post Link to post Share on other sites
sudhakar1209 0 Posted March 21, 2013 one thing this is acutal url http://disbeit.com/leepstore/index.php?id_category=3&controller=category'>http://disbeit.com/leepstore/index.php?id_category=3&controller=category i need override to http://disbeit.com/leepstore/ how it is posible please help me Share this post Link to post Share on other sites
NemoPS 1,879 Posted March 21, 2013 screen all the page, it's below that table you screened Share this post Link to post Share on other sites
NemoPS 1,879 Posted March 21, 2013 Uh? You missed the point, it's right below this, where it says "Set up URLs" Share this post Link to post Share on other sites
cocothecat 48 Posted March 21, 2013 Just scroll down as Nemo1 pointed out. Share this post Link to post Share on other sites
sudhakar1209 0 Posted March 22, 2013 please help me to my topic Share this post Link to post Share on other sites
joko_wandiro 0 Posted May 16, 2013 (edited) Add this directive to your .htaccess file ( root folder ): RewriteRule ^(index\.php)$ index.php?id_category=3&controller=category [QSA,L] After this directive: RewriteRule . - [E=REWRITEBASE:/] Edited May 16, 2013 by joko_wandiro (see edit history) Share this post Link to post Share on other sites