guest* Posted October 20, 2010 Share Posted October 20, 2010 I tested prestashop only with adding products manually. Now I imported my first products and having the following problem.I imported the products in the category I want, but in the URL-Link there is also now the main category. my domain/cate/123product-ean.htmlAll products added manually does not have this and this I want to have it so:my domain/123-product.htmlAlso the imported products were added at final by his ean. It dont want this. Where can I change this ?In SEO-friendly link I cannot see the category and also not the ean, which is showing in the browser-link. In which file is the link built-up ? Link to comment Share on other sites More sharing options...
rocky Posted October 21, 2010 Share Posted October 21, 2010 It is the getProductLink function on line 45 of classes/Link.php (in PrestaShop v1.3.2) that generates the product link. You could modify that function to remove the EAN13 and category from the link. Link to comment Share on other sites More sharing options...
guest* Posted October 21, 2010 Author Share Posted October 21, 2010 Yes I found it afterwards in another post. Thx. It works. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now