BV Commerce Forum
»
BV Commerce Support
»
General Support
»
Edit display for discounted shipping on checkout page
Rank: Member
Joined: 12/19/2006(UTC) Posts: 153
|
Hi all, I've created a free shipping coupon, but would like to make it more obvious as to which is the free option.
Currently the checkout page displays the discounted shipping in the radio list as "o 9.95 $0.00-UPS ground"
I am unable to find where the code for this is. . . I really would like to make the undiscounted "9.95" price display strikethrough or grey.
Help on where this bit of code is. Thanks!
|
|
|
|
Rank: Member
Joined: 12/19/2006(UTC) Posts: 153
|
FYI, I'm using the 1 page checkout.
|
|
|
|
Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
mark, view the source code of the rendered HTML. see if there is a <label>, <span> or <div> wrapped around $0.00.
if so, you can style the strikethrough via text-decoration: in the stylesheet. |
|
|
|
|
Rank: Member
Joined: 12/19/2006(UTC) Posts: 153
|
Thanks Matt,
Sometimes I get so caught up in looking for the code behing that I forget the simple approach (view source.)
adding .shippingdiscount { text-decoration: line-through; } to the style sheet did the trick (put's a line through the un-discounted price.)
thanks!
|
|
|
|
Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
|
|
|
|
|
Forum Jump
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.