I have been trying to get the full path of each category and product to show up but it just doesn't seem to want to do that.
currently I have put it back to the defaults of Route to products: {categories:/}{rewrite}.html and Route to category: {rewrite}.html. Currently I'm getting domain.com/product123.html and domain.com/category.html. How do I write this so that the full path look like below for both?
Also, if the product is clicked from subcategory1 will the link look like domain.com/category1/subcategory1/product123.html? In magento whichever subcategory you click the product under is the path that it shows. So if I click on a product that is under subcategory2 while i'm in subcategory1 the link will show subcategory1/product123.html instead of taking me to category1/subcategory1/subcategory2/product123.html.
I'm trying to transition my magento site and that is how the paths show up in there, but I don't seem to be able to get that to work on my thirty bees install.
Question
mak
I have been trying to get the full path of each category and product to show up but it just doesn't seem to want to do that. currently I have put it back to the defaults of Route to products: {categories:/}{rewrite}.html and Route to category: {rewrite}.html. Currently I'm getting domain.com/product123.html and domain.com/category.html. How do I write this so that the full path look like below for both?
domain.com/category1/subcategory1/subcategory2/product123.html domain.com/category1/subcategory1/subcategory2.html
Also, if the product is clicked from subcategory1 will the link look like domain.com/category1/subcategory1/product123.html? In magento whichever subcategory you click the product under is the path that it shows. So if I click on a product that is under subcategory2 while i'm in subcategory1 the link will show subcategory1/product123.html instead of taking me to category1/subcategory1/subcategory2/product123.html.
I'm trying to transition my magento site and that is how the paths show up in there, but I don't seem to be able to get that to work on my thirty bees install.
3 answers to this question
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