Hello Community,
First of all sorry for my poor english.
i am new to osclass and i have the following issue, i installed osclass version 3.1.1 and i started customizing it, recently while testing all functionalities i have noticed that the "See all offers" link at the home page is broken,
comparing the code of my site to an out of the box source code, i am not able to detect if there is some customization errors,
Here is the code (i found into mail.php file)
<?php if( osc_count_latest_items() == osc_max_latest_items() ) { ?>
<p class='pagination'><?php echo osc_search_pagination(); ?></p>
<p class="see_more_link"><a href="<?php echo osc_search_show_all_url();?>"><strong><?php _e("See all offers", 'modern'); ?> »</strong></a></p>
<?php } ?>
<?php View::newInstance()->_erase('items'); } ?>
Thanks in advance