After installing the language files from WooCommerce, the site's permalink becomes non-english. I have found Product permalink base & Product category base & Product tag base & Product attribute base in the permalink setting page.
However, where is the settings for shopping cart & checkout page & my account?
Thanks!!
If you have installed woocommerce pages, in your admin area go to "Pages" and look for the pages you want to change permalink, all is there. I think if you change your desired page Slug, you'll get the answer. Woocommerce works with Page ID and changing that slug makes no problem and just changes the URL.
Related
I'm new to woocommerce and I'm struggling to remove product-category from the category url.
I've read the solution provided on WooCommerce- How to remove product & product-category from urls? but I'm not sure if it still works.
Woocommerce shop entry page
https://floridapsychics.org/shop/
A product page, it doesn't show any product-category so it's perfectly fine
https://floridapsychics.org/shop/tarot-cards/dionysus-classic-design-tarot-cards-deck-with-guidebook
If you click on Tarot Cards in the breadcrumb it will lead to
https://floridapsychics.org/product-category/tarot-cards
I want above url to be
https://floridapsychics.org/shop/tarot-cards
How to do it?
Here are my permalink settings
Permalinks settings
I tried tweaking permalink settings but none seem to work.
I need to modify the structure of the links in woocommerce. In this moment as you may no the link is http://yourwebsite.com/product/name_of_the_product...and I want to change the product in category, the link should be this http://yourwebsite.com/category/name_of_the_product...
How can I do this?
I would say not to change /product/ to /category/ for woocommerce. By Default WordPress use category taxonomy to display category page e.g example.com/category/xyzcategory/. Also change of woocommerce fixed urls can be problem for shop. WooCommerce also advise not to change those https://docs.woocommerce.com/document/removing-product-product-category-or-shop-from-the-urls/
So I'm using WooCommerce for my webshop and I have the following question:
Right now my category link is www.mywebsite.com/product-categorie/%category%/$sub_category%/ but my product link is www.mywebsite.com/product/%product%
Is it possible to change the URL of my products to www.mywebsite.com/product-categorie/%category%/$sub_category%/%product%?
Products urls are not related to any WordPress theme and Product are part of WooCommerce plugin. The support forum for the WooCommerce plugin is located here for future reference.
https://wordpress.org/support/plugin/woocommerce
You can set custom urls for WooCommerce from the WordPress > Permalinks section.
I'm stuck with this permalink structure in WordPress, I like to have some advice from the experts in the WordPress permalink area.
I'm building a website / shop with WordPress and Woocommerce. Both the latest versions.
If a leave the permalink structure default for the website and the shop all works fine.
But the default WordPress pages will have the link structure as:
http://www.myshop.com/?page_id=25
If I change the structure to /%postname%/ the website itself works great with page links like:
http://www.myshop.com/myinformationpage
But..
The Woocommerce part however is completely broken. The products page is ok with the overview of the first shop page but every product selection will end up in a 404 error.
This is also for category's, tags en even the shop cart payment pages.
What is the way to go here?
The best way for SEO is to change the basic permalink site setting to one of the none standaard settings. But what must be done to keep the WooCommerce shop working?
I don't want to remove the /shop/ or /products/ from the WooCommerce URL.
My settings:
Common Settings: /%postname%/
Optional: Product category base: ?product_cat= and Product tag base: ?product_tag=
Product permalink base: Custom base: /?product=
After a lot of trying i came up with the setting above. This will work for all WordPress content pages and most of the WooCommerce pages but the return after payment page is still broken.
Any input is welcome here.... thanks in advance!
After trying and changing the permalinks over and over again, removing the .htaccess and save the permalinks setting again, and all other tips ....
I finally found a post on wordpress.org. On the problem that the confirmation page that wat not found. (404)
[https://wordpress.org/support/topic/order-confirmation-page-not-found]
Adding this code to function.php did the trick.
function flush_rules(){
flush_rewrite_rules();
}
add_action('init','flush_rules');
Thanks helgatheviking for your responce!
I am developing a site and using WooCommerce. My purchased theme is supporting WooCommerce.
by Default WooCommerce make a shop page where it shows the archives of products and other page that i have made is Packages where all the packages are showing with categories.
Now i want to completely hide this page and block it in SEO
www.abc.com/shop/
I just want to show this page
www.abc.com/packages
Well i figured it out.
Basically there are 2 pages
1) shop - which is working as an archive page to list down products.
2) Packages - which is custom designed and showing products in different category
Now I don't want users to view (shop) page so I installed a plugin which redirects the user to second page (packages)
In your dashboard go
WooCommerce -> Settings -> Products
Change the Product Archive / Shop Page from Shop to packages and save the changes
Next
Go to the Settings tab on your dashboard -> Permalinks
Scroll to the bottom of the page
Change Product permalink base to Shop base
Save those changes and going to www.abc.com/packages should show the products