[ic] item-modifier in 4.8?

Gustavo A. Barreto A. interchange-users@interchange.redhat.com
Thu Nov 1 12:36:00 2001


This is a multi-part message in MIME format.

------=_NextPart_000_0042_01C162D1.A8C82360
Content-Type: multipart/alternative;
	boundary="----=_NextPart_001_0043_01C162D1.A8C82360"


------=_NextPart_001_0043_01C162D1.A8C82360
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello, I just upgraded from 4.6 to 4.8, big jump! ;)

I moved one of my stores to the new IC because administrave reasons... =
my boss asked me to do that. I just set everything to use the 4.8 IC but =
with the same files and database structure used in 4.6. After that =
everything works ok except the item-modifier options that I used to =
have. I used to have 3 item-options embroidery-tex embroidery-font and =
embroidery-color.For reference in my cart I have:


      [if-item-field sku =3D~ /-1$/ ]
                <br><font face=3D"Verdana, Arial, Helvetica, sans-serif" =
size=3D"1">
                <select name=3D"[modifier-name embr_font]" size=3D1>
                <option value=3D"Block letter">Block letter
                <option value=3D"Script">Script
                </select>&nbsp;&nbsp;
                <select name=3D"[modifier-name embr_color]" size=3D1>
                <option value=3D"Navy">Navy
                <option value=3D"Royal Blue">Royal Blue
                <option value=3D"Black">Black
                <option value=3D"Emerald Green">Emerald Green
                <option value=3D"Burgundy">Burgundy
                <option value=3D"Peach">Peach
                <option value=3D"Pink">Pink
                <option value=3D"Red">Red
                </select>
                <br>
                <textarea wrap=3Dphysical name=3D"[modifier-name =
embr_text]" rows=3D2 cols=3D25></textarea>
        [/if-item-field]

This works aparently right, and I get the item-modifier data printed in =
the checkout.html where I have:

        [if-item-field sku =3D~ /-1$/ ]
                <br>
                <font face=3D"Verdana, Arial, Helvetica, sans-serif" =
size=3D"1">
                Font Type: [item-modifier embr_font]<br>
                Font Color: [item-modifier embr_color]<br>
                Text: [item-modifier embr_text]</FONT>
        [/if-item-field]=20

Everything works OK at this point, but I cannot get this information =
after the checkout. The information used to be sent in the report, where =
I have:

   [if-item-modifier embr_text] TEXT-->[item-modifier =
embr_text][/if-item-modifier]
   [if-item-modifier embr_color] COLOR-->[item-modifier =
embr_color][/if-item-modifier]
   [if-item-modifier embr_font] FONT-->[item-modifier =
embr_font][/if-item-modifier]

I tested that using=20

   [if-modifier embr_text] TEXT-->[item-modifier =
embr_text][/if-modifier]
   [if-modifier embr_color] COLOR-->[item-modifier =
embr_color][/if-modifier]
   [if-modifier embr_font] FONT-->[item-modifier =
embr_font][/if-modifier]

And that didnt worked either.

I already set the UseModifier in the catalog.cfg like this:

   UseModifier   size color embr_font embr_color embr_text

Everything seems to be OK, but the embroidery information is not printed =
in the report mail.

I will appreciate any help with this weird thing.....

TIA.


Gustavo.


------=_NextPart_001_0043_01C162D1.A8C82360
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DCourier size=3D2>Hello, I just upgraded from 4.6 to =
4.8, big jump!=20
;)</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>I moved one of my stores to the new =
IC because=20
administrave reasons... my boss asked me to do that. I just set =
everything to=20
use the 4.8 IC but with the same files and database structure used in =
4.6. After=20
that everything works ok except the item-modifier options that I used to =
have. I=20
used to have 3 item-options embroidery-tex embroidery-font and=20
embroidery-color.</FONT><FONT face=3DCourier size=3D2>For reference in =
my cart I=20
have:</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;[if-item-field sku=20
=3D~ /-1$/=20
]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;=20
&lt;br&gt;&lt;font face=3D"Verdana, Arial, Helvetica, sans-serif"=20
size=3D"1"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;select name=3D"[modifier-name embr_font]"=20
size=3D1&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;option value=3D"Block letter"&gt;Block=20
letter<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;option=20
value=3D"Script"&gt;Script<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;/select&gt;&amp;nbsp;&amp;nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;select name=3D"[modifier-name embr_color]"=20
size=3D1&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;option=20
value=3D"Navy"&gt;Navy<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;option value=3D"Royal Blue"&gt;Royal=20
Blue<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;option=20
value=3D"Black"&gt;Black<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;option value=3D"Emerald Green"&gt;Emerald=20
Green<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;option=20
value=3D"Burgundy"&gt;Burgundy<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;option=20
value=3D"Peach"&gt;Peach<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;option=20
value=3D"Pink"&gt;Pink<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;option=20
value=3D"Red"&gt;Red<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;/select&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;br&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;textarea wrap=3Dphysical name=3D"[modifier-name embr_text]" rows=3D2 =

cols=3D25&gt;&lt;/textarea&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;=20
[/if-item-field]</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>This works aparently right, and I get =
the=20
item-modifier data printed in the checkout.html where&nbsp;I</FONT><FONT =

face=3DCourier size=3D2> have:</FONT></DIV>
<DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier =
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
[if-item-field sku =3D~ /-1$/=20
]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;=20
&lt;br&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;font face=3D"Verdana, Arial, Helvetica, sans-serif" =
size=3D"1"&gt;</FONT></DIV>
<DIV><FONT face=3DCourier=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;=20
Font Type: [item-modifier embr_font]&lt;br&gt;</FONT></DIV>
<DIV><FONT face=3DCourier=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;=20
Font Color: [item-modifier embr_color]</FONT><FONT face=3DCourier=20
size=3D2>&lt;br&gt;</FONT></DIV>
<DIV><FONT face=3DCourier=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;=20
Text: [item-modifier=20
embr_text]&lt;/FONT&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
[/if-item-field] </FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>Everything works OK at this point, =
but I cannot=20
get this information after the checkout. The information used to be sent =
in the=20
report, where I have:</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>&nbsp;&nbsp; [if-item-modifier =
embr_text]=20
TEXT--&gt;[item-modifier embr_text][/if-item-modifier]<BR>&nbsp;&nbsp;=20
[if-item-modifier embr_color] COLOR--&gt;[item-modifier=20
embr_color][/if-item-modifier]</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2>&nbsp;&nbsp; [if-item-modifier =
embr_font]=20
FONT--&gt;[item-modifier embr_font][/if-item-modifier]</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>I tested that using </FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>&nbsp;&nbsp; [if-modifier embr_text]=20
TEXT--&gt;[item-modifier embr_text][/if-modifier]<BR>&nbsp;&nbsp; =
[if-modifier=20
embr_color] COLOR--&gt;[item-modifier =
embr_color][/if-modifier]</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2>&nbsp;&nbsp; [if-modifier embr_font]=20
FONT--&gt;[item-modifier embr_font][/if-modifier]</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>And that didnt worked =
either.</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>I already set the UseModifier in the =
catalog.cfg=20
like this:</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>&nbsp;&nbsp; UseModifier&nbsp;&nbsp; =
size color=20
embr_font embr_color embr_text</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>Everything seems to be OK, but the =
embroidery=20
information is not printed in the report mail.</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>I will appreciate any help with this =
weird=20
thing.....</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>TIA.</FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier size=3D2>Gustavo.</FONT></DIV>
<DIV><FONT face=3DCourier =
size=3D2></FONT>&nbsp;</DIV></DIV></BODY></HTML>

------=_NextPart_001_0043_01C162D1.A8C82360--

------=_NextPart_000_0042_01C162D1.A8C82360
Content-Type: text/x-vcard;
	name="Gustavo Adolfo Barreto.vcf"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="Gustavo Adolfo Barreto.vcf"

BEGIN:VCARD
VERSION:2.1
N:Barreto;Gustavo;Adolfo
FN:Gustavo Adolfo Barreto
ORG:Internet Total, Inc.
TEL;WORK;VOICE:(305) 3574677
TEL;WORK;FAX:(305) 3574677
ADR;WORK:;;1250 Hallandale Bch. Blvd;Hallandale;Fl;33009;USA
LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:1250 Hallandale Bch. =
Blvd=3D0D=3D0AHallandale, Fl 33009=3D0D=3D0AUSA
X-WAB-GENDER:2
URL;WORK:http://www.internettotal.com
BDAY:19720715
EMAIL;PREF;INTERNET:gbarreto@internettotal.net
REV:20011101T173516Z
END:VCARD

------=_NextPart_000_0042_01C162D1.A8C82360--