Search found 3 matches
- Sun Sep 20, 2009 12:03 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: search is broken
- Replies: 2
- Views: 2007
Re: search is broken
This might help - <!-- search --> <div id="searchfield"> <input name="ctl00$wpm$CategoryGrid4$ctl00$SearchPhrase" type="text" maxlength="255" id="ctl00_wpm_CategoryGrid4_ctl00_SearchPhrase" onkeydown="if(event.which || event.keyCode){if ((event.which == 13) || (event.keyCode == 13)) {document.getEle...
- Sun Sep 20, 2009 11:58 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: search is broken
- Replies: 2
- Views: 2007
search is broken
Hey, so my search function is broken. Does anyone know where I should look to replace this data?
If you could just point me in the right direction Id be grateful. Thanks.
If you could just point me in the right direction Id be grateful. Thanks.
- Fri Sep 11, 2009 2:18 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Invoice Customization Question
- Replies: 0
- Views: 3356
Invoice Customization Question
Hey,Ive added columns to my invoice do that the price, discount (or coupon), and total will load in that order one after the other. Now I need to figure our where the data for these fields is being generated. Currently each discount is loading as a new line item so I think the data is first being lo...