Announcement

Collapse
No announcement yet.

Colours in shopping cart

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Colours in shopping cart

    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
    www.magicalwonders.com

    #2
    The form emphasis for the checkout is contained within the Design | Colours option of the software, which will then alter the emphasis of the background colour for you within the check out

    Hope that helps.

    Comment


      #3
      Hi Techno,

      Thanks for your help,

      I didn't think the design/colour option would work as there are problems using this with clean layout 14. As a result I have had to hard code my colours.

      But I've given it a go, and for this problem it works!

      Many thanks for your help!

      Myles
      Last edited by magicalwonders; 02-Nov-2004, 04:20 PM. Reason: added info
      www.magicalwonders.com

      Comment

      Working...
      X