projecttoday
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Make phone no. not required on checkoutWhen I click on “Space X-Chimp/Space X-Chimp” I get a 404. When I click on “Space X-Chimp/PHP Inserter” I inserted the following:
add_filter( 'woocommerce_billing_fields', 'wc_npr_filter_phone', 10, 1 ); function wc_npr_filter_phone( $address_fields ) { $address_fields['billing_phone']['required'] = false; return $address_fields;
and then clicked the toggle on. When I display the checkout page, the phone number still shows a red “*”.
- This reply was modified 7 years, 5 months ago by projecttoday.
Problem was I gave the wrong email. Thank you.
Forum: Plugins
In reply to: [WooCommerce] Make phone no. not required on checkoutCan you point me to a tutorial on My Custom Functions (or where I actually put the code)?
Forum: Plugins
In reply to: [WooCommerce] Make phone no. not required on checkoutI found it. In hostgator I clicked on my-custom-functions on the left-hand side instead of plugins. Clicking on plugins brings up the plugins on the right-hand side and you can rename them there.
I’ll give it a go.
Forum: Plugins
In reply to: [WooCommerce] Make phone no. not required on checkoutOh? (I’m a newbie) So you recommend downloading and installing Filezilla?
My host is Hostgator. I tried right-clicking on the folder name in File Manager but there was no rename.
Forum: Plugins
In reply to: [WooCommerce] Make phone no. not required on checkoutThank you. I have downloaded and installed My Custom Functions plugin.
Before I proceed I was wondering, by FTP you mean File Manager on the host’s website?
I found the my-custom-functions folder at File Manager but how do you rename it?
Forum: Fixing WordPress
In reply to: Can’t get into siteOkay. That’s sounds like a good idea.
Forum: Fixing WordPress
In reply to: Can’t get into siteThanks for staying with me. I tried Hostgator support. He suggested restoring the theme. He cannot restore files from BackupBuddy. I’m afraid restoring the theme could wipe out all or some of the work I did on the site. So I opened a ticket with BackupBuddy. They don’t seem to have live support. I’m now waiting to hear from them.
Forum: Fixing WordPress
In reply to: Can’t get into siteNo, I have never done it. My host is hostgator. Do they support this?
Forum: Fixing WordPress
In reply to: Can’t get into siteThank you. How can I go about this? I can’t get into the dashboard.
Forum: Plugins
In reply to: [WooCommerce] Change a field label on checkout pageThat worked, lorro. Thanks so much for your help.
Forum: Plugins
In reply to: [WooCommerce] Change a field label on checkout pageBut does this involve creating a complete mapping of all the fields on the form? I only want to change 2 of them.
If I can’t change the code I was thinking of this.
I’m not sure what you mean, as I am a newbie.
WooCommerce by Automatic
WooCommerce Stripe Gateway by WooCommerceboth appear on the plugins page. There is also WooCommerce on the left-hand side navigation of the dashboard. The test checkout transaction that I did does appear in Stripe, so something is working.
Forum: Fixing WordPress
In reply to: Get rid of “Turn On Builder [Edit]”Thank you.
I’m a WordPress newbie. It scares me to make changes. I have BackupBuddy set up but I’ve never done a restore, Several times the BackupBuddy backup failed. (That seems to stop when I clean up my computer.)
So I deactivated all the plugins one by one except BackupBuddy and then displayed the page to no avail. Do I really need to deactivate all of them simultaneously? As far as the BackupBuddy plugin is concerned, I believe this problem existed before that was installed.
Forum: Fixing WordPress
In reply to: Can’t find text on home pageOkay! I found it! I clicked on a down arrow and then clicked on Themify Builder and the purple buttons appeared. Now I can get at my text. That appears to solve this problem, at least.
Thanks for your help.