[ic] problems with "Standard"

Daniel Davenport DDavenport at newagedigital.com
Mon Apr 3 21:27:57 EDT 2006


 

> -----Original Message-----
> From: interchange-users-bounces at icdevgroup.org 
> [mailto:interchange-users-bounces at icdevgroup.org] On Behalf 
> Of Mason List
> Sent: 2006 April 03 -- Monday 4:19 PM
> To: interchange-users at icdevgroup.org
> Cc: racke at linuxia.de
> 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



More information about the interchange-users mailing list