Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Alberto Ruggiero

    (@witcher83)

    Hello @claudiumargina

    you should overwrite and modify the following template: wp-content/plugins/yith-woocommerce-pre-order/templates/emails/ywpo-product-table.php

    Thread Starter claudiumargina

    (@claudiumargina)

    And can you tell me what to modify there?

    Plugin Support Carlos M

    (@cjmora)

    Hi @claudiumargina,
    You need to remove this part of the code that you’ll find at the end of the file, starting at line 53:

    <div style="margin-bottom: 10px; text-transform: uppercase; color: #bc501c; font-size: 10px;">
    <?php if ( ! empty( $item_release_date ) && $show_release_date ) : ?>
    <div>
    <strong><?php echo esc_html__( 'Availability date:', 'yith-pre-order-for-woocommerce' ); ?></strong>
    <span><?php echo '&nbsp;' . esc_html( apply_filters( 'ywpo_email_item_release_date_output', ywpo_print_date( $item_release_date ), $_product, $item_id, $item_release_date ) ); ?></span>
    </div>
    <?php endif; ?>
    </div>

    I hope it helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.