edtorrey
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Restack WooCommerce to Subdomain SiteThe image problem I mentioned above is not a problem in the current WP release and after carefully following direction.
Forum: Plugins
In reply to: [WooCommerce] Restack WooCommerce to Subdomain SiteZubair,
Recalling from memory, two+ years ago, on another site, no Woo involved:
I had a mature single WP site. I became interested in the multi site aspect of WP. The release level was probably what was in 2019, maybe 2018.
I enabled multi site without the benefit of such guidance as above. When faced with the question of subdirectory or subdomain, I chose subdirectory. Everything seemed to work, except that images I loaded in the images library and stored in the file system post network site enabled for the secondary websites did not load correctly on the front end. I am very comfortable with path reference being relative to the web server’s configuration, versus the server’s physical path.
In retrospect, and after toiling with my network retry yesterday, I believe the issue was in the WordPress management of path decision based upon the name of the secondary site and the “Pretty Permalinks”, and of course the underlying configuration dependencies for wp-config and htaccess.
I haven’t gotten far enough to retest the image render hurdle in my new test bed built yesterday. I should be able to get to that today and report back later.
Forum: Plugins
In reply to: [WooCommerce] Restack WooCommerce to Subdomain SiteSurprising that given my ask for a “checklist”, no one mentioned:
https://developer.ww.wp.xz.cn/advanced-administration/multisite/
https://developer.ww.wp.xz.cn/advanced-administration/multisite/prepare-network/
Step-by-step…
- This reply was modified 1 year, 8 months ago by edtorrey.
Forum: Plugins
In reply to: [WooCommerce] Restack WooCommerce to Subdomain SiteRK,
Thank you for the quick response. Your points are parallel to my thinking.
I experimented several major revisions ago with WP’s network build. Good except for an images url flaw. That would be the way I go with this rebuild. The way WP handles user account across subsites is pretty straight forward and easy enough to administer from the main site.
While scouring for a Woo specific export import utility, I did find one on the Woo site. A monthly subscription, minimum one year term, $10.75 mo / $129 yr; https://woocommerce.com/products/import-export-suite-for-woocommerce/. Seems like a good deal.
Other than seeing if anyone has a checklist for configuring step-by-step sub-domain based WP network sites, including any Linux CPANEL domain setup, I’ll go back to my lab and crank through the test cases until I get it right.
Cheers
GeneForum: Plugins
In reply to: [WooCommerce] add woocommerce as subdomain or subfolderI want to go back to the beginning. Our single WordPress site was for our woodworking club of 200+ members. The pandemic stopped our meeting in person so we looked to eCommerce to collect annual dues. WooCommerce fit the bill perfectly. We added many plugins to achieve functionality and appearance. We are on a litespeed enabled server and use the litespeed caching plugin. However, the overhead has grown out of control.
Now we are looking at breaking out our content into three areas, using subdomain approach so as to isolate PHP and MySQL driven overhead.
The subdomains are:
- Didactic main site, master user profile
- Store.main.site for WooCommerce
- forums.main.site for forums.
Questions:
- This type of installation fully supports Store WooCommerce creating a new account if the checkout page’s create-account checkbox is checked, yes?
- Once users are processed by Super Admin, user can log in on any of the three sites, and move freely between them given the design intent is for said user to be able to do so, yes?
- How do I export my current entire WooCommerce build and historical content, and restore into the new “Store” subdomain? Guessing, use Woo’s Export Products, and use MySQL export and import order et al tables. Second Guess – use a Woo-aware plugin migrate existing Woo content?
- Finally, maybe should have been first, is there a checklist for the knowledgable Linux, CPANEL, DNS, WordPress, subdirectory-network-site administrator that guides in a nutshell specific steps to create set this up? My first attempts have been time consuming and didn’t work as expected.
Many thanks in advance.
Gene
Forum: Plugins
In reply to: [Multisite Multidomain Single Sign On] Frontend SSO SupportHello, I was hoping to get a response so we could continue with our testing.
Gene
Hi Aman, yes, confirmed working, and now the license issue message is also gone.
While we are talking, I want to give some feedback. This situation demonstrates a risk to your subscribers for direct to server licensing tests. I get why and support protecting intellectual property. I also urge best practice to protect your subscribers from their site’s malfunction by trapping connection errors in your code and then choosing another outcome than to fail on timeout.
The connection-dependent test also incurs to time delay in page load. I am not a programmer any more. I never programmed in PHP. Is there a way to lazy-load the task so that the Plugins and Update pages run more quickly instead of waiting for your license check?
The plugin while active is causing excessively long connection delays until it times out. This makes my whole site perform very poorly. I have to disable the plugin to regain expected performance.
Done, Five Stars. Thank you
It seems like the alert was a false positive. WordFence is no longer reporting any issues.
Thank you for the confirmation. I will reapply the update and revert back here if any issues persist.
Forum: Plugins
In reply to: [Passwordless Login] Use of v1.0.9 redirect filterWorked like a champ! Thank you Cristian 🙂
Forum: Plugins
In reply to: [File Away] Plugin Abandoned – false positiveWell, no response.
Plugin deleted.Forum: Plugins
In reply to: [Export Users to CSV] NEW OWNERSHIP: Feature Requests?Hip hip hooray for volunteering to take it over. If I knew how to program I would offer help. Meanwhile, encouragement is in order. Followed closely by confirming your goals. May I also offer that another plugin that is similar in charter as this one, and seems now to not be maintained, employed an interesting way to store the preconfigured list of selected user meta to recall and run again. That is, the designer added a user meta record specific to the select columns to be exported as a saved list. A single meta row was created in user meta for the admin id’s user id. Then in the value stored was an array consisting of each of n-number of saved stored column lists. In the export screen admin chooses the stored value or creates a new one. Nice way to do it, nicer to clean up after removing the old plugin.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Error while installingI was able to get it installed. Taking it over to my production site now.