Switch0x
Forum Replies Created
-
Yaaaaaay .. it Worked out 🙂
Thank you very much .. man you are amazing … words can describe how thankful i am .. about printing a Custom Tab data from the Custom Tabs Plugin by yikes .. can this possible ?
Thank you, thank you, thank you 🙂
You’re amazing … thanks again for the quick response
i’ll make the changes and let you know what happened
Thanks again, Mate 🙂
and hense its rendering this wierd character .. although i managed to configure this and it worked like charm in the local server
i feel like there is some kind of wrong server configuration or protection that denies the style.CSS from seeing the Custom-font.ttf File at the Root Directory –> http://coboneat.com/fonts/JF-Flat-regular.ttf
and i keep getting broken font when i generate the PDF file
i did upload the font in a separate file in the server and linked it in the CSS with the full path .. but am still getting this
can we print the custom tabs in the PDF File using your plugin ?
Any helpfull code to accomplish this would be great 🙂
Thanks again
Dear Ewout,
sorry for bothering but it didn’t work out … thanks for the huge support anyways you did a lot
Am very thankful 🙂
Dear Ewout,
The fun part is that even the plugin author @ the YIKES Custom Product Tabs for WooCommerce didn’t get me right
and actually he didn’t respond to me
i don’t know what to say .. word can’t describe how thankful i am
will try your solution and let you know the updates 🙂
Really thank you very much mate 🙂
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Custom Tab data PrintDear Evan,
you got me wrong .. i am not using any PDF invoices .. am just using the Email Functionality which is built in the woocommerce
what i need is to show one of the custom tabs (i use your plugin) data in the email that are sent to the client .. can this be possible or not ?
and if possible can you provide me the code to accomplish this
Dear Ewout,
Am sorry for the inconvenience, and thank you very much again for what you made me accomplish through your plugin
this is the worst client i worked with .. he needs to put data in the invoice which is a custom tab that contains data about the product and i am using this plugin the YIKES Custom Product Tabs for WooCommerce
can this be accomplished .. do you need any screenshot ?
Sorry for bothering again my dear friend
Thanks man for everything 🙂
Really Appreciate it
Best of luck mate , and keep making dope stuffs
everything worked like a charm .. in printing the invoice number in the complete order email
Thank you very very very very very much for everything
and sorry for the inconvenience 🙂
Best Support Ever @ewout
okay .. am sorry i didn’t notice that i am posting too much
i’ll try and let u know what happened
for the random invoice number .. should i add the filter in the theme function.php file or where ?
http://i.imgur.com/UnL7imS.png
this is the first screen shot when i successeded in printing the invoice number with your magical code
and this is the second screenshot where i want to print the invoice number but it only print the text not the invoice numbner
http://i.imgur.com/EGRijIa.png
the code i used :
<h2><?php printf( __( ‘Invoice Number ‘, ‘woocommerce’ ), $invoice_number ); ?></h2>
of course with this code at the top of the customer-completed-order.php file
<?php
global $wpo_wcpdf;
$wpo_wcpdf->export->set_invoice_number($order->id);
$invoice_number = $wpo_wcpdf->export->get_invoice_number($order->id);
?>yaaaaaaay … invoice is printed but i need it it show under the order number directly … can you help me with this
my code looks like this
<h2><?php printf( __( ‘Invoice Number ‘, ‘woocommerce’ ), $invoice_number ); ?></h2>
but it doesn’t show the invoice number it only print it as text
How can i solve this ?