WP_Query for WooCommerce Products

<ul class=”products”> <?php $args = array( ‘post_type’ => ‘product’, ‘posts_per_page’ => 12 ); $loop = new WP_Query( $args ); if ( $loop->have_posts() ) { while ( $loop->have_posts() ) : $loop->the_post(); wc_get_template_part( ‘content’, ‘product’ ); endwhile; } else { echo __( ‘No products found’ ); } wp_reset_postdata(); ?> </ul><!–/.products–>

Recommended eCommerce Plugin for a T-Shirt Sales Business? [closed]

Woo (the makers of WooThemes) announced their integration with shopify recently, from the looks of it… http://themes.shopify.com/themes/air/styles/air would do what you want.. I would look into hosting the shop at Shopify, and seeing if your base website can be wordpress. Woo has announced that they’re working on a e-commerce framework as well, but until that … Read more

Scaling a WP eCommerce site

I’ve developed a 55k product ecommerce site using WordPress with the Shopp plugin and can share what I’ve done to MySQL to eke out better performance, YMMV and some (or all) of these may not apply to your situation. Determine how much you need to increase buffers/caches by by looking at the output from a … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)