slicedsupport
Forum Replies Created
-
Forum: Plugins
In reply to: [Sliced Invoices - WordPress Invoice Plugin] Can’t edit invoicesHi there,
It sounds like you are actually using our Woo Invoices plugin, is that correct? If an invoice is tied to a WooCommerce order, then to add line items you need to edit the order in WooCommerce, not the invoice. The invoice will be updated automatically based on whatever is in the Order.
Hope that helps!
Forum: Plugins
In reply to: [Sliced Invoices - WordPress Invoice Plugin] Partial PaymentsHello
There’s a Deposit Invoices extension which allows for partial payments to be processed. For example, it will allow you to split the payment into 50/50 percent and so on.
Forum: Plugins
In reply to: [Sliced Invoices - WordPress Invoice Plugin] logo on emailsHello
You are free to set any logo size by writing your custom CSS. To do this please visit ‘/wp-admin/admin.php?page=sliced_invoices’ page and add your styles to ‘Custom CSS’ and/or ‘Custom PDF CSS’ fields. The same settings are available for Quotes. I’d recommend you to use Developer Tools of your browser in order to find an appropriate class name for html element you’d like to style. Sliced Invoices adds many classes so it would be easy to write your own styles for almost any particular element.
Forum: Plugins
In reply to: [Sliced Invoices - WordPress Invoice Plugin] Quote not converting to InvoiceHello Max
Do you have any JavaScript error? Please inspect your browser’s console. Also please take a look at your server’s PHP logs. And finally please let me know your system info at Sliced Invoices -> Tools page of your WP dashboard.
Best regards,
Andrew- This reply was modified 7 years, 5 months ago by slicedsupport.
Forum: Plugins
In reply to: [Sliced Invoices - WordPress Invoice Plugin] View Online buttonHello
It’s possible by modifying the original template. But please keep in mind that you have to make a copy of it into your theme folder so your original template will be safe when you update Sliced Invoices plugin.
Forum: Plugins
In reply to: [Sliced Invoices - WordPress Invoice Plugin] Quick edit dateHello
I’d recommend you to read the official manuals from the authors of php:
https://php.net/manual/en/function.date.phpCheers,
AndrewForum: Plugins
In reply to: [Sliced Invoices - WordPress Invoice Plugin] Error sending invoice to mailHello
It’s ok when you have to save your invoice first before you send it. Otherwise the invoice would be sent but won’t be tracked in your WordPress dashboard. As for the refresh it’s a restriction of WordPRess itself. So please get used to it, follow this simple guidelines, and everything should work fine.
Andrew
Forum: Plugins
In reply to: [Sliced Invoices - WordPress Invoice Plugin] Quick edit dateHello
It looks like your server settings are wrong. I’ve just tried to quick edit an invoice and it worked perfectly. The creation date remained the same and it was possible to change it, if required. The date of Jan 1, 1970 is the timestamp of zero in the meaning of Unix Epoch. So I may assume that the problem is with your server configuration.
Andrew
Hello
Your idea is a typical feature request, too. It’s definitely worth to be implemented, imho. But developers have their own opinion. I’ll talk to them)))
Thanks
Forum: Plugins
In reply to: [Sliced Invoices - WordPress Invoice Plugin] Multiple User email addressesHello
Please consider adding your feature request here. This could make implementing the feature faster. And I’ll explain your request to plugin developers, too.
Cheers,
AndrewForum: Plugins
In reply to: [Sliced Invoices - WordPress Invoice Plugin] interactive quotesHello
I’d say that it’s better to discuss here: https://slicedinvoices.com/developers/developer-directory/
Cheers
Forum: Plugins
In reply to: [Sliced Invoices - WordPress Invoice Plugin] errorHello again
Developer told me to ask you to see your php.ini settings file for
error_reporting
value. This should never be set to E_ALL on production. You’d rather set it to ‘off’Forum: Plugins
In reply to: [Sliced Invoices - WordPress Invoice Plugin] errorI’m sorry but the image could not be accessed
The error is:You don’t have permission to access /wp-content/uploads/2017/04/Screen-Shot-2017-04-18-at-16.30.36.png on this server.
Forum: Plugins
In reply to: [Sliced Invoices - WordPress Invoice Plugin] Fatal error in Total columnThank you for using Sliced Invoices
Any questions are welcomeHello
Did you mean SQL query for manual setting invoice/quote data? If yes, try to inspect your DB e.g.
wp_postmeta
table for columns likemeta_key
andmeta_value
. If any custom code required you may ask suport from hereCheers