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 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

tech