Current Path: > home > codekrsu > > cuddlebuds.lk > wp-content > plugins > woocommerce > templates > single-product
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
add-to-cart | Directory | - | - | |
tabs | Directory | - | - | |
meta.php | File | 1621 bytes | January 21 2025 18:53:44. | |
photoswipe.php | File | 2355 bytes | December 18 2024 22:19:16. | |
price.php | File | 861 bytes | April 10 2024 16:54:10. | |
product-attributes.php | File | 1421 bytes | August 27 2024 23:04:44. | |
product-image.php | File | 2623 bytes | January 21 2025 18:53:44. | |
product-thumbnails.php | File | 1601 bytes | March 03 2025 22:28:12. | |
rating.php | File | 1435 bytes | April 10 2024 16:54:10. | |
related.php | File | 1491 bytes | December 18 2024 22:19:16. | |
review-meta.php | File | 1633 bytes | April 10 2024 16:54:10. | |
review-rating.php | File | 930 bytes | April 10 2024 16:54:10. | |
review.php | File | 1814 bytes | April 10 2024 16:54:10. | |
sale-flash.php | File | 1046 bytes | April 10 2024 16:54:10. | |
share.php | File | 942 bytes | April 10 2024 16:54:10. | |
short-description.php | File | 994 bytes | April 10 2024 16:54:10. | |
stock.php | File | 771 bytes | April 10 2024 16:54:10. | |
title.php | File | 770 bytes | April 10 2024 16:54:10. | |
up-sells.php | File | 1477 bytes | December 18 2024 22:19:16. |
<?php /** * Related Products * * This template can be overridden by copying it to yourtheme/woocommerce/single-product/related.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://woocommerce.com/document/template-structure/ * @package WooCommerce\Templates * @version 9.6.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } if ( $related_products ) : ?> <section class="related products"> <?php $heading = apply_filters( 'woocommerce_product_related_products_heading', __( 'Related products', 'woocommerce' ) ); if ( $heading ) : ?> <h2><?php echo esc_html( $heading ); ?></h2> <?php endif; ?> <?php woocommerce_product_loop_start(); ?> <?php foreach ( $related_products as $related_product ) : ?> <?php $post_object = get_post( $related_product->get_id() ); setup_postdata( $GLOBALS['post'] = $post_object ); // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited, Squiz.PHP.DisallowMultipleAssignments.Found wc_get_template_part( 'content', 'product' ); ?> <?php endforeach; ?> <?php woocommerce_product_loop_end(); ?> </section> <?php endif; wp_reset_postdata();
SILENT KILLER Tool