Home > Item #191
On CactuShop v4.2, the navigation menu generated on the product.asp page seems to have a bug.
When you click the link to go back to a master category, you get the message "This section is currently not available".
Is there a fix to this?
This is because of a missing querystring value in the product.asp file.
On line 108 of product.asp, there is a hyperlink to the prodtype.asp page. Replace the question mark (?) after "prodtype.asp" with this:
?PT_MasterCategory=y&
This extra parameter will ensure that master categories display correctly.