\define shopurl() {{$:/_siteURL}}save.php
\end
<a href=<<shopurl>>>urlLink</a>
<form action=<<shopurl>> .....
To insert the value of the transcluded tiddler you can wikify your definition like this:
\define shopurl()
{{$:/_siteURL}}save.php
\end
<$wikify name="shopurlvalue" text="<<shopurl>>">
<a href=<<shopurlvalue>>>urlLink</a>
<form action=<<shopurl>> .....
</$wikify>
Good luck!
Thomas