• I installed the E-Commerce plugin a week or so ago and haven’t done much as far as creating my own theme until now. This issue however was present when I first installed and activated the plugin. It is the only issue remaining and I cannot find the solution.

    Product Page Location:
    http://www.riseoftheinfected.com/store

    The shopping cart displays fine at the top and is styled correctly. The issue is that the products do not appear until the very bottom of the page.

    I was also having the same issue with the checkout page. That issue has been corrected by the following changes in my css file.

    table.productcart{
     width: 100%;
     }

    Changed to…

    table.productcart{
     width: 95%;
     }

    If someone could please help me correct this issue I would appreciate it. The forum on the plugins site has not been helpful so far. Thanks.

Viewing 1 replies (of 1 total)
  • I have the very same problem too, it happened when i changed themes and i don’t know how to fix it.
    Let me know if you ever got it resolved.

    Many thanks

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP E-Commerce] Products Page Display Issue’ is closed to new replies.