Pagination...

I’ve searched and searched, but no one seems to know how to fix the pagination problem that causes the cart to go to the home page instead of additional product pages.



I’ve turned pagination off and have got seo on and when I try to go to page 2 of my product page ********, I get redirected to my homepage…



Does anyone know how to fix this?

does your htaccess have the appropriate settings?



Clicking on Page2 in jewellery->pewter

I get this malformed URL


http://www.moonrust.co.uk/index.php?target%3Dcategories%26category_id%3D11&page=2

I know that it shouldn’t be “%3D” (should be a “?” mark)



Not sure what else to say

turn the seo off, let us know if the issue still persists…

Hi,

I believe that this is an issue with the SEO mod. There is an Appache rewrite mod that needs to be done by your ISP before the SEO mod works. I am also looking into to this at the moment.



Cheers

Andrew

If I turn SEO off, there’s no problem with getting to page 2…



Have I got the wrong code in my htaccess file:



DirectoryIndex index.html index.php





RewriteEngine on



RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php?sef_rewrite=1 [L,QSA]







:expressionless:

there’s lots of problems with the seo feature, I don’t even know if it’s worth trying to patch, might as well wait for an sp3 update and who knows when that will be…

doddles, I don’t seem to have any problems with SEO. There are only 2 things that I can think of that would be causing your problem. One is what Andrew suggested about not having the mod_rewrite installed on your server. The other is if you have your site on a subdomain, then the htaccess file would need to be editted to show on the subdomain:


```php DirectoryIndex index.html index.php





RewriteEngine on

Some hostings require RewriteBase to be uncommented

Example:

Your store url is http://www.yourcompany.com/store/cscart

So “RewriteBase” should be:

RewriteBase /store/cscart

RewriteBase / [COLOR=“Red”]<----------------------subdomain name[/COLOR]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php?sef_rewrite=1 [L,QSA]



```

Hello Texas Trophy…



Thanks for your help but my seo is working fine, it was pagination that I was having a problem with.



When I had seo turned on, the pagination wouldn’t work properly.



I’m never going to have that many products per catagory, so I’ve now decided to set my products per page to 100. This way, I’ll only ever have one page per catagory.



Problem solved… I hope :expressionless:

With SEO on and pagination either on or off. No problems here for more than one product page in a category.

No luck here…



I just tried again with seo on, and my page 2 does not want to know!!



I’d rather have seo than multiple pages (as I said, I’m not going to have many products in each catagory, so this shouldn’t be a problem).

I have a situation somewhat similar to pagination. Starting on page 2 products from previous pages are duplicates

Ex:

http://www.ft-shop.ro/aluaturi/

and

http://www.ft-shop.ro/aluaturi/page-2/

As you can see in page 2, appear products (duplicate) from Page 1 of "aluaturi" category when 12 products are displayed per page. the total number of products in this category is right but only shows all different when the selection for products per page is greater than the total number of products in this category (24,48,96).

Any help is welcome.

Thank you!

I have a situation somewhat similar to pagination. Starting on page 2 products from previous pages are duplicates

Ex:

http://www.ft-shop.ro/aluaturi/

and

http://www.ft-shop.ro/aluaturi/page-2/

As you can see in page 2, appear products (duplicate) from Page 1 of "aluaturi" category when 12 products are displayed per page. the total number of products in this category is right but only shows all different when the selection for products per page is greater than the total number of products in this category (24,48,96).

Any help is welcome.

Thank you!

This is a weird bug. I can not reproduce it on default CS-Cart v.4.3.3. Please PM me temporary FTP access to your server so we can check it.

This is known bug. Please check posts here:

http://forum.cs-cart.com/tracker/issue-6102-product-duplicates-on-catalog-pages/

This solution worked for me!!

Thank you very much!

You are welcome!