• Works great. I really needed a plugin to show delivery date for each product in the order confirmation email, and this really does the job.

    A problem though ; when i change the delivery days and delivery text in each product it works fine. But if i go back to the product, the old text is there, and if i then update the product, the old text is updated into the product.
    Any solution for this?

Viewing 1 replies (of 1 total)
  • Thread Starter andersjytzler

    (@andersjytzler)

    @pawdl had the same issue in another support question. So i used his solution:

    I found a work-around. In your class-product-settings.php file, I found the section:

    woocommerce_wp_text_input( array(
    ‘id’ => ‘wc_esd_date’,
    ‘label’ => __( ‘Estimated Time To Ship in Days’, ‘wcesd’ ),
    ‘description’ => __( ‘Insert how many days it will take to ship the product after purchase’, ‘wcesd’ ),
    ‘desc_tip’ => true,
    ‘type’ => ‘number’,
    ‘placeholder’ => 14,
    ‘value’ => 5,
    ) );

    I removed the line containing:
    ‘value’ => 5,

    It works for me. Thanks for the plugin!!

    I commented out the value line. And in the array below i changed the placeholder and value of “Estimated Delivery Date”, to my preferred text.

Viewing 1 replies (of 1 total)
  • The topic ‘Great plugin!’ is closed to new replies.