You have to use so called filters to send parameters to a static block from a template for example. Lets take a look at the following code: Thats the static Magento block:
1 2 3 |
<a href="{{store url=''}}{{var attributset_name}}/configuration/test/product_id/{{var product_id}}"> konfigurieren </a> |
We want to send attributset_name and product_id…