Advertisement:

Author Topic: "See all offers" link broken at home page (osclass 3.1.1)  (Read 990 times)

anewuser

  • Newbie
  • *
  • Posts: 2
"See all offers" link broken at home page (osclass 3.1.1)
« on: May 09, 2013, 04:49:09 pm »
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)

Code: [Select]
                        <?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'); ?> &raquo;</strong></a></p>
                        <?php ?>
                    <?php View::newInstance()->_erase('items'); } ?>



Thanks in advance

anewuser

  • Newbie
  • *
  • Posts: 2
Re: "See all offers" link broken at home page (osclass 3.1.1)
« Reply #1 on: May 09, 2013, 05:40:41 pm »
Hi again,

I found a solution to my issue, the solution was to generate permalinks (replacing search friendly url which was "/s" to "/search")

Hope this help.
Regards,