PATH:
home
/
thebhoeo
/
public_html
/
officepoint
/
wp-content
/
plugins
/
tier-pricing-table
/
views
/
frontend
<?php /** * Summary table * * @var int $productId * @var string $title * @var string $totalLabel * @var string $eachLabel */ if ( ! defined( 'WPINC' ) ) { die; } do_action( 'tiered_pricing_table/product_page/before_table_summary', $totalLabel, $eachLabel ); ?> <div class="clear"></div> <div class="tier-pricing-summary-table tier-pricing-summary-table--hidden" data-tier-pricing-table-summary data-product-id="<?php echo esc_attr( $productId ); ?>"> <?php if ( $title ) : ?> <h4 style="margin: 10px 0;"> <?php echo esc_html( $title ); ?> </h4> <?php endif; ?> <div class="tiered-pricing-totals tiered-pricing-totals--advanced"> <div style="display: flex; justify-content: space-between; border-top: 1px dashed #f5f5f5; border-bottom: 1px dashed #f5f5f5; padding: 5px 0;"> <div> <span data-tier-pricing-table-summary-product-qty></span> <span style="font-size: .9em;">×</span> <span data-tier-pricing-table-summary-product-name></span> </div> <div> <del style="margin-right: 5px;"><span data-tier-pricing-table-summary-product-old-price></span></del> <span style="font-size: 1.15em" data-tier-pricing-table-summary-product-price></span> </div> </div> <div style="display: flex; justify-content: space-between; font-size: 1.3em; margin-top:5px"> <div> <?php echo esc_html( $totalLabel ); ?> </div> <div> <span data-tier-pricing-table-summary-total-with-tax></span> </div> </div> </div> </div> <?php do_action( 'tiered_pricing_table/product_page/before_table_summary', $totalLabel, $eachLabel ); ?>
[-] tiered-pricing-plain-text.php
[edit]
[-] tiered-pricing-dropdown.php
[edit]
[-] tiered-pricing-options-style-1.php
[edit]
[-] summary-table.php
[edit]
[-] summary-detailed.php
[edit]
[-] tiered-pricing-options.php
[edit]
[-] tiered-pricing-blocks.php
[edit]
[-] tiered-pricing-blocks-style-1.php
[edit]
[-] tiered-pricing-options-style-3.php
[edit]
[+]
..
[-] summary-inline.php
[edit]
[-] tiered-pricing-horizontal-table.php
[edit]
[-] tiered-pricing-options-style-2.php
[edit]
[-] tooltip.php
[edit]
[-] tiered-pricing-blocks-style-4.php
[edit]
[-] tiered-pricing-blocks-style-3.php
[edit]
[-] tiered-pricing-table.php
[edit]
[-] shop-loop.php
[edit]
[-] tiered-pricing-blocks-style-2.php
[edit]