total rows + readme

This commit is contained in:
Mike Jolley 2012-02-16 16:54:22 +00:00
parent d3737c39f1
commit 94028e3528
2 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
=== WooCommerce ===
=== WooCommerce excelling eCommerce ===
Contributors: woothemes, mikejolley, jameskoster
Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, shop, shopping, cart, checkout, widgets, reports, shipping, tax, paypal, inventory
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@woothemes.com&item_name=Donation+for+WooCommerce
@ -6,11 +6,13 @@ Requires at least: 3.3
Tested up to: 3.3
Stable tag: 1.4.3
WooCommerce is an open-source e-commerce toolkit that helps you sell anything. Beautifully.
WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.
== Description ==
Transform your WordPress website into a thorough-bred online store. Delivering enterprise-level quality & features whilst backed by a name you can trust. Say hello to WooCommerce.
Transform your WordPress website into a thorough-bred online store. Delivering enterprise-level quality and features whilst backed by a name you can trust. Say hello to WooCommerce.
WooCommerce is built by WooThemes who also offer premium eCommerce themes and extensions to further enhance your shopfront.
[vimeo http://vimeo.com/29198966]

View File

@ -14,7 +14,7 @@ $available_methods = $woocommerce->shipping->get_available_shipping_methods();
<tr>
<th class="product-name"><?php _e('Product', 'woocommerce'); ?></th>
<th class="product-quantity"><?php _e('Qty', 'woocommerce'); ?></th>
<th class="product-subtotal"><?php _e('Totals', 'woocommerce'); ?></th>
<th class="product-total"><?php _e('Totals', 'woocommerce'); ?></th>
</tr>
</thead>
<tfoot>
@ -181,7 +181,7 @@ $available_methods = $woocommerce->shipping->get_available_shipping_methods();
<tr>
<td class="product-name">'.$_product->get_title().$woocommerce->cart->get_item_data( $values ).'</td>
<td class="product-quantity">'.$values['quantity'].'</td>
<td class="product-subtotal">' . $woocommerce->cart->get_product_subtotal( $_product, $values['quantity'] ) . '</td>
<td class="product-total">' . $woocommerce->cart->get_product_subtotal( $_product, $values['quantity'] ) . '</td>
</tr>';
endif;
endforeach;