Can I change the slug from ‘products’ to something else?
Sure! Just put this code in your wp-config.php file:
define('FOXYSHOP_PRODUCTS_SLUG','yourproductslug');
define('FOXYSHOP_PRODUCT_CATEGORY_SLUG','yourproductcategoryslug');
Here’s a full list of these advanced customizations.
Posted in: Functionality