I saw that a pricelist is accessable to all evan if I have choosen to show prices only to registered customers.
Try the modification attached in
first post! Here I added also your translation.
At top of the file shop.pricelist.php, I've added the variable $onlyregistered, if set to "true" (in this package is), visitors not logged, that try to access the pricelist page, have only an advise message displayed. Note that this message has to be translated in dutch and swedish (look in language files).
Add an ahref link to the Category ID and you have a site map?
What do you mean???
For some reason it only shows the first Category 1 amd SubCatA1 but not Category 2 / SubcatA2
*Side Question*
Would it be possible to just pull up a specific Category - Say only Category 2?
For the first problem, I really don't know... It's all working to me, also with many categories and subcategories.
For the "side question", you can open the file shop.pricelist.php, and modify line 180 (or 184, if using new VM_PriceList_Reg pack), like this:
$query .= "WHERE #__{vm}_category.category_publish='Y' AND #__{vm}_category.category_id=2";
Change the "2" number with the ID of the category you want to display.