HEX
Server: Apache
System: Linux webm020.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: bohousj (181416)
PHP: 8.4.22
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/bohousj/medal/wp-content/themes/choicy/inc/woocommerce/woo-content.php
<?php

// product content function
function choicy_woocommerce_template_loop_content() {
    print '<div class="tx-content shop-block_one-overlay_inner">';
        print '<div class="shop-block_one-overlay_inner">';
            print function_exists('choicy_add_cart_button') ? choicy_add_cart_button() : '';
        print '</div>';

        print '<div class="shop-block_one-content">';
        print function_exists('choicy_product_title') ? choicy_product_title() : '';
        print '<div class="tx-productPrice price shop-block_one-price">';
            print function_exists('choicy_get_price') ? choicy_get_price() : '';
        print '</div>';
        print '</div>';

    print '</div>';

}