![]() |
changing the language for sale items |
Post Reply
|
Page 12> |
| Author | |
lorid
Newbie
Joined: 24-August-2007 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Topic: changing the language for sale itemsPosted: 26-November-2010 at 3:30pm |
|
Does anyone know exactly where the language for sale pricing is located within the languages.asp page?
I am looking to change the language that shows when you put something on sale, so when you check "show savings" usually it looks like this: $100 Price: $150 You Save: $50You Save: $50 I made a mistake and edited it at one point, and now I cant remember where to find it on that page. I took out the "you save", and now everyone thinks that the amount in red is the price, not the savings. so either I have to add back in the "you save" language, or completely remove the savings information in red (which I have not been able to understand how to do) so it's not confusing. |
|
![]() |
|
lorid
Newbie
Joined: 24-August-2007 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Posted: 26-November-2010 at 3:44pm |
|
Mistake above , this is how it normally looks:
$100 Price: $150 (has a strike through it) you save; $50 and I want to change it to: sale; $100 $150 (with a strike through it) |
|
![]() |
|
Hamish
Admin Group
Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
Quote Reply
Posted: 27-November-2010 at 6:11am |
|
Hi Lorid,
There are two places this text is found in languages.asp - look for:- dictLanguage.Add "english_prdD1_2", "You Save: " dictLanguage.Add "english_viewPrd_4", "You Save: " |
|
![]() |
|
lorid
Newbie
Joined: 24-August-2007 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Posted: 27-November-2010 at 3:27pm |
|
Thank you SO much!
Any idea on how to change the language so that the sale stuff reads like this? where the sale price is in red right above the regular price which is crossed out? sale $100 (in red) $150 (with a strike through it) |
|
![]() |
|
Greg Dinger
Certified ProductCart Developers
Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
Quote Reply
Posted: 27-November-2010 at 3:52pm |
|
it's not likely a change you will make to the languages.asp file - but instead you need to alter the CSS characteristics. Find the associated style names in pcStorefront.css and edit their respective settings.
|
|
![]() |
|
avalight
Newbie
Joined: 21-September-2007 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Posted: 02-February-2013 at 9:05pm |
|
What if I want to eliminate the strike through? Just show the List Price.?
Thanks Curt |
|
Curt
|
|
![]() |
|
Brett
Groupie
Joined: 22-April-2008 Location: Phoenix, AZ Status: Offline Points: 89 |
Post Options
Thanks(0)
Quote Reply
Posted: 03-February-2013 at 9:22pm |
|
Maybe a bit off topic, but I'd recommend downloading the entire source code of your site. That way you can "find within entire current site" or something similar to search for whatever terms you're looking for. Saves so much time as opposed to just searching through random files until you find what you're after.
|
|
![]() |
|
avalight
Newbie
Joined: 21-September-2007 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Posted: 03-February-2013 at 10:04pm |
|
Good suggestion, I was able to find the CSS code for this issue in the files, even though I couldn't find it using FireBug.
|
|
Curt
|
|
![]() |
|
Guests
Guest
|
Post Options
Thanks(0)
Quote Reply
Posted: 04-February-2013 at 8:31pm |
Hi Curt, Have you tried Google Chrome's Developer Tools? It's Inspect Element tool is tremendously helpful for working CSS. It'll tell you were the rules are coming from, what's trumping what, highlight what you're focused on, and you even event make changes in the tool to see the effect. I highly recommend it.
|
|
![]() |
|
avalight
Newbie
Joined: 21-September-2007 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Posted: 04-February-2013 at 8:34pm |
|
Thanks Sean
I have been using the firefox one, call Firebug. I have tried the Chrome version, but didn't like it as well as the Firebug. But maybe I'm just tired of learning new things. It seems like every other day I am having a new program/app/website/etc. to figure out. |
|
Curt
|
|
![]() |
|
Post Reply
|
Page 12> |
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |