X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Customer Notes (https://forum.x-cart.com/showthread.php?t=1957)

Jonny 03-20-2003 03:04 PM

Customer Notes
 
any ideas how i get these working with credit card payment, the only time they seem to work is with offline payments such as phone or fax ordering

cheers

funkydunk 03-21-2003 10:01 AM

new code for skin1/customer/main/payment_cc.tpl

Code:

{* $Id: payment_cc.tpl,v 1.4 2002/12/10 08:57:11 sdg Exp $ *}
{if $config.disable_ccinfo eq "N"}
<table border=0 cellspacing=0 cellpadding=2>
{include file="main/register_ccinfo.tpl"}
</table>
{else}
{$lng.disable_ccinfo_msg}

{/if}
<table border=0 cellspacing=0 cellpadding=2>
<tr valign=middle>
<td height=20 colspan=3>Notes<hr size=1 noshade></td>
</tr>
<tr valign=top>
<td>Customer notes:</td>
<td><font class=Star>*</font></td>
<td nowrap>
<textarea cols=45 rows=6 name=Customer_Notes></textarea>
</td>
</tr>
</table>


hth

Jonny 03-23-2003 10:05 PM

hi funkydunk

thanks for the reply

i tested the customer notes, but no notes were stored in the database with the order..

we need to use this so the customer can communicate with us at the time of ordering

many thanks.

sulaco 03-26-2003 06:23 AM

Any suggestion ?
 
Hi,

Anybody can help on that matter ?
It is important to have a comment box on the CC manual processing payment, but it needs obviously to be stored in the base so that the shop owner can read the comments.

Thanks for your help,

Fred


All times are GMT -8. The time now is 12:24 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.