MiniVend Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

Frustrated :)



******    message to minivend-users from "Scott Ross" <scottr@multiplay.com.au>     ******

Im expecting to get stacks of help soon just to shut me up :)

This is what i have for EncryptProgram in Catalog.cfg
EncryptProgram /bin/pgp/pgp -feat  __ORDERS_TO__ -fat 2>/dev/null

CreditCard auto is set to No
*when it is set to yes I get validation error*

This is the end part of my checkout.html

Sorry for the huge email.

[set [L]Place Order![/L]]
mv_todo=submit
[if config CyberCash]mv_cyber_mode=__CYBER_MODE__
[/if]
[/set]

<TABLE><TR><TD>
<INPUT TYPE=radio NAME=email_copy [checked email_copy 1] VALUE="1">Yes
<INPUT TYPE=radio NAME=email_copy [checked name=email_copy value=0
default=1] VALUE="0">No
</TD><TD>
<I>Send an email copy of my receipt</I>
</TD></TR>
[if session logged_in]
<TR><TD ALIGN=RIGHT>
<INPUT TYPE=checkbox NAME=mv_check CHECKED VALUE="Save_database">
</TD><TD>
<I> Save my information in the database</I>
[set Save_database]
[userdb save]
[/set]
[/if]
</TD></TR></TABLE>

<CENTER>
<B><INPUT TYPE=submit NAME=mv_click VALUE="[L]Place Order![/L]"></B><BR>
<FONT SIZE="-1"><INPUT TYPE=submit VALUE="[L]Update info, don't place
order[/L]"></FONT>
</CENTER>
<P>
<B>Gift note or Special Instructions<BR>
<TEXTAREA NAME=gift_note ROWS=5 COLS=72>[value gift_note]</TEXTAREA>
</FORM>
<P>
<CENTER><A HREF="/">Return to __COMPANY__ home page</A> (make sure you save
first!)</CENTER>
[include pages/menubar]
[include pages/copyright]
<!-- current page: @@MV_PAGE@@ -->
</body> </html>

[set checkout_profile]
name=required
address=required
city=required
country=required
[calc]
        my $country = q{[cgi country]};
        $country =~ s/\W+//g;
        return 'phone_day=phone' unless $country =~
/^(US|CA|USA|UnitedStates|Canada)$/i;
        return "state=state_province\nzip=zip\nphone_day=phone_us";
[/calc]
email=required
email=email
&fatal = yes

[if value fax_order]
&set = mv_payment Call Us
[elsif config CyberCash]
&set=mv_payment CyberCash Credit Card
[/elsif]
[elsif config CreditCardAuto]
&set=mv_payment Credit Card ([default mv_credit_card_type unknown])
mv_credit_card_info=required
[/elsif]
[else]
&set=mv_payment Will Call
[/else]
[/if]

&final = yes
&set=mv_email [value email]

[/set]




-
To unsubscribe from the list, DO NOT REPLY to this message.  Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list


Search for: Match: Format: Sort by: