[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [ic] problems with "Standard"


 

> -----Original Message-----
> From: suppressed 
> [mailto:suppressed On Behalf 
> Of Mason List
> Sent: 2006 April 03 -- Monday 4:19 PM
> To: suppressed
> Cc: suppressed
> Subject: Re: [ic] problems with "Standard"
> 
> Ok, what can I do about #1?

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.



> 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], or
quantity[item-increment].

--
Daniel Davenport
New Age Digital
http://www.newagedigital.com

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