narmour
Forum Replies Created
-
I would hardly call that a solution. I think it’s ridiculous that a setting option was completely removed when you had allowed it in the first place knowing it would be in use on many sites and cause issues that could then no longer be controlled.
How do I do that? I used to see an option within each one but I don’t see that option any longer. I don’t see any option for it in the main settings either.
Forum: Plugins
In reply to: [WooCommerce] Add image caption to product category lightboxThank you, here is a link to one of the product categories that has a gallery: https://www.armourhorsestalls.com/product-category/stall-components/farm-signage/
Here is one meta with id 58 assigned to it.
I know I have several products that I have attached this particular meta group to but I don’t know of any way of seeing which ones. Aside from just looking in the products list on woocommerce to find it in the PPOM column like this:
The problem is that I have over 500 products and over 100 metas. Some of them have very similar names too, so that makes it harder for me to find which products are using which metas.
I am hoping there is a way to be able to filter products by their attached meta groups. Or better yet, if in the PPOM Meta list, there was a way to click on each meta group and see a list of which products have been attached to that specific Meta ID.
Forum: Plugins
In reply to: [WooCommerce] Syntax error, type E_PARSEYes, but there was never any error message till now. This was the only new thing added in several months.
Why would their error message reference a specific line of code if it’s not where the issue is located?
I don’t understand why it would even be a week go by with no error and then suddenly claim an error.
Forum: Plugins
In reply to: [WooCommerce] Include Product Notes in Admin EmailsI had added this code in a week ago with no issues, until today. WordPress sent an email saying:
Your Site is Experiencing a Technical Issue
They said the error was caught on this page:
wp-admin/admin-ajax.phpError Details
=============
An error of type E_PARSE was caused in line 781 of the file functions.php. Error message: syntax error, unexpected ‘&’Line 781 is this section of the code that was provided for adding the purchase notes to the admin emails:
add_filter (‘woocommerce_email_order_items_args’, ‘send_purchase_note_to_everyone’);
I don’t see any issues on the site, it seems to be working fine and the admin panel is working fine. Do I need to do something to the code to fix this?
Forum: Plugins
In reply to: [WooCommerce] Include Product Notes in Admin EmailsThank you, that worked perfectly!
Forum: Plugins
In reply to: [WooCommerce] Include Product Notes in Admin EmailsI’m sorry, I used the wrong term when asking the question.
It’s not Product Notes I need but Purchase Notes, found under the Advanced tab in the product data. By default the info appears on the page that displays after someone places an order as well as in the customer’s copy of the order email. I need these to display in the email copy of the order that the admin receives as well.