hi everyone,
i have a problem i'm kinda perplexed by regarding the line: the_permalink()
i have parent category "A" and then two child-categories we'll call "B" and "C" and then another parent category we'll call "Z".
i have two products. product 1 i assigned to child category "B" and then product 2 i assigned to child category "C". Both are assigned to parent category Z also.
when i view the output on these two products, i get the following;
product1:
http://www.domain.com/A/B/product1
product2:
http://www.domain.com/Z/C/product2
why would the categories switch around?