MikeW
Forum Replies Created
-
This error was received because the “Payment Received” email form in settings was not filled in.
Sliced Invoices > Emails > Payment Received
It has been resolved.
Wow! Thanks, Andrea for your amazingly fast response! Although debugging is set to false already, I will check with the developer of the SMTP plugin.
Thanks again.
If you add any meta fields the the item from the order manually or otherwise they are not transferred to Sliced Invoices.
Some plugins add “variations” data as meta fields that are displayed the same as variations to the customer, but they are not variation fields, they are meta data.
If you create a woocommerce order and change the status to one that still allows you to edit the order after creation. Slide your mouse over the line item (on the right side) and you will see a pencil (edit mode), click on it and you can add additional fees, surcharges, features etc. to the product. After you add these lines you will see a button that says “add meta”, if you click it, the extra data and prices are included for the product on the order. This meta information and additional meta data is not transferred to the Sliced Invoices when the woocommerce order status is change to Invoice, or when the invoices are created automatically.
I use a plugin that automatically adds meta data based on user input on the product page, so when invoices get created, a lot of information is missing, and since your invoices lock and cannot be edited after they are converted from a woocommerce order, It is not even possible to add this information myself manually.
I hope that helps?
Still love your plugins, they work great and as soon as there is a solution to the meta data issue, it will be even better for my workflow.
Thanks for your hard work!
Forum: Plugins
In reply to: [W3 Total Cache] Error since updateI have a similar error, it seems that the FSD CDN option is default “true” or checked even if you haven’t upgraded and don’t have that option (or want it). Since the field is locked, I am unable to turn it of, this may be why I am also getting a fatal error.
As I was attempting to try your snippet, I noticed that you released version 2.0.4 and it works great!
Thanks for your hard work, awesome plugin and great support!
Hello, thank you for replying. No I wasn’t able to get it to work, I had to revert back to version 1.4.
Something changed between version 1.4 and 2.0, I used to be able to select the entire row of multiple fields using a custom class (added via the WC Field Factory class field on the back end). It allowed me to show or hide not just the field value, but also the label and the row space the field occupied via JavaScript. But after the upgrade the wrapper no longer works and I was not able to find an alternative.
Here is the css that works for version 1.4 “table.wccpf_fields_table.custom-class-wrapper” but for version 2, I can’t find a wrapper that works. It seems to be structured differently.
Is ther a way that I can hook the meta data to the Sliced Invoice description?
I am using a plugin called WC Field Factory which does not include the extra fields as variations, rather it includes them as extra meta fields.
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] User Login Not ReconizedI figured it out, there was a conflict with a script I was running.
Forum: Themes and Templates
In reply to: [Panoramic] Action Hook Does Not Function CorrectlyThe last woocommerce update seems to have fixed the issue. However, I will keep this hook in mind.
Thanks
Forum: Plugins
In reply to: [Design Approval System] DAS “Warning: A non-numeric value encountered”Hello,
Thanks for replying, yes this is still an issue. Not sure what is causing it.Forum: Plugins
In reply to: [W3 Total Cache] W3 total cache, cloudflare extension, SSL settingsI have a similar issue, however each optio=on works fine except “Full Strict” when select that option and try to save the settings, I get this error:
“Failed to update CloudFlare settings:
Failed to update option ssl: Invalid value for zone setting, ssl”After speaking with Cloudflare support and try a few things, they suggested that I reach out to W3 Total Cache Forums for support.
Please advise.
Forum: Plugins
In reply to: [User Specific Content] User Specific Content for Woocommerce productsI tried the example at https://wordpress.org/support/topic/use-with-custom-post-type-1?replies=6#post-8753864
It doesn’t seem to work for the Woocommerce custom type “Product”
Here is the code I use, please advise:
add_filter(‘USC_allowed_post_types’,’usc_filter_post_types’);
function usc_filter_post_types($types){
//to add a custom post type
$types[] = ‘Product’;
Return $types;
}Hello,
I am sorry, it’s the “Select Files” button on the gallery edit page.Forum: Plugins
In reply to: [Design Approval System] Messages To Client TruncatedHello Slickremix,
It would seem that if the user has quotation marks in his email, any text after that point is not included in the email to clients. Also, if the user has single quotes in his email a / is added before the quotes in the email to clients.I am able to work with this, I just thought you should be aware.
Thank for the great plugin!
Forum: Plugins
In reply to: [Design Approval System] DAS Does Not Send Sendmail through PostmanThank you both! Both DAS and Postman are great plugins, takes care of all my needs. If there is a solution for the DAS email issue it would be even better!
Jason, in my opinion, Postman is the best solution for the SMTP blocked port issue (if not the only solution). It’s also very user friendly, you did a great job. Thank you for going above and beyond, not only monitoring this post but also diagnosing the issue, A+++!