PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
woocommerce
/
single-product
<?php /** * Single Product stock. * * * HOWEVER, on occasion WooCommerce will need to update template files and you * (the theme developer) will need to copy the new files to your theme to * maintain compatibility. We try to do this as little as possible, but it does * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates * @version 3.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <p class="stock <?php echo esc_attr( $class ); ?>"><span><?php esc_html_e('Availability: ', 'besa'); ?></span><?php echo wp_kses_post( $availability ); ?></p>
[+]
..
[-] product-image.php
[edit]
[+]
contents
[-] related.php
[edit]
[-] image-quickview.php
[edit]
[-] meta.php
[edit]
[-] rating.php
[edit]
[+]
tabs
[-] template_video.php
[edit]
[-] up-sells.php
[edit]
[-] .single-product.php
[edit]
[-] stock.php
[edit]