| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
change upper to lower case | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
![]() Hi all, I cant find my old posting on this. Im trying to find how I can change my template skin from showing upper case automatically to lower case as standard but with the first letter as uppercase.
Can anyone help please? thank you :O)
__________________
X-Cart 4.1.11 on Linux HandsOnWebHosting: Very helpful & professional Custom Skin Design by ARS. Numerous, ney, hundreds of modifications by ARS. AlteredCart: Download Expander, One Page Checkout, BCS Engineering: Great team, Top service. WebsiteCM: good products & very professional CDSEO, Hidden Categories, Custom Work Magnetic One Store Manager: Brill Forms To Go: Excellent+A+support |
|||||||||
#2
|
|||||||||
|
|||||||||
![]() Check the skin1.css:
Quote:
__________________
Louise Studio 57 Designs - X-Cart Customization Providing X-Cart Services since 2004 Hottest Blog Directory - Submit Your Blog for a Free Listing |
|||||||||
#3
|
|||||||||
|
|||||||||
![]() thanks dalmuti, Im confused if this is to go into the css file as the format is different
eg: Category page */ .SubcatTitle { padding-left: 5px; width: 95%; text-align: left; } .SubcatInfo { white-space: nowrap; color: #000000; text-align: right; } /* I would guess I would put it in like this: */ .SubcatTitle { padding-left: 5px; width: 95%; text-align: left; } <style> P { text-transform: uppercase } </style> .SubcatInfo { white-space: nowrap; color: #000000; text-align: right; } /* but Im not sure if that looks correct, the syntax does not look right..
__________________
X-Cart 4.1.11 on Linux HandsOnWebHosting: Very helpful & professional Custom Skin Design by ARS. Numerous, ney, hundreds of modifications by ARS. AlteredCart: Download Expander, One Page Checkout, BCS Engineering: Great team, Top service. WebsiteCM: good products & very professional CDSEO, Hidden Categories, Custom Work Magnetic One Store Manager: Brill Forms To Go: Excellent+A+support |
|||||||||
#4
|
|||||||||
|
|||||||||
![]() I am new to the Xcart
Can someone tell me how to change my catorgeries from upper case to capital to the first letter and where i would do it Thanks in advance Gave up with CCP6 and trying Xcart out
__________________
Thank's Lewis Afford www.mobile-phone-batteries.eu X-cart v4.4.5 gold www.mobile-phone-batteries.co.ukv4.4.5 gold www.qualitechnic.co.uk v4.4.5 gold Add-on: X-AOM (Advanced Order Management) |
|||||||||
#5
|
|||||||||
|
|||||||||
![]() I gave up on this, too fiddly for me so I got 7dana to do it and it was done in a flash.
__________________
X-Cart 4.1.11 on Linux HandsOnWebHosting: Very helpful & professional Custom Skin Design by ARS. Numerous, ney, hundreds of modifications by ARS. AlteredCart: Download Expander, One Page Checkout, BCS Engineering: Great team, Top service. WebsiteCM: good products & very professional CDSEO, Hidden Categories, Custom Work Magnetic One Store Manager: Brill Forms To Go: Excellent+A+support |
|||||||||
#6
|
|||||||
|
|||||||
![]() Code:
http://smarty.php.net/manual/en/language.modifiers.php#language.modifier.capitaliz e
__________________
xcartmods.co.uk |
|||||||
#7
|
|||||||||
|
|||||||||
![]() Thanks but where does this code go
lewis
__________________
Thank's Lewis Afford www.mobile-phone-batteries.eu X-cart v4.4.5 gold www.mobile-phone-batteries.co.ukv4.4.5 gold www.qualitechnic.co.uk v4.4.5 gold Add-on: X-AOM (Advanced Order Management) |
|||||||||
#8
|
|||||||
|
|||||||
![]() skin1/customer/categories.tpl
__________________
xcartmods.co.uk |
|||||||
#9
|
|||||||||
|
|||||||||
![]() Thanks That was quick
![]()
__________________
Thank's Lewis Afford www.mobile-phone-batteries.eu X-cart v4.4.5 gold www.mobile-phone-batteries.co.ukv4.4.5 gold www.qualitechnic.co.uk v4.4.5 gold Add-on: X-AOM (Advanced Order Management) |
|||||||||
#10
|
|||||||||
|
|||||||||
![]() hello PhilJ
It does not seem to work I have tried it in a few places From this:- <tr class="CategoriesListRow"> <td valign="top" class="CategoriesListImg"><img src="{$ImagesDir}/custom/blue_arr.gif" width="10" height="14" alt="" /> </td> <td width="100%" class="CategoriesList"><a href="home.php?cat={$c.categoryid}" class="VertMenuItems">{$c.category}</a></td> </tr> <tr> To This :- <tr class="CategoriesListRow"> <td valign="top" class="CategoriesListImg"><img src="{$ImagesDir}/custom/blue_arr.gif" width="10" height="14" alt="" /> </td> <td width="100%" class="CategoriesList"><a href="home.php?cat={$c.categoryid}" class="VertMenuItems">{$c.category|capitalize:true }</a></td> </tr> Still all in capitals i only want the first letter caps
__________________
Thank's Lewis Afford www.mobile-phone-batteries.eu X-cart v4.4.5 gold www.mobile-phone-batteries.co.ukv4.4.5 gold www.qualitechnic.co.uk v4.4.5 gold Add-on: X-AOM (Advanced Order Management) |
|||||||||
|
|||
X-Cart forums © 2001-2020
|