No worries. I’ve reduced the template to the code at the bottom of this post, but still seem to get the same error.
What happens is that after one purchase I am returned to the correct template but have to refresh the page manually to be shown the SAEF.
Once the template is refreshed I can enter one form. Having submitted that paid for classified entry I am returned to page like:
http://www.bluebloc.ie/error_03-return.gif
After refreshing that page I am returned to SAEF rather than { if no results}FoxEE Classifieds Purchase Link{ /if}. It doesn’t seem to detect how many credits I have and shows the entry form regardless.
If I try to submit an entry I get shown the native EE error page with the message: “Your posting limit has been exceeded” and a link to return to the previous page.
On clicking that link you are reurned to the SAEF in the template rather than the { if no results}FoxEE Classifieds Purchase Link{ /if}.
This happens in all browsers / platforms etc. And cache has been cleaned always and I’m using 034.
The code I’m using in the template is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Foxee Classifieds test</title>
{exp:foxee:headers include_jquery="yes" fb_height="400" fb_width="800" foxee_site="iaa"}{exp:ajax_redirect:headers}
</head>
<body>
<h1>Test4</h1>
<p>Either the purchase link or the entry form should show up here.</p>
<hr/>
{exp:foxee_classifieds:post_form weblog="awards2010-entries" entry_id="{segment_3}"}
<p>* Project Title<br />
<input type="text" name="title" id="title" value="{title}" size="50" maxlength="100"></p>
<input type="hidden" name="url_title" id='url_title' value="{url_title}" maxlength="75" size="50" />
{custom_fields}
<p>
{if required}* {/if}{field_label}<br />{if field_instructions}{field_instructions}<br />{/if}
{if textarea}
<textarea id="{field_name}" name="{field_name}" dir="{text_direction}" cols="50" rows="{rows}">{field_data}</textarea><br />
{/if}
{if textinput}
<input type="text" dir="{text_direction}" id="{field_name}" name="{field_name}" value="{field_data}" maxlength="{maxlength}" size="50"><br />
{/if}
{if pulldown}
<select id="{field_name}" name="{field_name}">
{options}<option value="{option_value}"{selected}>{option_name}</option>{/options}<br />
</select><br />
{/if}
</p>
{/custom_fields}
<input type="submit" name="submit" value="Submit" />
{if no_results}
{embed="2010/test4a"}
{/if}
{/exp:foxee_classifieds:post_form}
</body>
</html>
You can view it at http://www.irisharchitectureawards.ie/index.php/2010/test4/ and use the account I PMed you earlier
Thanks