| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
I have looked EVERYWHERE to change this color and nothing! | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() 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
__________________
cwill2200 X-Cart Gold 4.0.18 FreeBSD |
|||||||
#2
|
|||||||
|
|||||||
![]() Screenshot would be helpful...but you are probably talking about customer/main/cart_contents.tpl.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||
|
|||||||
![]() 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
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4 |
|||||||
#4
|
|||||||
|
|||||||
![]() WOW! Thank you SO much! That will really help with a ton of stuff!
__________________
cwill2200 X-Cart Gold 4.0.18 FreeBSD |
|||||||
#5
|
|||||||
|
|||||||
![]() 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
__________________
cwill2200 X-Cart Gold 4.0.18 FreeBSD |
|||||||
#6
|
|||||||
|
|||||||
![]() 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:
Code:
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.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4 |
|||||||
#7
|
|||||||
|
|||||||
![]() 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
__________________
cwill2200 X-Cart Gold 4.0.18 FreeBSD |
|||||||
#8
|
|||||||
|
|||||||
![]() 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!
__________________
cwill2200 X-Cart Gold 4.0.18 FreeBSD |
|||||||
#9
|
|||||||
|
|||||||
![]() 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 *}
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4 |
|||||||
#10
|
|||||||
|
|||||||
![]() 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:
__________________
cwill2200 X-Cart Gold 4.0.18 FreeBSD |
|||||||
|
|||
X-Cart forums © 2001-2020
|