I'm trying to change the default colours that appear in the shopping cart for Theme layout 14.
I'm almost there, but I have two remaining areas which I want to change.
The top row which contains "Description Quantity Price Cost" and the "amount" field which appears to the right of total appear in green. I'd like to change this to blue to match my site colours.
The code that appears to control this is in Act_shopping cartxml.
NETQUOTEDEL:REFERENCE
<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=LEFT WIDTH=80><SPAN CLASS="actxsmall">NETQUOTEVAR:REFERENCECAPTION</SPAN></TH>
NETQUOTEDEL:REFERENCE
<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=LEFT WIDTH=300><SPAN CLASS="actxsmall">NETQUOTEVARESCRIPTIONCAPTION</SPAN></TH>
<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=RIGHT WIDTH=80><SPAN CLASS="actxsmall">NETQUOTEVAR:QUANTITYCAPTION</SPAN></TH>
NETQUOTEDEL:PRICES
<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=RIGHT WIDTH=60><SPAN CLASS="actxsmall">NETQUOTEVAR:PRICECAPTION</SPAN></TH>
<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=RIGHT WIDTH=60><SPAN CLASS="actxsmall">NETQUOTEVAR:COSTCAPTION</SPAN></TH>
NETQUOTEDEL:PRICES
Not too sure how to edit this.
Do I simply put bgcolor="#00cdfe" Netquotevar:Checkoutem etc., or do I remove the Netquotevar:Checkoutems and then replace with my colours?
Help!
Myles Sinclair
I'm almost there, but I have two remaining areas which I want to change.
The top row which contains "Description Quantity Price Cost" and the "amount" field which appears to the right of total appear in green. I'd like to change this to blue to match my site colours.
The code that appears to control this is in Act_shopping cartxml.
NETQUOTEDEL:REFERENCE
<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=LEFT WIDTH=80><SPAN CLASS="actxsmall">NETQUOTEVAR:REFERENCECAPTION</SPAN></TH>
NETQUOTEDEL:REFERENCE
<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=LEFT WIDTH=300><SPAN CLASS="actxsmall">NETQUOTEVARESCRIPTIONCAPTION</SPAN></TH>
<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=RIGHT WIDTH=80><SPAN CLASS="actxsmall">NETQUOTEVAR:QUANTITYCAPTION</SPAN></TH>
NETQUOTEDEL:PRICES
<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=RIGHT WIDTH=60><SPAN CLASS="actxsmall">NETQUOTEVAR:PRICECAPTION</SPAN></TH>
<TH BGCOLOR="NETQUOTEVAR:CHECKOUTEM" ALIGN=RIGHT WIDTH=60><SPAN CLASS="actxsmall">NETQUOTEVAR:COSTCAPTION</SPAN></TH>
NETQUOTEDEL:PRICES
Not too sure how to edit this.
Do I simply put bgcolor="#00cdfe" Netquotevar:Checkoutem etc., or do I remove the Netquotevar:Checkoutems and then replace with my colours?
Help!
Myles Sinclair
Comment