• Hi !

    Since last thursday I’ve been trying to figure out my problem alone but failed.

    I have the last WP e commerce version installed, and it’s creating conflicts with the blog pages :
    when you go on the category Presse of my blog : https://ricochet-livres-jeunesse.fr/category/presse/
    and you click on the pagination link “Suivant” you will reach a page which lists some products of the WP e commerce plugin.

    I also desactivated the WP e commerce plugin, and saw that indeed when I am on a blog category and click on “Suivant” (Next) the pagination works…

    I know that the problem comes from the WP ecommerce plugin, but I don’t know how and where to fix this.

    Thanks for your help !

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter moodytryme

    (@moodytryme)

    No one ?
    If I’m not being clear, please ask me, the pagination on my blog is still not working because of WP Ecommerce…

    I also have the same problem & still not figure out why this problem occur. It seems that this problem cause by wordpress pagination and WP E-commerce pagination conflict.

    There is one thing that you can do to fix this (for a while) before GetShopped.org developer fix this problem ( I hope they will )

    On Admin Panel, Go to Setting —> Store —> Presentation tab —-> scroll down to Pagination Setting and set Use Pagination radio button to “no”

    It will turn off WP e-commerce pagination, so when you go on the blog Category and you click on the pagination link, it will not reach a page which lists some products of the WP e commerce plugin.

    The bad thing is, if your web visitor go to your shopping page, it will display entire products with no pagination because you turn off the pagination setting. But I think it’s better than having “broken link” in your website.

    I hope it help ??

    Thread Starter moodytryme

    (@moodytryme)

    Thanks for your answer !

    Unfortunately, it is very important that on my bookshop only 4 articles are shown…
    Is there a way to make the Wp ecommerce pagination work by inserting the code manually ? If it’s the case, maybe I will desactivate the pagination in the pagination settings…

    Thread Starter moodytryme

    (@moodytryme)

    I tried using

    // Display 24 products per page. Goes in functions.php
        add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 24;' ), 20 );

    but it doesn’t work.
    I also tried another code but it still won’t work.

    $wpsc_count_products = 4;

    Do you know how I can display manually the number of products per page. And by not using shortcodes.

    I’m using WP 3.5.1 with WP e-commerce 3.8.9.5 and I have the same problem.

    The default wordpress category pagination behaves weird since the ecommerce pagination is turned on. Turning off e-commerce pagination is not a really good solution because I have a lots of products.

    I hope someone find a solution. We really need it…

    Hi,

    same issue for me.
    Please comment this thread on Getshopped

    HI

    Found a workaround, I posted on GetShopped Forum

    Best regards,

    boLT

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WP E Commerce problem with blog categories pagination’ is closed to new replies.