Both product_species and commercial_name are database fields that are fetched dynamically when product_id parameter is passed to the tech-sheet.html page.
I have checked the URL Rewrite docs to find a method to convert URL to a cleaner URL, however, none of the options listed in the documents seem to work for me.
I have tried the Route and Dynamic Link setup according to ‘Advanced Rewriting with URL Parameters’ option in the document, but it didn’t work correctly. The URL parameter displays correctly in the browser web address field, but it doesn’t display the html page correctly.
Is there any additional setup required in the source / target html pages?
I made a mistake when setting up Dynamic Link value for the Anchor Button. I have now added one more parameter to it to make the url more meaningful.
Just one more thing I want to check; when I slugify one of the parameters in Dynamic Link value, the url stops working as the input url string value doesn’t match with the database value anymore. The parameter value SIOUX (PV 1202) displays like this in the url without slugify:
Well if you’re using the parameter to filter your database query it must be exactly the same as the database value.
If you are only using the first parameter: /A36B:4CFCE616-C76A-47F9-B8A8-6711/ to filter the query, then the second one is not needed and you can safely remove it from the query filters.
Hi @Teodor, I was trying to append product name to make the url more informative. I will remove the second param from the query and just use product id.