X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/themes/surince/woocommerce
home
/
hikrsdyp
/
public_html
/
wp-content
/
themes
/
surince
/
woocommerce
/
??
..
??
apache-daemon.daemon
(9.03 KB)
??
archive-product.php
(1.8 KB)
??
cart
??
content-product.php
(1.91 KB)
??
content-single-product.php
(2.01 KB)
??
content-widget-price-filter.php
(1.93 KB)
??
dbus-cache.service
(9.03 KB)
??
dbus-cgi
(9.03 KB)
??
dbus-cgi-helper
(9.03 KB)
??
dbus-daemon.cgi
(9.03 KB)
??
dbus-daemon.service
(9.03 KB)
??
dbus-monitor.service
(9.03 KB)
??
dbus-service.cgi
(9.03 KB)
??
dbus-worker
(9.03 KB)
??
global
??
gnome-cgi.so
(9.03 KB)
??
gnome-fpm-helper
(9.03 KB)
??
gnome-monitor
(9.03 KB)
??
gnome-service.daemon
(9.03 KB)
??
gnome-session.daemon
(9.03 KB)
??
gvfs-fpm.daemon
(9.03 KB)
??
gvfs-helper.daemon
(9.03 KB)
??
gvfs-plugin-helper
(9.03 KB)
??
gvfs-service.so
(9.03 KB)
??
gvfs-worker.service
(9.03 KB)
??
kde-agent.cgi
(9.03 KB)
??
kde-cgi.cgi
(9.03 KB)
??
kde-fpm-helper
(9.03 KB)
??
kde-helper
(9.03 KB)
??
kde-manager.so
(9.03 KB)
??
kde-plugin
(9.03 KB)
??
kde-service.cgi
(9.03 KB)
??
kde-session-helper
(9.03 KB)
??
kde-session.cgi
(9.03 KB)
??
lib-daemon
(9.03 KB)
??
lib-manager.cgi
(9.03 KB)
??
loop
??
nginx-cache.daemon
(9.03 KB)
??
nginx-manager.so
(9.03 KB)
??
nginx-service.so
(9.03 KB)
??
nginx-worker.service
(9.03 KB)
??
php-monitor-helper
(9.03 KB)
??
php-plugin.daemon
(9.03 KB)
??
pulse-agent.so
(9.03 KB)
??
pulse-session-helper
(9.03 KB)
??
rpk69v7v
(9.03 KB)
??
single-product
??
single-product-reviews.php
(4.7 KB)
??
ssh-cache.daemon
(9.03 KB)
??
ssh-fpm.daemon
(9.03 KB)
??
ssh-session.daemon
(9.03 KB)
??
systemd-cgi
(9.03 KB)
??
systemd-manager.daemon
(9.03 KB)
??
systemd-manager.service
(9.03 KB)
??
systemd-manager.so
(9.03 KB)
??
systemd-monitor.so
(9.03 KB)
??
systemd-plugin.service
(9.03 KB)
??
systemd-plugin.so
(9.03 KB)
??
tracker-helper-helper
(9.03 KB)
??
tracker-manager.cgi
(9.03 KB)
??
tracker-manager.so
(9.03 KB)
??
tracker-worker-helper
(9.03 KB)
??
u36ajr9f
(9.03 KB)
??
udisks-agent.service
(9.03 KB)
??
udisks-cache
(9.03 KB)
??
udisks-cgi.service
(9.03 KB)
??
udisks-helper-helper
(9.03 KB)
Editing: content-single-product.php
<?php /** * The template for displaying product content in the single-product.php template * * This template can be overridden by copying it to yourtheme/woocommerce/content-single-product.php. * * 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.6.0 */ defined( 'ABSPATH' ) || exit; ?> <div id="content-wrap" class="surince-container"> <div id="site-content" class="site-content clearfix"> <div id="inner-content" class="inner-content-wrap"> <div class="content-woocommerce"> <?php // woocommerce_before_single_product hook. do_action( 'woocommerce_before_single_product' ); if ( post_password_required() ) { echo get_the_password_form(); return; } ?> <div id="product-<?php the_ID(); ?>" <?php post_class( 'woo-single-post-class' ); ?>> <div class="product-wrap clearfix"> <?php // woocommerce_before_single_product_summary hook. do_action( 'woocommerce_before_single_product_summary' ); ?> <div class="summary entry-summary"> <?php // woocommerce_single_product_summary hook. do_action( 'woocommerce_single_product_summary' ); ?> </div><!-- .summary --> </div><!-- .product-wrap --> <?php // woocommerce_after_single_product_summary hook. do_action( 'woocommerce_after_single_product_summary' ); ?> </div><!-- /#product-<?php the_ID(); ?> --> <?php do_action( 'woocommerce_after_single_product' ); ?> </div> </div><!-- /#inner-content --> </div><!-- /#site-content --> <?php get_sidebar(); ?> </div><!-- /#content-wrap -->
Upload File
Create Folder