Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Catalog Problem


rklamot

Recommended Posts

Hello, I have a very minor problem now with my website. When I am viewing categories of products, For example, I have 75 products in one category, and when I click on page 2 to see the second page of products, all I see are the same products that I saw on the first page... nothing changes.. to see for yourself go to www.ihardwarecenter.com and look at my categories. Please help me solve this problem

 

god bless

 

Ryan

Link to comment
Share on other sites

Hi

 

This looks like a problem in one of your config files

 

your urls show like this http://ihardwarecenter.com//index.php you have two slashes like this //

 

goto all of your config files ie includes/configure.php and remove the slash after your domain or change it like this

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', http://ihardwarecenter.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://ihardwarecenter.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'ihardwarecenter.com');

define('HTTPS_COOKIE_DOMAIN', 'ihardwarecenter.com');

 

also change your includes/local/configure.php file so you domain does not have a slash after it ie. change from ihardwarecenter.com/ to ihardwarecenter.com remove the slash after your domain within the config files.

 

 

This should fix the problem

 

Let us know how you get on by replying to the forum :thumbsup:

Link to comment
Share on other sites

Thank you. I removed the slash in my configuration file. Just so you know, I did not find any else, so I only edited includes/comfigure.php. But it still is the same with my products. Click on NEW Products on my front page, and when you try to go to page 2 or 3, the products are the same from the first page ones. Maybe there is more I should do? I never have had to do this before

 

Thanks

 

Ryan

 

 

 

 

 

Hi

 

This looks like a problem in one of your config files

 

your urls show like this http://ihardwarecenter.com//index.php you have two slashes like this //

 

goto all of your config files ie includes/configure.php and remove the slash after your domain or change it like this

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', http://ihardwarecenter.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://ihardwarecenter.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'ihardwarecenter.com');

define('HTTPS_COOKIE_DOMAIN', 'ihardwarecenter.com');

 

also change your includes/local/configure.php file so you domain does not have a slash after it ie. change from ihardwarecenter.com/ to ihardwarecenter.com remove the slash after your domain within the config files.

This should fix the problem

 

Let us know how you get on by replying to the forum :thumbsup:

Link to comment
Share on other sites

Thank you, Cordon, I will try. I cant seem to find php.ini anywhere though in my files?

Give a search to the root folder where you have installed your web server. For eg for in the latest version of php it is located in wamp\Apache2\bin

Link to comment
Share on other sites

Well, I tried this and nothing happened. My tech support said php.ini is hidden, so they told me to paste php_flag register_globals on in my .htaccess file, which I did, and nothing happened. Thanks for the suggestion. Any others, guys?

 

Ryan

Link to comment
Share on other sites

Well, I reinstalled my catalogue again but again, I am getting the same results. I must also mention this started after I staerted using Easy Populate. To see for yourselves, go to iwww.hardwarecenter.com/products_new.php and you will see that the products stay the same, even after you go to the next page.

 

Any suggestions?

 

Ryan

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...