![]() |
I have looked EVERYWHERE to change this color and nothing!
where in the world can this alternating color of gray be changed. I would think in one of the skin file but i cannot seem to find it ANYWHERE!
Please help! Example: Checkout: Step 2 of 2-Chart Product Tax Price Quantity Subtotal WSS Trial. FREE Trial Offer State of Texas Sales Tax 8% $0.54 $0.54 WSS8. 8 Week Subscription State of Texas Sales Tax 8% $9.18 1 $9.18 WSS4. 4 Week Subscription State of Texas Sales Tax 8% $9.82 1 $9.82 Summary: *$19.54 **$19.54 |
Screenshot would be helpful...but you are probably talking about customer/main/cart_contents.tpl.
|
Re: I have looked EVERYWHERE to change this color and nothin
Quote:
Have you changed the .ProductPrice .ProductPriceSmall in skin1.css? Pardon me if you already know this, but here's a trick to find the class to edit in the CSS files... 1. use webmaster mode 2. find the template that is displaying the elements you are focusing on 3. in the template, find the element -- what class has been assigned to the element? 4. change the CSS (but be warned -- this will change ALL the references to that class -- so if .ProductPriceSmall is used in many places, this will be your color... SO -- if you only want a new color on that page only, then simply make a new class, change the class in the template, and there you are. Here is a great site with CSS tips: http://www.w3schools.com/css/default.asp |
WOW! Thank you SO much! That will really help with a ton of stuff!
|
Screen shot of color I want to change, any idea where?
Here is a screen shot of that checkout form I was wanting to change. Any ideas where to change gray color?
http://www.iwantfreegroceries.com/Checkout.htm |
let's teach you how to fish...
1. admin section 2. webmaster mode (ignore the pop-up window/debugging console for now) 3. open customer area in new window (click on link - ignore any pop-up windows) 4.place two items in a cart 5. checkout 6. log in (or enter customer info) OK, now you are on the page in question, right? Now go to that pop-up "debugging" window. Hover over the various pages -- find the template that you need to edit -- it will "outline" when you hover over it. Careful - some templates are nested... In your case, the template that you want to edit it: /customer/main/cart_contents.tpl Click on the template name in the debugging window and an editing page opens up. I'm on a mac, so unless the edit is obvious, I usually copy the code, make a new document in dreamweaver (code) - then view as design/code -- in this case, you cn clearly see the class="TableHead" for the head, and class='TableSubHead' for the products... (you edit these values in your css file) While you're here... you might want to comment out these sections of code: Code:
{if $cart.display_cart_products_tax_rates eq "Y"} Code:
{if $cart.display_cart_products_tax_rates eq "Y"} Change your colors in the CSS file. learn which class is involved from the code... use a tool like dreamweaver to make it easier. I hope this is not too basic... I'm by no means an expert, but I have learned some basic skills. if you are going to build an xcart store that is not stock, you need to be able to edit these templates... keep reading! good luck. |
Fishing!
No this is not too basic, actually I did not understand how the debugging cosole worked so now I do. That will elliminate a TON of my questions so thanks for taking the time to explain.
I also removed the code you suggested but I don't see a difference, what should it have done? Thanks, Christy |
By the way X-cart is not open on the site yet so I just realized it posted my site, I'm an idiot and didn't realize. Sorry! So don't look yet, x-cart helped A TON!
It's funny, I remember when I could not figure out how sites had these great looking standardized forms, checkout process, etc. That's when I found out you can purchase a store (x-cart), DUGH! I just can't believe our web developer (india) never suggested it before! Ugggghhhhh! She was trying to do everything HOMEMADE, yuck! It's SUPER UGLY RIGHT NOW! |
Re: Fishing!
Quote:
It should have removed the "texas sales tax" column... you understand how to "comment out" a section, yes? {* the text you want xcart to ignore *} notice the space after {* and the space before *} |
ohhhh, okay, I just removed the code. But I will try this. It did not remove the tx sales tax column. Here is the code I am left with.
Code:
{* $Id: cart_contents.tpl,v 1.22 2004/07/07 08:25:41 svowl Exp $ *} |
All times are GMT -8. The time now is 07:21 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.