PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
dc-woocommerce-multi-vendor
/
templates
<?php /** * The template for displaying single product page vendor tab * * Override this template by copying it to yourtheme/dc-product-vendor/policies_tab.php * * @author WC Marketplace * @package dc-product-vendor/Templates * @version 2.3.0 */ global $product, $WCMp, $post; $policies = get_wcmp_product_policies($product->get_id()); ?> <div class="wcmp-product-policies"> <?php if(isset($policies['shipping_policy']) && !empty($policies['shipping_policy'])){ ?> <div class="wcmp-shipping-policies policy"> <h2 class="wcmp_policies_heading heading"><?php echo apply_filters('wcmp_shipping_policies_heading', __('Shipping Policy', 'dc-woocommerce-multi-vendor')); ?></h2> <div class="wcmp_policies_description description" ><?php echo $policies['shipping_policy']; ?></div> </div> <?php } if(isset($policies['refund_policy']) && !empty($policies['refund_policy'])){ ?> <div class="wcmp-refund-policies policy"> <h2 class="wcmp_policies_heading heading heading"><?php echo apply_filters('wcmp_refund_policies_heading', __('Refund Policy', 'dc-woocommerce-multi-vendor')); ?></h2> <div class="wcmp_policies_description description" ><?php echo $policies['refund_policy']; ?></div> </div> <?php } if(isset($policies['cancellation_policy']) && !empty($policies['cancellation_policy'])){ ?> <div class="wcmp-cancellation-policies policy"> <h2 class="wcmp_policies_heading heading"><?php echo apply_filters('wcmp_cancellation_policies_heading', __('Cancellation / Return / Exchange Policy', 'dc-woocommerce-multi-vendor')); ?></h2> <div class="wcmp_policies_description description" ><?php echo $policies['cancellation_policy']; ?></div> </div> <?php } ?> </div>
[+]
..
[+]
non-vendor
[-] vendor_message_to_buyer.php
[edit]
[-] archive_vendor_info.php
[edit]
[-] vendor_tab.php
[edit]
[-] template-vendor-dashboard.php
[edit]
[+]
review
[-] customer_support_details_to_buyer.php
[edit]
[+]
widget
[+]
single-product
[+]
vendor-dashboard
[+]
shortcode
[-] vendor_registration_form.php
[edit]
[-] wcmp-customer-qna-form.php
[edit]
[-] wcmp-vendor-review-form.php
[edit]
[-] policies_tab.php
[edit]
[+]
emails
[-] taxonomy-dc_vendor_shop.php
[edit]