tnrogers
Forum Replies Created
-
So my question is: Is it safe to update WooCommerce to 4.0 even though the plugin: WooCommerce Authorize.Net CIM Gateway, Version 2.8.0 is not tested beyond WooCommerce version 3.2.0?
If not, is there a different plugin that I could use instead?
Support at VPS.net seems to have solved the problem by increasing the PHP max_execution_time value to 90 seconds. I ran a backup on the largest website I run, and it appears to have worked. I’ll try other sites tomorrow and return here if I run into any issues.
Forum: Plugins
In reply to: [Social Media Widget] Social Media Widget causing pages to be Non SecureI’d sure like to get this fixed. Anyone else having this issue?
TomForum: Themes and Templates
In reply to: [Virtue] Remove topbar from mobile?I use the Avada theme, and received help from support. I was able to configure the top menu to a hamburger menu with a setting change, and then was provided a script that made it so I could change the name of the top menu from “Go to…” to in this case “Accounts/Cart”.
I’m waiting to hear back re the main menu which I want to change from “Go to…” to “Main menu…”
Good luck to all,
TomForum: Plugins
In reply to: [Simple HTML Sitemap] Can not uncheck boxesI’m writing to say that my issues were resolved! I am quite pleased that Dipak Kumar Pusti, the author of the plugin, took a proactive approach to the issue.
I gave him access to the backend of my website, and he fixed the problem quickly. He then updated the plugin soon after, and it’s all working perfectly for me.
You can see my sitemap page at https://power2u.org/sitemap/ which before was showing stuff that I didn’t want. (The website is 95% done), but taken live just two days ago.
Thanks!
Forum: Themes and Templates
In reply to: [Virtue] Remove topbar from mobile?Is there a way to turn it into a hamburger menu, or some other alternative? My concern is that I’ve got things up there like contact us, privacy policy, business policy, in addition to the shopping cart links. What would one do if they put something in the WooCommerce cart, and wanted to check out, or at least view the cart?
When you first open the website, the top menu takes up almost half the screen (on iPhone 6s). You can see it at http://www.power2u.org (the site is probably 95% done).
Tom RogersThanks for your quick response.
Actually, there was a bit of code above which was needed. This is what made it work:
return $gateways; } add_filter( 'give_payment_gateways', 'my_custom_gateway_labels', 10 );I’m all set now, thanks.
Just for the record, and for future reference for anyone with similar concerns, this is the whole thing:
function my_custom_gateway_labels( $gateways ) { // add the following 4 lines to change the label for Offline Donations $gateways['offline'] = array( 'admin_label' => 'Mail a Check', 'checkout_label' => __( 'Mail a Check', 'give' ), ); return $gateways; } add_filter( 'give_payment_gateways', 'my_custom_gateway_labels', 10 );- This reply was modified 8 years, 4 months ago by tnrogers.
Hi Devin, and thanks for your reply.
I installed the “My Custom Functions” plugin and the code now looks like this (screenshot) https://screencast.com/t/7aTSGifNKuq
But the forms have not changed. The website is at http://trwdtemp.info and is currently password protected. The password to view is REDW4zev.
You’ll find a modal form in the footer, and two forms within pages at http://trwdtemp.info/donate, and http://trwdtemp.info/donations-ncmhr.
I do have W3 Total Cache installed, and did purge all caches, and tried using a new incognito window, as well as a browser that I don’t normally use.
Thanks,
TomThe question is if one WooCommerce website can offer two different donation forms (one each for two different orgs). The proceeds would have to be clearly marked as from one org or the other. The money would all be processed via one Authorize.net account.
To me, it’s like offering two different products, and the SKU numbers are different.
TomThanks Matt,
The two forms will be at the same website, collecting donations for two different nonprofit organizations.I’m probably going to be using the Authorize.net plugin.
TomThe clients website collects donations for a sister org. There will be two forms, one for each org. Is that OK to do, or will it get complicated?
OK, thanks
That’s great.
My client has an existing website and store which continues to run while I develop a new website on a separate domain name. When everything is ready to go, I will transfer all files to a new server account, and connect it to their existing URL.
Will I be able to get the donation plugin working in advance on the development site, and then have it work on the new URL when we go live?
I’m suggesting they get the plus bundle, which is $25/month, but paid annually. So that’s $300 paid to get the site set up. Would we have to pay that again a few days later as the ultimate URL is different than what we started with?
- This reply was modified 8 years, 5 months ago by tnrogers.
Hi Devon,
Thanks for your reply.Can I use two different Authroize.net plugins?
I need to have an Authorize.net plugin to run the WooCommerce store. With that, I was thinking of using CIM. And then your plugin uses AIM. See https://docs.woocommerce.com/document/authorize-net-extension-comparison
Tom