[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Shipping address on pdfThanks for link to this forum topic as I need the shipping address to always print on invoices.
Sorry, but I am a novice when it comes to functions.
Where exactly to I insert the provided function?
add_filter( ‘wpo_wcpdf_ships_to_different_address’, ‘__return_true’ );Forum: Plugins
In reply to: [WooCommerce] Page / Section Load IconBut Woocommerce does some ajax calls at certain points in the shopping process, which are not page loads.
When Woocommerce does its thing, with, for example, applying coupon, checkout etc, I need some visual indication that an action is in progress.
Doesn’t woocommerce have a “loading” icon to be displayed when ajax calls are being executed?After placing order in Woocommerce, the “Thank you ” page is displayed with order number, order date etc.
Is the invoice number available at this stage, for me to use it as a variable in the “thank you” page?Thanks for the prompt reply.
See, I need to provide the customer with a payment reference, and more specifically the invoice number.
My understanding is that your plugin generates the invoice numbers. Is an invoice number available at time of sending “new order” email. If so, I can simply include such number in the customer email.
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Can this be used to display all posts?Thanks for this plugin.
Is there a way to filter the archive list to only show posts linked to more than one specific category.
For example: I only want to list posts of category “mountain bike” and “South Africa” ?