lorro
@lorro on WordPress.org and Slack
- Member Since: December 21st, 2013
- Location: Sheffield, UK
- Website: topcode.co.uk/contact-us
Bio
Interests
Contribution History
lorro’s badges:- Plugin Developer
-
Posted a reply to Email variables not working in the “notes to customer” email?, on the site WordPress.org Forums:
There are very few email variables available in the core plugin. See class-wc-emails.php function replace_placeholders().… -
Posted a reply to do_action, on the site WordPress.org Forums:
Try clear all transients at:Dashboard > WooCommmerce > System Status > Tools -
Posted a reply to Recommendation for creating party bag selection, on the site WordPress.org Forums:
Various "Product add-on" or "Product options" plugins will allow you to set up a checkbox… -
Posted a reply to Change text in mini cart – the products in the cart, on the site WordPress.org Forums:
Loco Translate is not the right tool for this. I setup my site to OceanWP… -
Posted a reply to Disable email to buyer for new order, on the site WordPress.org Forums:
Dashboard > WooCommerce > Settings > Emails tab > Processing Orderthen uncheck the Enable checkbox. -
Posted a reply to Limiting Shop Manager’s access to settings, status, and extension, on the site WordPress.org Forums:
This might do that for you:https://wordpress.org/plugins/user-role-editor/ -
Posted a reply to Adding a gift card message, on the site WordPress.org Forums:
Look for "product add-on" and "product options" plugins. There are several free ones in the… -
Posted a reply to What is the best way to modify any woocommerce functions?, on the site WordPress.org Forums:
The definition of woocommerce_form_field() is protected by a function_exists() check. This means if you can… -
Posted a reply to What is the best way to modify any woocommerce functions?, on the site WordPress.org Forums:
I wouldn't mess with wc-template-functions.php because any edits will be overwritten by the next update,… -
Posted a reply to Stock locations, on the site WordPress.org Forums:
You can add stock locations atDashboard > Products > Stock Location (this is between tags… -
Posted a reply to Stock locations, on the site WordPress.org Forums:
That's not coming from the core WooCommerce plugin. Which plugin are you running to give… -
Posted a reply to Change add-on price depending on chosen variant?, on the site WordPress.org Forums:
Yes, you need a product-add-ons or product-options plugin. There are many, I've come across 10… -
Posted a reply to Quantity selector has appeared after upgrade, on the site WordPress.org Forums:
.shop_table th.product-quantity, .shop_table td.product-quantity { display: none; } But that's going to hide it for… -
Posted a reply to Add text only to order e-mail footer, on the site WordPress.org Forums:
The function prints to the body of the email. I tried that last function and… -
Posted a reply to Avatar issue, on the site WordPress.org Forums:
That's also coming from Woo Gallery. You can set the height specifically with: .comment_container .photo… -
Posted a reply to What is the best way to modify any woocommerce functions?, on the site WordPress.org Forums:
Have a look at product add-ons or product options plugins. There are some free ones… -
Posted a reply to Add text only to order e-mail footer, on the site WordPress.org Forums:
In the add_action(), the quotes around the parameters must be straight quotes. You have used… -
Posted a reply to Change add-on price depending on chosen variant?, on the site WordPress.org Forums:
pizza - 20, 30 (includes some cheese and some peperroni)extras - none, more-cheese, more-peperroniSo that's… -
Posted a reply to Price with decimal numbers not showing, on the site WordPress.org Forums:
Please post the link to the not-working product. -
Posted a reply to Avatar issue, on the site WordPress.org Forums:
This behaviour is coming from Woo Gallery. You can overide it just for comment photos… -
Posted a reply to Quantity selector has appeared after upgrade, on the site WordPress.org Forums:
Its a design decision. See:https://github.com/woocommerce/woocommerce/issues/36007 There were inconsistencies in terms of how the quantity input… -
Posted a reply to What is the best way to modify any woocommerce functions?, on the site WordPress.org Forums:
You can add fields by adding to the fields array, and they will show up… -
Posted a reply to What is the best way to modify any woocommerce functions?, on the site WordPress.org Forums:
After to fields have been created, they pass through a filter, and this is your… -
Posted a reply to Add text only to order e-mail footer, on the site WordPress.org Forums:
You'll need to add a condition in your function. The $email object is in scope,… -
Posted a reply to Targeting Checkout Fields in PHP, on the site WordPress.org Forums:
That filter is the recommended one, but it doesn't work for every property of every… -
Posted a reply to address link, on the site WordPress.org Forums:
See:https://wordpress.org/support/topic/missing-text-on-myaccount-navigation-link/#post-16417506 -
Posted a reply to Store Notice – subject to dismissal??, on the site WordPress.org Forums:
You can use a snipet to overwrite the default woocommerce store notice function. function woocommerce_demo_store()… -
Posted a reply to Missing text on MyAccount navigation link, on the site WordPress.org Forums:
This is a known bug. It occurs with all languages except the default language “English… -
Posted a reply to [Feature Request] Send order cancellation email to customer, on the site WordPress.org Forums:
This suggestion has been considered and rejected by one of the main WooCommerce devs:https://github.com/woocommerce/woocommerce/issues/7907 You… -
Posted a reply to WooCommerance Fatal error in theme customizer, on the site WordPress.org Forums:
Happens for me too. This is a theme issue. Your theme has not been updated… -
Posted a reply to remove show cart message after adding an item to the cart, on the site WordPress.org Forums:
We need another one for that. .woocommerce table.shop_table_responsive tr td.product-remove, .woocommerce-page table.shop_table_responsive tr td.product-remove {… -
Posted a reply to “Addresses” tab title missing from account page, on the site WordPress.org Forums:
I'm getting a lot of mileage out of this reply: This is a known bug.… -
Posted a reply to Tittle “Adress” is missing, on the site WordPress.org Forums:
This is a known bug. It occurs with all languages except the default language “English… -
Posted a reply to Checkbox not checking properly, on the site WordPress.org Forums:
This is a theme issue. To confirm, I expect that if you temporarily switch to… -
Posted a reply to Phrase on payment page, on the site WordPress.org Forums:
Its likely to be coming from "Order delivery date pro for woo-commerce". Unfortunately, as this… -
Posted a reply to Error addresses, on the site WordPress.org Forums:
This is a known bug. It occurs with all languages except the default language "English… -
Posted a reply to Phrase on payment page, on the site WordPress.org Forums:
This phrase doesn't appear in the woocommerce code. Can you identify which of you other… -
Posted a reply to Custom Email Field Not Appearing in Checkout, on the site WordPress.org Forums:
Some steps are missing from your code. Go back to:https://woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/and look at the validation and… -
Posted a reply to Deposit scheduling is currently unavailable for your store., on the site WordPress.org Forums:
This forum is just for supporting the core WooCommerce plugin. For the WooCommerce Payments plugin,… -
Posted a reply to remove show cart message after adding an item to the cart, on the site WordPress.org Forums:
th.product-remove, td.product-remove { display: none; } -
Posted a reply to Resetting Product ID, on the site WordPress.org Forums:
You can't. If you use the SKU field as a product ID, you can make… -
Posted a reply to Addresses Menu and Addresses Dashboard Tab, on the site WordPress.org Forums:
Its a known bug. Hopefully it will be fixed soon.https://github.com/woocommerce/woocommerce/issues/36490 This code snippet will fill… -
Posted a reply to Problems with Product data, on the site WordPress.org Forums:
I tried with Twenty Twenty Two theme and WooCommerce and it works for me. The… -
Posted a reply to Problems with Product data, on the site WordPress.org Forums:
That doesn't look like a WooCommerce error. I can't find that string in a text… -
Posted a reply to remove show cart message after adding an item to the cart, on the site WordPress.org Forums:
Try this: .woocommerce.single-product a.added_to_cart { display: none !important; } -
Posted a reply to Changing form of address in WooCommerce emails, on the site WordPress.org Forums:
You'll need to copy the customer emails fromplugins/woocommerce/templates/emails/customer-(etc).phptothemes/your-child-theme/woocommerce/emails/customer-(etc).php In the copies, change the greeting line.… -
Posted a reply to remove show cart message after adding an item to the cart, on the site WordPress.org Forums:
It may be possible to hide it with some custom css. For further advice, please… -
Posted a reply to Error: Your theme contains outdated copies of some WooCommerce template files, on the site WordPress.org Forums:
This page tells us how to update templates:https://woocommerce.com/document/fix-outdated-templates-woocommerce/ For best results, your theme vendor should… -
Posted a reply to Insert text above privacy policy text at checkout, on the site WordPress.org Forums:
Look atplugins > woocommerce > templates > checkout > terms.php There's a hook called 'woocommerce_checkout_before_terms_and_conditions'just… -
Posted a reply to bug on customer profile menu address link (below in the latest update), on the site WordPress.org Forums:
Reported here:https://github.com/woocommerce/woocommerce/issues/36490Looks like it will be fixed sooner or later. It doesn't happen if the…
Developer
-
Simple BMI Form
Active Installs: 60+
-
Simple Plugin Selector
Active Installs: Less than 10
-
Simple Table Manager
Active Installs: 800+