I have this line of code:<br>
<br>
&lt;a tal:define="std modules/Products.PythonScripts.standard; url_quote nocall: std/url_quote; x python:url_quote(here/CheckOutAfterEditStuff)" tal:attributes="href string:${here/renumberTheCart/absolute_url}?doc=${x}"&gt;test&lt;/a&gt;<br>
<br>
but I get this error:<br>
<br>
<STRONG>Error Type: NameError<br>
Error Value: name 'CheckOutAfterEditStuff' is not defined</STRONG><br>
<br>
So I tried this:<br>
<br>
&lt;a tal:define="std modules/Products.PythonScripts.standard; url_quote nocall: std/url_quote; x python:url_quote(here/Our_Store/CheckOutAfterEditStuff)" tal:attributes="href string:${here/renumberLarimanCart/absolute_url}?doc=${x}"&gt;test&lt;/a&gt;<br>
<br>
and I got the same error, although now it can't find "Our_Store". Now, "Our_Store" is the container for this PT and "CheckOutAfterEditStuff" is in the same container. What am I doing wrong?<br>
TIA,<br>
Tony<div class="AOLPromoFooter">
<hr style="margin-top:10px;" />
AOL now offers free email to everyone.  Find out more about what's free from AOL at <a href="http://www.aol.com?ncid=AOLAOF00020000000437" target="_blank"><b>AOL.com</b></a>.<br />
</div>