Hi, I noticed that a discount applied to the complete cart (via discount code for example) gets mentioned on the invoice on a dedicated Discount line in the Totals section.
What about product level discounts? Can they be reflected on the invoice? Or discounts that get applied via other plugins like Woocommerce Memberships?
]]>Hi, is it possible to make Sliced Invoices create invoices for regular Woocommerce checkouts that do not pass “Pay via Invoice” but PayPal or Stripe for example? It’s not clear from the description…
]]>Hey there. I’ve setup everything correctly i have quadruple checked all of the available settings! My PayPal Sandbox info is also correct and I have filled in some dummy bank account data for Invoices so that the payment info displays for the end client and he gets the “Pay via PayPal” button to actually pay for the created invoice.
However, there is a bug in the plugin it seems where it doesn’t show any payment information after the order is properly created (client does get the “view invoice” button and page correctly shown). The Invoice view page however does not contain ANY of the payment information for how to pay for the Invoice!
Only if I open up the Invoice itself as admin later, then manually change the client in the dropdown (user was initially properly set as a client on this Invoice, so this should work automatically and not require me to do any manual labor), only THEN the payment info appears?!
Can you please provide me help with this issue?
]]>The option to create an invoice or quote out of an order is not visible or maybe I am looking in the wrong place. There is no documentation for this extension to be sure. Thanks!
]]>Hi guys,
I was wondering if someone could tell me if this plugin can help me with the following:
I need the payment experience of my site to be different depending on whether the customer is a Business customer or a Consumer. If they are a Business customer, they get an invoice generation gateway. If they are a consumer they get a debit/credit card (stripe) payment gateway. This way, the site can deal with both types of customer ??
Can you tell me if this plugin can help with that?
Thanks ??
]]>This plugin is creating 1000’s of users if an e-mail does not exist – it will create a new user every single time someone changes the status. Our site now has over 10,000 garbage users that we need to clean up. Is there a way to stop this from happening?
]]>Hello,
The variation or attributes of my product are not displayed on the Woo invoice Quote/Invoice. Is there a way to do it ?
Thanks,
Alexis
]]>I am testing this at the suggestion of a credit card processor. The workflow I am working on is simple to vcreate my own payment pages
enter new order
mark as “invoice”
let customer PAY invoice using the already established WooCommerce Payment methods
I can’t seem to figure out how to allow the invoice to be paid by the already existing WooCommerce Payment methods like CardConnect, Stripe etc? Is this not in fact possible to do? being that it’s part of a WC site one would think it could use those payment methods NOT just the ones directly integrated into the core Sliced Invoices platform.
]]>I have a client I set up with WooCommerce, Sliced Invoices, and Woo Invoices. But the Woo Invoices plugin has not been updated by the developer in 10 months so I haven’t been able to update my client’s WooCommerce plugin and WooCommerce went through a major update when it went from version 3.9 to 4.0. Will Woo Invoices be updated or is the same functionality included in a different Sliced Invoices plugin?
]]>Hello, for some reason the Invoice/Quote link isn’t appearing in the woocommerce email customer-quote / new-invoice template. I’ve tried adding this code below which give the button but doesn’t link to the order quote/invoice, just to my website domain. I added this code to my child themes email woocommerce processing order template.
<?php
/**
* Add content to the WC emails.
*
* @access public
* @param WC_Order $order
* @param bool $sent_to_admin
* @param bool $plain_text
*/
function email_instructionss( $order, $sent_to_admin, $plain_text = true ) {
$sliced_id = (int) sliced_woocommerce_get_invoice_id( sliced_woocommerce_get_object_property( $order, 'order', 'id' ) );
$btn_text = sprintf( __( 'View this %s online', 'sliced-invoices' ), sliced_get_the_type( $sliced_id ) );
$color = get_option( 'woocommerce_email_base_color' );
$base_text = wc_light_or_dark( $color, '#202020', '#ffffff' );
echo "<br><a href='" . esc_url( sliced_get_the_link( $sliced_id ) ) . "' style='font-size: 100%; line-height: 2; color: " . $base_text . "; border-radius: 3px; display: inline-block; cursor: pointer; font-weight: bold; text-decoration: none; background: " . $color . "; margin: 20px 0 10px 0; padding: 0; border-color: " . $color . "; border-style: solid; border-width: 7px 15px;'>" . esc_html( $btn_text ) . "</a>";
}
add_action( 'woocommerce_email_order_meta', 'email_instructionss', 50, 3 );
?>
Here’s how the code appears: https://prntscr.com/vb8htl
Example of how the link should direct to https://my.domain.com/sliced_invoice/order-id-#/
]]>When a user selects the PBI checkout option, she/he is shown the invoice. Can she/he then email that invoice? Or can we configure it to be emailed automatically to the “billing email” in the Woo record?
Alternatively, if we use the PDF option, does it include a ‘Pay Invoice’ button as a live link?
]]>Hi There,
Looking for a way I can I create custom quote and invoices in the app to send out to customers?
Thanks
Isaac
has plugin to create quote on the frotend
]]>We stand behind Sliced Invoices and our WooCommerce Integration (Woo Invoices) 100%. If you experience any issues we will be happy to help you via our official website only. **We do NOT monitor this forum for support requests.**
If you need help, a good place to start is our documentation.
If you can’t find the answer there, simply open a support ticket on our website.
Thanks!
P.S. Yes, this is a new policy as of 2020. We are a small team and it’s challenging to keep up with requests on multiple channels and for multiple plugins… that’s why we are streamlining ALL support requests through one place, our official website. This will allow us to keep track of your requests and serve you better. Thank you for understanding.
]]>Hi
Using this plugin on a client site and need to upgrade WooCommerce to 4.x but it says that this plugin could not be compatible.
Could you please answer this?
Thanks.
]]>I installed the plugin. But I can’t find where to set up the shipping information? Would there be an option or I just add it as a product to the Quote?
]]>Hello, the woo-invoice feature no longer is available on the checkout page. When I enabled troubleshooting mode it discovered the that Woo Invoices cannot find the required Sliced Invoices plugin or the Woocommerce plugin. Also doesn’t show all the settings for the woocommerce payment gateway.
]]>I would like to be able to list or search for all products registered and add to the budget directly from the administrative page.
I want the budget and order to be created only by admin and the customer just approves or disapproves. but for that it would be more interesting for admin to be able to choose the products in the database and not type one by one
I need to re-structure my products as Subscriptions via WooCommerce subscriptions, but when I do so, I lose the option to pay by invoice.
Specifically, a Variable Product has the option to pay by invoice, a Variable Subscription seems to lack the option on the checkout page.
I need both of these together so members can sign up, but pay via invoice.
]]>Hi! I don’t know what I’m doing wrong but after activate and configure both plugins, when I make a manual order invoice isn’t created. I’m on a test site so I can’t have a real order. Any suggestion?
Thanks!
After the order is formed, if click on the invoice button and generate invoice, we got error, because in the plugin we use Undefined variable.
You need to declare a variable like $count = 0; before start foreach.
Notice: Undefined variable: count in \web\app\plugins\woo-invoices\includes\output-filters.php on line 433
]]>I activated both Sliced Invoices & Woo-Invoices. Sliced quote & invoice options appear on the dashboard however, woo-invoice setting options doesn’t appear in the woocommerce payment settings or in the order options. I’ve tried to activate & deactivate this plugin many times trying to get it to work because I really could use it. I’m wondering if it may be a php issue. I have the PHP 7.3, newest version of wordpress & woocommerce, has it been tested with newer versions?
]]>Hi, When I create a new order in woocommerce, the associated invoice doesn’t have a due date set. I have a due date set in Sliced and it gets added if I create an invoice manually, just not through woocommerce. Any ideas would be appreciated. Great plugin, thanks.
]]>Hi , I download woocommerce plug in and activate create a invoice from customer but not able to send automatically to the customer it show ;customer invoice order details sent manually .
I am not able to send email automatically and manually both
]]>Hi,
is it possible to hid “Pay With Paypal” button when order status is “On Hold”?
Please see image image link for reference below.
Thank you.
]]>The invoice totals area where it shows payments applied doesn’t appear when using an invoice from Woocommerce. I really need that element because most of our clients pay in partial payments and want to see their payments listed out on the invoice. Is there any way that can be made to show up when using Woocommerce to create the invoice?
]]>Hi there,
I’m using woo invoices on a website running woocommerce.
When a customer pays via invoice, the customer-invoice.php email is send to the customers set invoice email address. This is perfect and just how I want it. However. I also would like to, at the same time in the process and automatically, send the customer-processing-order.php email to the users set email address (different from the invoice email address). Therefore I have checked the checkbox that makes you able to enable/disable this email notification in the woocommerce email settings under the customer-processing-order.php template. Even though the notification is activated, this email isn’t send where the invoice email does get send out.
Can someone offer some help on this? Thank you!
]]>I have started to use this plugin for my website in which its really good. Apart from it does not automatically add the VAT. Woocommerce normally adds the VAT during checkout but for quoting it does not. I have gone through the settings checked and tested and still i have to keep adding the VAT separately per line. So when im doing a quote with say 20 different products it becomes tedious when i have to enter vat manually each time. It does not even calculate 20% for me, i have to work that out myself too. Any help would be greatly appreciated.
****
Update – when i add a product it hangs with the loading symbol for ages so to ge round it i update the order and then the product appears, maybe something this is to do with it. Or the fact im in Australia, and, this is a UK site.
Hi all,
Ive made some extra attributes to some products and when I generate an invoice, they don’t show up…
I was wondering how I go about doing this??
Any help would be great!
Thanks in advance
]]>All my subscription products now say “read more” on the add to cart button, rather than “Sign Up Now”. I verified that deactivating this plugin resolved the issue.
]]>