![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]() Hi,
On my "Items On Sale" page, where it says "Was: this price | Now: this price, the problem that I have is the word "Now" is showing at the end of the "Was: this price", instead of being on the second line of text with the new price. How can I get the word "Now" on the second line with the new price? URL: bicyclebrandsdirect.com/store/sale-items ID: 34417 Thanks |
#2
|
||||
|
||||
![]() Hi
You can change this: HTML Code:
<div class="prc"> <small> Was: <span style="text-decoration: line-through;">[product.currency mode='sign'][product.price]</span> Now: <span style="font-weight: bold; color:red;">[product.currency mode='sign'][product.saleprice]</span> </small> </div> HTML Code:
<div class="prc"> <small> Was: <span style="text-decoration: line-through;">[product.currency mode='sign'][product.price]</span> <br /> Now: <span style="font-weight: bold; color:red;">[product.currency mode='sign'][product.saleprice]</span> </small> </div> ![]() Eric
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Thanks Eric, that did the trick!
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
"See all sale items" link is not working | cashnow1 | Questions | 0 | October 27th, 2011 07:04 PM |
Filter to find items on sale? | rexmtn | Questions | 3 | March 5th, 2011 09:08 AM |
How to add 'sale items' custom view as a category page? | lbuilta59 | Questions | 5 | January 25th, 2011 08:04 PM |