Page 1 of 1

Pagination in home page or button to see more

Posted: Fri Nov 03, 2023 10:40 am
by bitit
Hi everyone, ho can insert pagination button in home page or a button [see more] linked in a page with a pagination module ?

Enrico

Re: Pagination in home page or button to see more

Posted: Fri Nov 03, 2023 11:02 am
by Kofod95
Featured Products (app.php/addons/free_addon/featured_products) has a button that links to a paginated page - can you use that?

//Daniel

Re: Pagination in home page or button to see more

Posted: Fri Nov 03, 2023 2:05 pm
by bitit
yes, thank you,; i can test it, but i believe that two list of products in home page can creating confusion

but i'll test it

Enrico

Re: Pagination in home page or button to see more

Posted: Fri Nov 03, 2023 3:09 pm
by Kofod95
You could also either override the template for the core module to add the button to view more and link it to products_new.php (or is it new_products.php) or create your own module with inspiration from the two

//Daniel