PATH:
home
/
letacommog
/
kyrios
/
wp-content
/
plugins
/
woo-discount-rules
/
v1
/
view
/
template
<?php /** * List matched Rules in Table format * * This template can be overridden by copying it to yourtheme/plugin-folder-name/total-savings-cart.php * * @param int/float $total_discount * @param string $total_discounted_price * @param string $subtotal_additional_text */ if (!defined('ABSPATH')) exit; // Exit if accessed directly ?> <tr class="wdr_cart_discount-total"> <th></th> <td ><?php echo $subtotal_additional_text; ?></td> </tr>
[+]
..
[-] total-savings-order.php
[edit]
[-] sidebar.php
[edit]
[-] total-savings-cart.php
[edit]
[+]
single-product
[-] discount-table-advance.php
[edit]
[+]
loop
[-] discount-table.php
[edit]