[wellwell-devel] [wellwell] Add product link to cart component.

Stefan Hornburg wellwell-devel at rt.icdevgroup.org
Tue Sep 28 09:36:05 UTC 2010


commit 39e19859f608d59ed6c1b616f9b51a49d2175e71
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Tue Sep 28 11:19:58 2010 +0200

    Add product link to cart component.

 components/cart |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/components/cart b/components/cart
index 032c5be..a05d516 100644
--- a/components/cart
+++ b/components/cart
@@ -10,7 +10,7 @@
 [item-list]
 <tr>
 <td><input type="submit" name="zero[quantity-name]" value="X">
-<td>[item-field name]</td>
+<td><a href="[item-code]">[item-field name]</a></td>
 <td><input name="[quantity-name]" size="3" value="[item-quantity]"></td>
 <td>[item-price]</td>
 <td>[item-subtotal]</td>



More information about the wellwell-devel mailing list