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

[ic] disabling payment with certain addresses



Hi all,

If I cannot calculate a shipping value for a user, currently interchange takes the customer through to the checkout page with zero set for shipping cost.

I have tried to disable the customer being able to get through to the credit card payment by doing the following;

(as FLATI is my default shipping for places that I can't calculate)
[if value mv_shipmode eq 'FLATI'] <tr>
<td class="contentbar1" colspan="2">&nbsp;</td>
<td class="contentbar1">
<font color=red>
I cannot automatically calculate shipping for international orders
</font>
</td>
<td class="contentbar1" colspan="2">
</tr>
[/if]

and disabling the credit cards with;

[set CREDIT_CARDS_ACCEPTED]false[/set]

However this is not disabling the credit card section, in the select payment form?

Any ideas on what I am doing wrong?

--

Tom

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