Hi list,
I'm in a muddle. I`ve create some catalogs with success. But after CVS
this week, there is a misbehavior with the checkout process. If I use
credit card as a payment methode, all works well. But if I use any kind
of another payment methode like "Payment Method: Company P.O.", I get
the whole credit card info encrypted. This happen with the
catalog construct.
Another misbehavior is my own catalog on IC 4.6.2! With credit
card as a payment methode, it works very well. But with "I will call
you" as a payment methode, I get an attached file
"application/pgp-encryptd (600) bytes". After using pgpv, I get
^Kb^Estdin^H^@^DP
or (with hexedit)
00000000 0B 62 05 73 74 64 69 6E 08 00 04 50 .b.stdin...P
I can't find the cause. The only thing to get the same result is using
# touch test.txt
# pgpe -fat -r order@xxxxxxxxxxxxxx -o test.pgp test.txt
1024 bits, Key ID 4B8ED83E, Created 1999-04-15
"xxxxxxxxxxx"
Creating output file test.pgp
# pgpv -o test.out test.pgp
Message is encrypted.
Need a pass phrase to decrypt private key:
1024 bits, Key ID 448E2750, Created 1999-04-15
Enter pass phrase:
Pass phrase is good.
Opening file "test.out" type binary.
# cat test.out
test.txt¿P#
# less test.out
^Ntest.txt¿^@^DP
test.out (END)
# hexedit test.out
00000000 0E 62 08 74 65 73 74 2E 74 78 74 BF 00 04 50 .b.test.txt....P
Why should IC using the encryptor function, if there are no credit card
number or any credit card info?
Any hints, helps or suggestions are very welcome.
Thanks!
Joachim
--
Hans-Joachim Leidinger
buch online jojo@xxxxxxxxxxxxxx
Munscheidstr. 14 FAX: +49 209 1671441
45886 Gelsenkirchen FAX: 0209 1671441
Thread at a glance:
Previous Message by Date:
click to view message preview
internationalization/Greek
I have been using the minivend - the older versions - for some time now and I
had done the appropriate settings/translation in the locale file gr_GR in
order to support my Greek customers. I've installed the last version of
"interchange" and that's when my headache started!!!!!
Problems...
1. When I try to do what I was doing in the locale file of the minivend, in
the locale file of the "interchage" and then I start the "interchange" an
error appears in the config file of the catalog in the locale gr_GR line.
2. Using the admin interface and Greek characters in the description of the
items, e.t.c. the appearance of the description in the html pages in not
correct. Do you think that I will solve this problem if I change the character
code from iso-8859-1 to iso-8859-7 and if yes where should I go to do this
change?
3. Where is the admin interface directory? In the browser it appears that it
should be under /cgi-bin/democat/admin/index.html but the democat directory
doesn't have a subdirectory admin with index.html file.
4. How can cancel/uninstall a catalog that I don't need?
Thanks for any help
Sotiris
____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
Next Message by Date:
click to view message preview
ship country ?- tax? (partly done, need help)
>I need to change the defults for country: USA, canada, other
I manually edited checkout.html, and added the country list.
>I there a way to make it calculate seperatly like the TOTAL price.
Using the code(modified) from JOJO the checkout page can display the tax for
each item when listed.
However I need a way to add this number to the [salestax] inside JOJO's script.
Screen output:
Remove | SKU | Description | Quantity | Price | Item Tax | Item Total
[*] | 0000043 | Gft Wrap | Jesus/reason 1/2 Ream (test:MWST1) | 1 |
$72.00 | $5.06 | $72.00
---------------------
Subtotal: $72.25
Sales Tax1 (7%): $0.00 which is actually [salestax]
Sales Tax2 (16%): [salestax2]
Shipping: $4.76
TOTAL: $77.01
USING your COMPUT_VAT script:
if($vatkz =~ /MWST2/){
$a = ($outprice * $outmenge)*"0.16";
$vat = $vat + $a;
} else {
$a = ($outprice * $outmenge)*"0.07";
$vat = $vat + $a;
}
I need to add something line $salestax = $salestax + a$ on the 7%, and
$salestax2 = $salestax2 + a$ on the 16%.
Ken
Heidelberg, Deutschland :)
Previous Message by Thread:
click to view message preview
internationalization/Greek
I have been using the minivend - the older versions - for some time now and I
had done the appropriate settings/translation in the locale file gr_GR in
order to support my Greek customers. I've installed the last version of
"interchange" and that's when my headache started!!!!!
Problems...
1. When I try to do what I was doing in the locale file of the minivend, in
the locale file of the "interchage" and then I start the "interchange" an
error appears in the config file of the catalog in the locale gr_GR line.
2. Using the admin interface and Greek characters in the description of the
items, e.t.c. the appearance of the description in the html pages in not
correct. Do you think that I will solve this problem if I change the character
code from iso-8859-1 to iso-8859-7 and if yes where should I go to do this
change?
3. Where is the admin interface directory? In the browser it appears that it
should be under /cgi-bin/democat/admin/index.html but the democat directory
doesn't have a subdirectory admin with index.html file.
4. How can cancel/uninstall a catalog that I don't need?
Thanks for any help
Sotiris
____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
Next Message by Thread:
click to view message preview
ship country ?- tax? (partly done, need help)
>I need to change the defults for country: USA, canada, other
I manually edited checkout.html, and added the country list.
>I there a way to make it calculate seperatly like the TOTAL price.
Using the code(modified) from JOJO the checkout page can display the tax for
each item when listed.
However I need a way to add this number to the [salestax] inside JOJO's script.
Screen output:
Remove | SKU | Description | Quantity | Price | Item Tax | Item Total
[*] | 0000043 | Gft Wrap | Jesus/reason 1/2 Ream (test:MWST1) | 1 |
$72.00 | $5.06 | $72.00
---------------------
Subtotal: $72.25
Sales Tax1 (7%): $0.00 which is actually [salestax]
Sales Tax2 (16%): [salestax2]
Shipping: $4.76
TOTAL: $77.01
USING your COMPUT_VAT script:
if($vatkz =~ /MWST2/){
$a = ($outprice * $outmenge)*"0.16";
$vat = $vat + $a;
} else {
$a = ($outprice * $outmenge)*"0.07";
$vat = $vat + $a;
}
I need to add something line $salestax = $salestax + a$ on the 7%, and
$salestax2 = $salestax2 + a$ on the 16%.
Ken
Heidelberg, Deutschland :)