Module hilfe

tag,

Ich versuch ein module zu bauen das ein neuen contact form ermöglicht.
Ich will im artikel detail seite (tabs) ein neuen tab haben, wenn die preis auf null ist.
Das heist ich will nur im tabs ein block einbringen wo wenn die preis null ist, dann kommt ein form für ein Anfrage.

Ich hab ein module angeliegt das extends Oxemail, aber wenn ich es tabs einbinde bekomme ich die fehler medlung getUserData does not exist.
Es hat vor die uodate auf 4.7.2 funktioniert.

Hab jemand ein idee was jetzt falsch sein kann ?

ist dein Modul immernoch aktiv? deaktiviere und aktiviere es neu.

Hab ich schön, leider ohne erfolg

Vieleicht ein einfacher frage.

Wieso kann ich nicht [{assign var=“editval” value=$oView->getUserData() }] aufrufen auf ein product details seite ?
Was fehlt mir ?

Im 4.6.2 in tabs.tpl folgendes

[{block name="anfrage"}]
[{assign var="fPrice" value=$oDetailsProduct->getFPrice()}]
		[{if $fPrice eq '0,00'}] 
			[{capture append="tabs"}]<a href="#anfrage">[{oxmultilang ident="QUESTIONS_ABOUT_THIS_PRODUCT_1"}]</a>[{/capture}]

					[{if !$oView->getAnfrageStatus()||$oView->getAnfrageStatus() === 4}]
							[{assign var="editval" value=$oView->getUserData() }]
							[{capture append="tabsContent"}]<div id="anfrage">[{include file="form/anfrage.tpl"}]</div>[{/capture}]
					[{else}]
							[{capture append="tabsContent"}]<div class="clearfix"  id="anfrage">
								<div class="twelve columns">
										[{assign var="_statusMessage" value="PAGE_INFO_CONTACT_THANKYOU1"|oxmultilangassign|cat:" "|cat:$oxcmp_shop->oxshops__oxname->value}]
										[{assign var="_statusMessageSuffix" value="PAGE_INFO_CONTACT_THANKYOU2"|oxmultilangassign}]
										[{include file="message/anfrage.tpl" statusMessage=$_statusMessage|cat:$_statusMessageSuffix}]
								</div>
							<script>	 $('div.tabbedWidgetBox').tabs('select', '#anfrage'); </script>
							</div>[{/capture}]
					[{/if}] 
	   
	   
	   [{/if}]
[{/block}]

funktioniert ohne problem
In 4.7.2 - steht im exception.log

oxSystemComponentException-oxException (time: 2013-01-16 16:59:49): [0]: Function 'getUserData' does not exist or is not accessible! (Anfrage)

Was ist falsch / muss ich andern ?

hat sich erledigt, war ein fehler