Meta Names not printing
-
Hello,
I’m testing your awesome plugin and my client has a requirement where they want to print the order to their thermal printer. The email part is working great. However, when it prints on the thermal printer. It prints like you see below:
Gift Card
gift-card-amount: $100
pw_gift_card_amount: 100
pw_gift_card_to: [email protected]
pw_gift_card_from: [email protected]
pw_gift_card_message: Message
pw_gift_card_number: XXXX-XXXX-XXXX-XXXX
Qty: 1 x Cost: $100.00Do you know why it that it’s not printing the Meta values? I see that you have defined it in your plugin file pw-gift-cards.php.
The printer plugin has a customizer PHP file and I can define the values
$fields = array(
“pw_gift_card_amount” => “Amount: [value]”,
“pw_gift_card_to” => “To: [value]”,
“pw_gift_card_from” => “From: [value]”
);I tried this. But it did not work.
Your help is much appreciated. This is the last part of the test I need to work before I purchase the PRO version.
Thanks
- The topic ‘Meta Names not printing’ is closed to new replies.