gloofactory
Forum Replies Created
-
Can’t thank you enough for posting this solution. I’d have gone down a rabbit hole of webhooks had you not.
Forum: Plugins
In reply to: [WooCommerce] Base URL for Shop and permalinks for WooCommerce pagesThe goal is to understand why permalinks contain
about-us
and why the Shop base URL seems to as well. As I mentioned in my earlier post:However, on the page that appears at Settings -> Permalinks, under the heading that reads Product Permalinks, the Shop base radio button has a value of
https://domain.org/about-us/sample-product/
, implying that the Shop base setting is set tohttps://domain.org/about-us
.Ideally, the cart and checkout pages would be under the Shop base URL, and so my main concern is correcting the issue with the Shop base.
Forum: Plugins
In reply to: [WooCommerce] Base URL for Shop and permalinks for WooCommerce pagesThanks for your reply, @kellymetal. Yes, the pages (Cart, Checkout, etc) have a parent, but that Parent is the default homepage that is mapped to the root of the domain (https://domain.org). That’s why this is so puzzling…there is no intermediate node/ancestor on this tree that’s visible in the administrative UI.
While testing, I found the following. When I set the Parent Page to…
- No Parent: the page permalink is right under the root of the domain
- Homepage: the page permalink includes the intermediate and unwanted “about-us” path segment
- Store Page: the page permalink includes both the unwanted ‘about-us’ and the ‘store’ directory/segment (eg https://domain.org/about-us/store/checkout)
But both
WP_HOME
andWP_SITEURL
are defined inwp-config.php
ashttps://domain.org
and that’s the way it appears in the General Settings.Would you happen to know where this might be in the backend? If I could get a table name before I start looking around the database, it would be helpful.