how to add weight field on checkout page in Jigoshop Plugin

Simply use a callback that you hook to wp_mail(). The first line of the function: extract( apply_filters( ‘wp_mail’, compact( ‘to’, ‘subject’, ‘message’, ‘headers’, ‘attachments’ ) ) The third argument $message is what you want to alter. Just return an array in the callback where you merge the original with your alterations.

Is it possible to set individual shipping prices in Woocommerce? [closed]

Just to help you out … WordPress and Magento are comparable as they are both PHP content management systems. However Magento doesn’t compare to WooCommerce in the way you mention it above. For example: you may not need WordPress if you installed Magento. But you have to install WordPress to use WooCommerce. What you are … Read more

Is wordpress good enough for ecommerce? [closed]

That’s all possible with WordPress, and you have several choices. E.g. WP E-Commerce or Jigoshop etc Scale-wise, it depends exactly what you’re wanting in terms of scale, initially and eventually. WordPress can be manipulated to scale quite far, you can buy a bigger server, shift a large chunk of your content and pages into the … Read more