davemiddles
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Customer History? (General inquiry)Thank you!
Forum: Plugins
In reply to: [Code Snippets] Snippets keep deactivating without noticeThank you.
Forum: Plugins
In reply to: [Code Snippets] Snippets keep deactivating without noticeI’m not sure what exactly is triggering the deactivation, whether it’s a plugin or not. All the snippets I currently use seem to work under normal day-to-day conditions.
I don’t possess the skill set required to assess the code, but here is an example of a snippet that gets deactivated once in a while. It removes the “lightbox” effect from images on product pages:
add_filter('woocommerce_single_product_image_thumbnail_html','wc_remove_link_on_thumbnails' ); function wc_remove_link_on_thumbnails( $html ) { return strip_tags( $html,'<img>' ); }
It’s not critical when snippets are deactivated, as long as I reactivate them promptly. That’s why an email notification (or an auto-reactivation) would be sufficient to solve the issue, if at all possible.
Thanks for your help.
Forum: Plugins
In reply to: [WooCommerce] Approve New User Registration – Preexisting CustomersHi, I appreciate the help, but it seems like you’re answering my questions out of context. As per the title of my post, I’m specifically asking questions about the Approve New User Registration plugin.
Edit: I will edit the title to make it more clear.
Edit 2: I tried but I don’t know how.
- This reply was modified 1 year, 10 months ago by davemiddles.
- This reply was modified 1 year, 10 months ago by davemiddles.
Forum: Plugins
In reply to: [WooCommerce] Product Attribute Being Displayed Under Product Name in InvoiceGood to know it’s being looked into.
Thanks to everyone for all the help. I guess I will just have to wait for a fix.
Forum: Plugins
In reply to: [WooCommerce] Product Attribute Being Displayed Under Product Name in InvoiceThey are priced differently, so they need to be different variations.
I just realized now that on the email invoice it doesn’t show the quantity after the product name. It should say “Test Product – 2” like it does in the invoice.
Yes, for this product the maximum is 3. Although the idea is that there is no limit to how many quantities of 3 can be purchased.
I understand this is the default behavior, but it wasn’t always that way. Mid-way through 2022 it started happening and I’d like to know if there is any way to revert back to how it was before.
Forum: Plugins
In reply to: [WooCommerce] Product Attribute Being Displayed Under Product Name in InvoiceThese are the variations for the example product. I’m just using Quantity because the products have multiple quantity options. For this product, you can purchase 1, 2, or 3 of the item.
Forum: Plugins
In reply to: [WooCommerce] Product Attribute Being Displayed Under Product Name in InvoiceHere is a picture of the attribute. There is only one and it is called “Quantity”:
My site is already only using the default Storefront theme.
There are no fatal errors in my logs.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Product Attribute Being Displayed Under Product Name in InvoiceNo, this is happening to WooCommerce independent of any of those plugins. Only one of those plugins is active and I’ve received extensive support from the creators. We have concluded that this is a WooCommerce issue so my inquiry is best directed here.
Forum: Plugins
In reply to: [WooCommerce] Product Attribute Being Displayed Under Product Name in InvoiceHi,
Yes, Quantity is the product attribute. This is happening for every product and every order.
Link to system status report: https://justpaste.it/a29aq
Thanks!
Forum: Themes and Templates
In reply to: [Storefront] Adding Custom Links to Mobile Footer BarThank you so much!
Forum: Themes and Templates
In reply to: [Storefront] Adding Custom Links to Mobile Footer BarSorry folks, here is the link:
https://docs.woocommerce.com/document/customize-the-links-in-the-handheld-footer-bar/