There's no "always_pass" check in IC til 5.4. There's a workaround, though. A couple, actually. There's a line in your form profiles that says something like mv_same_billing=always_pass If you replace that line with something like mv_same_billing=regex .* it ought to work.
But I'm using Interchange 5.4.0. Why do I have this error?
As for #2, I do get some errors, but they're all about theme_css.css. However, looking at the HTML I'm concerned about the checkbox's name: <tr class="cartnorm"> <td valign="top"> <input name="[item-quantity-name]" onclick="this.form.action='http://store.restoredirect.com/wha/ process', this.form.submit()" value="0" type="checkbox"> </td> <td><b>VWC10007</b></td> <td><a href="http://store.restoredirect.com/wha/VWC10007.html" class="cartlink"><b>American Ginseng</b></a> </td> <td valign="top"> <input name="[item-quantity-name]" value="1" size="3" type="text"> </td> <td> $15.75 </td> <td>$15.75</td> </tr>[item-quantity-name] doesn't seem to be a valid tag in pre-5.4 versions.Try replacing the tag with [quantity-name], [modifier-name quantity], orquantity[item-increment].
Again, I'm using 5.4, what concerns me is that the rendered HTML looks as it does above. Is that correct?
There is no way to tell different items apart: (rendered in browser)<INPUT TYPE=checkbox NAME="[item-quantity-name]" onClick="this.form.action='http://store.restoredirect.com/wha/ process', this.form.submit()" VALUE=0>
Please let me know where I've gone wrong.... Ryan _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.