Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you want to display all products/images?
    I do that on http://www.spyworld.no by using the shortcodes for each category:

    [wpsc_products category_url_name=’spionkameraer’]
    [wpsc_products category_url_name=’romavlytting’]
    [wpsc_products category_url_name=’dirker’]

    Hello.
    My category is the same. After inserting the code on the page, it shows placeholders that are scattered all over the page. I also get a spinning wheel once I enable add to cart.
    Any help please?

    Hello.
    My category is the same. After inserting the code on the page, it shows placeholders that are scattered all over the page. I also get a spinning wheel once I enable add to cart.
    Any help please?

    Do you have a call to wp_head() in your header.php file?

    <html>
    <head>
    <?php wp_head(); ?>
    </head>
    <body>
    </body>
    </html>
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wp E-Commerce images in category shortcode display not showing’ is closed to new replies.