Posted - 06/19/2024 : 11:35:22
There is an update to the ECT Widgets plugin that fixes a problem where products with a period "." in the product name will result in a "404 Not Found" error. https://www.ecommercetemplates.com/wordpress/wp-plugins.asphttps://www.ecommercetemplates.com/free_downloads.asp#wordpressIt seems there is a similar problem in the instructions for SEO URLs on this page... https://www.ecommercetemplates.com/seo/search-engine-friendly-urls-php.aspThe rules for the product categories should be like this... RewriteRule ^category/([^/]*)/?$ /categories.php?cat=$1 [QSA,nc,L,B] RewriteRule ^products/([^/]*)/?$ /products.php?cat=$1 [QSA,nc,L,B] ...instead of as previously like this... RewriteRule ^category/([^/.]*)/?$ /categories.php?cat=$1 [QSA,nc,L,B] RewriteRule ^products/([^/.]*)/?$ /products.php?cat=$1 [QSA,nc,L,B] Vince Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater
|