PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
dokan-pro
/
modules
/
wholesale
/
templates
/
wholesale
<?php /** * Single product template * For disolaying wholesale price as ver perdon settings * * @since 2.9.5 * * @package dokan */ ?> <p class="dokan-wholesale-meta"> <?php echo apply_filters( 'dokan_product_wholesale_price_html', sprintf( '%s: <strong>%s</strong> ( %s: <strong>%s</strong> )', __( 'Wholesale Price', 'dokan' ), wc_price( $wholesale_price ), __( 'Minimum Quantity', 'dokan' ), $wholesale_quantity ) ); ?> </p>
[+]
..
[-] migration.php
[edit]
[-] product-variation.php
[edit]
[-] product.php
[edit]
[-] single-product.php
[edit]
[-] .wholesale.php
[edit]