Can Shopp or WP ecommerce create something as extensive as these sites? Other recommended solutions?

I would either recommend PHPurchase or Shopp for WordPress. Each have their own pro’s and cons in relation to set-up and features. Both of the below plugins are not free, but a lot of free e-commerce solutions like WP E-Commerce sometimes just aren’t enough to build a great online store. PHPurchase Allows you customise every … Read more

WP Ecommerce, Gold Cart and pagination

This is a kludge, not a fix. This patch fixes the problem, but doesn’t identify why it is happening. In file wp-content\plugins\wp-e-commerce\wpsc-includes\theme.functions.php locate the function function wpsc_display_products_page( $query ) Add the following code just before the WP_QUERY object is created: if(!empty($query[‘tag’])){ $args[‘product_tag’] = $query[‘tag’]; } // John Larysz. January 2012 // // Patch to get … Read more

Unable to upload new file as a product

WordPress does not allow uploads of .xml files but you can add it by adding a mime type for it. This worked for me: function addUploadXML($mimes) { $mimes = array_merge($mimes, array(‘xml’ => ‘text/xml’));. return $mimes; } add_filter(‘upload_mimes’, ‘addUploadXML’); Also, when I researched the mime type, I came up with a number of different suggestions for … Read more

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