Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding a 'next' link to a page


Guest

Recommended Posts

To view the site I am working with, please visit http://www.pm-fl.com/catalog. Click on the "Customer Results & Highlights" link in the information box. On this page, "results.php," I want to be able to add a link at the bottom of the page to go to the next page. Our company has about 20 customer results to add with many more in the future. I can't keep all of that info on one page, so I need to know if it is easy to set up some kind of "next page" type link. I would like to be able to have several pages of results.

 

Secondly, how do I use an apostrope in my text. If you look at the "results.php" page you can see in the text that I couldn't use apostrophes and it looks silly. Is there something special you have to do in order to make an apostrophe work? When I tried to use them, it cut off the code and gave me errors.

 

Thanks for the help in advance!

 

Mandy

Link to comment
Share on other sites

To view the site I am working with, please visit http://www.pm-fl.com/catalog. Click on the "Customer Results & Highlights" link in the information box. On this page, "results.php," I want to be able to add a link at the bottom of the page to go to the next page. Our company has about 20 customer results to add with many more in the future. I can't keep all of that info on one page, so I need to know if it is easy to set up some kind of "next page" type link. I would like to be able to have several pages of results.

 

Secondly, how do I use an apostrope in my text. If you look at the "results.php" page you can see in the text that I couldn't use apostrophes and it looks silly. Is there something special you have to do in order to make an apostrophe work? When I tried to use them, it cut off the code and gave me errors.

 

Thanks for the help in advance!

 

Mandy

Hi mandy,

 

are you adding customer results manually in the code? I would not do that ... there is contribs you can use to add items and have them paginate automatically by a value set in admin ... look at this one to give you an idea:

http://www.oscommerce.com/community/contri...ll/search,testi

You can of course add images also if tweaked.

There may be better contribs, search a bit around.

 

as for the apaostrothe, you need to escape it by a backslash ...

define('BOX_HEADING_WHATS_NEW', 'What\'s New?');

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

Thanks for the help! I have not used the contributions yet. I will have to see if that will work for me.

 

Also, I figured the apostrophe question was an easy one - thanks for pointing me in the right direction.

 

Mandy

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...