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
=~ /-1$/
]
<br><font face="Verdana, Arial, Helvetica, sans-serif" size="1"> <select name="[modifier-name embr_font]" size=1> <option value="Block letter">Block letter <option value="Script">Script </select> <select name="[modifier-name embr_color]" size=1> <option value="Navy">Navy <option value="Royal Blue">Royal Blue <option value="Black">Black <option value="Emerald Green">Emerald Green <option value="Burgundy">Burgundy <option value="Peach">Peach <option value="Pink">Pink <option value="Red">Red </select> <br> <textarea wrap=physical name="[modifier-name embr_text]" rows=2 cols=25></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 =~ /-1$/
]
<br> <font face="Verdana, Arial, Helvetica, sans-serif" size="1">
Font Type: [item-modifier embr_font]<br>
Font Color: [item-modifier embr_color]<br>
Text: [item-modifier
embr_text]</FONT>
[/if-item-field] 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
[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.
|
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=QUOTED-PRINTABLE:1250 Hallandale Bch. Blvd=0D=0AHallandale, Fl 33009=0D=0AUSA X-WAB-GENDER:2 URL;WORK:http://www.internettotal.com BDAY:19720715 EMAIL;PREF;INTERNET:gbarreto@internettotal.net REV:20011101T173516Z END:VCARD