Support » Plugin: Gift Cards (Gift Vouchers and Packages) (WooCommerce Supported) » coding mistake for recipient name in email

  • include\voucher-shortcodes.php

    lines 122 and 284 have mistake.
    $recipientto = $voucher_options->from_name needd to be changed to to_name

    most like as well in
    classes\voucher.php
    line 131
    $emailto = $result->from_name .'<‘.$email.’>’;

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