Paulo Pinto
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Display Product add-ons metaI’m using the List option in Gravity Forms.
http://www.gravityhelp.com/documentation/page/ListForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Display Product add-ons metaEwout,
I tried the above but it didn’t work. The structure looks like this:
Array ( [0] => TitleNameAddressManagerJohn123PresidentMary555 )
Thanks again,
PauloForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Display Product add-ons metaHi Ewout,
I’m using this code to display the item meta in the PDF.
$items = $wpo_wcpdf->get_order_items(); if( sizeof( $items ) > 0 ) { foreach( $items as $item ) { if (isset($item['item']['item_meta']['member_info'])) { $member_info = $item['item']['item_meta']['member_info'][0]; } echo $member_info; } }Can you show me how to display data when the field contains an array within the array? IE: member_info has 3 columns (Title, Name, Address) The above code will display:
TitleNameAddressManagerJohn123PresidentMary555Thanks in advance.
PauloForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Display Product add-ons metaWorks great Ewout!
Thanks a lot.
PauloForum: Plugins
In reply to: [WooCommerce] order_item_metaHi,
I’m having the same trouble retrieving values from that table.
Did you have any luck resolving the issue?
Thanks in advance.
PauloForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Display Product add-ons metaHi Ewout,
I found the values stored in the database inside the wp_woocommerce_order_itemmeta table.(see screenshot)
http://axxostudio.com/paulo/test_screenshots/woo_item_meta.gifBut still no luck retrieving the values in my template.
Let me know your thoughts.Thanks,
PauloForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Display Product add-ons metaThanks for the input; I’ll continue my search and let you know.
Perhaps you can help me figure out a new question (separate thread)
Thanks,
PauloForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Display Product add-ons metaHi Ewout,
Thanks for your reply. The names I’m using are:- Name
- Marital Status
Screenshot here:
http://axxostudio.com/paulo/test_screenshots/names1.jpg
ThanksI got tired of testing this plugin; certificates were not being delivered. Now I’m using PayPal’s built it functionality for gift certificate buttons. Almost the same thing without the hassle.
Hi,
Does the plugin work for you in wordpress 3.3?
I can’t get it to work. Transaction goes through but no certificate is delivered.Any input is appreciated.
Thanks,
PauloGuys I’m having trouble getting the IPN to work. The transaction goes through but no IPN is received by the plugin so the gift cert is not delivered. I have tried different combinations: wordpress install root and also pointing to wpgft_ipnHandler.php but no success
Any help is appreciated.
Thanks