• I just updated my woocommerce permalinks on HungryUnicorn.com I changed product-category to ‘type’ and product-tag to ‘material’. Product sub categories such as

    http://hungryunicorn.com/type/ear/hoops/

    work fine, but parent categories/categories with no children do not

    http://hungryunicorn.com/type/ear/
    http://hungryunicorn.com/type/eyebrow

    Tags also work, it’s just the parent product categories/categories without children and the old permalinks so not work either.

    My htaccess says the following:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Any ideas? It seems really peculiar that it’s only parent categories/

Viewing 1 replies (of 1 total)
  • Thread Starter hungryunicorn

    (@hungryunicorn)

    Update, changing it to anything other than ‘type’ seems to work. I’ve set it to jewellery-type now just to have it working for customers but any solutions would be much appreciated

Viewing 1 replies (of 1 total)
  • The topic ‘Woocommerce Parent Product Categories Not Working After Permalink Change’ is closed to new replies.