我是WooCommerce的新手,上周我正试图用WP中的WooCommerce固定问题解决问题。
我的客户想要产品URL的特定结构:
site.com/category/product
或site.com/category/subcategory/product
在WP Permalinks设置中,我明确了这个结构:
产品自定义:/%product_cat%/%product%
在这种情况下,一切正常,除了一件事,产品页面的URL变为:
site.com/category/product/product
或site.com/category/subcategory/product/product/product
但如果我设置了这个结构:/%product_cat%
我在每个产品上只收到404
对不起我的英文,请帮助解决这个问题。
答案 0 :(得分:0)
更改设置后你flush your permalinks了吗?
不应该在“产品永久链接”设置中包含Import re
s = 'h^&ell`.,|o w]{+orld'
replaced_string = re.sub('\W+', '*', s)
output: 'h*ell*o*w*orld'
。
只需使用自定义:%product%
即可。