Order details meta
-
Hello,
Do you know if there is a way to remove the “(+$5.00)” completely to it’s own class in the order details meta? Here is how it looks when inspecting the source HTML:
<td class="product"> <span class="item-name">Product 1</span> <span class="item-meta"> <ul class="wc-item-meta"> <li> <strong class="wc-item-meta-label">Add-on Title:</strong> <p> Add-on Item (+<span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>5.00</span>) </p> </li> </ul> </span> <dl class="meta"> </dl> </td>
Currently, the parentheses and + symbol are part of the Add-on item name which makes for a not so clean approach when printing packing slips without price information as this part of the formatting still remains.
Thank you!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Order details meta’ is closed to new replies.