Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Cart/checkout
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2011 at 18:52 UTC
Updated:
11 Aug 2011 at 22:01 UTC
Hello
Please remove the <strong> from the Subtotal in the checkout page.
<strong>
Subtotal:
</strong>It should be instead :
<span class="some-class-here">
Subtotal:
</span>so that it's possible to theme it properly.
Comments
Comment #1
longwaveFixed in both branches: http://drupalcode.org/project/ubercart.git/commitdiff/01d147f
<span id="subtotal-title"> was already used on the checkout page, so it makes sense to use the same here.
Comment #2
lpalgarvio commentedthank you :)
Comment #3.0
(not verified) commentedfix