Can somebody help me in customizing this title based on the category and subcategory that user has selected from the menu?
For example, user want to see the products with brand name “sony”, where brand is category and sony is sub category, then title should be like “Product look up by Brand: Sony”
Similarly for prices it should be like “Product Look up by Price: $100-$200”, where price is category and $100-$200 is subcategory.
I know it will be using “if loop” but I’m kinda new here so don’t know the exact code to customize.