[TYPO3-commerce] disclaimer

web web at gfc-consulting.de
Wed Jan 2 17:24:51 CET 2013


Hi Ingo,

it was the ter latest 0.13.10, but  I had some problems of broken files and the bug from 2011
was as well not solved...

old: if (!$paymentDone && (empty($this->piVars['terms']) || ($this->piVars['terms'] != 'termschecked'))) {
new: if ((!$paymentDone && (empty($this->piVars['terms'])) || ($this->piVars['terms'] != 'termschecked'))) {

max be there is a mistake in TER?


-----Ursprüngliche Nachricht-----
Von: typo3-project-commerce-bounces at lists.typo3.org [mailto:typo3-project-commerce-bounces at lists.typo3.org] Im Auftrag von Ingo Schmitt
Gesendet: Mittwoch, 2. Januar 2013 17:20
An: TYPO3 commerce extension project
Betreff: Re: [TYPO3-commerce] disclaimer

Hi,

which Version are you using?

ingo
> Hi ingo,
> 
> ok. But there is no option to check it.
> Ex.
> Class.tx_commerce_pi3.php:
> // Check if terms are accepted
> 		//if (!$paymentDone && (empty($this->piVars['terms']) || ($this->piVars['terms'] != 'termschecked'))) {
> 		if ((!$paymentDone && (empty($this->piVars['terms'])) || ($this->piVars['terms'] != 'termschecked'))) {
> 			$this->formError['terms'] = $this->pi_getLL('error_terms_not_accepted');
> 			$content = $this->handlePayment($paymentObj);
> 			if ($content == FALSE) {
> 				$this->formError['terms'] = $this->pi_getLL('error_terms_not_accepted');
> 				$content = $this->getListing();
> 			}
> 
> 			return $content;
> 		}
> 
> There is a check for terms, but not for disclaimer.
> 
> And there is a checkbox like:
> $markerArray['###LISTING_TERMS_ACCEPT_FIELD###'] = '<input type="checkbox" name="' . $this->prefixId . '[terms]" value="termschecked" ' . $termsChecked . ' />';
> 
> But I won't finde one for disclaimer.
> 
> And within the "template_checkout.tpl" you'll find :
> <p class="com-chkout-listing-disclaimer">###LISTING_DISCLAIMER###</p>
> 
> But  these I could not find in the front end..??..
> 
> Maybe, do I have a wrong version?
> 
> Best regards
> Oliver
> 
> 
> 
> 
> 
> 
> 
> -----Ursprüngliche Nachricht-----
> Von: typo3-project-commerce-bounces at lists.typo3.org [mailto:typo3-project-commerce-bounces at lists.typo3.org] Im Auftrag von Ingo Schmitt
> Gesendet: Mittwoch, 2. Januar 2013 17:01
> An: TYPO3 commerce extension project
> Betreff: Re: [TYPO3-commerce] disclaimer
> 
> Hi Oliver,
> 
> there is no specific TS object for pi3, it's all included in one TS object (commerce) for all PIx.
> 
> Best regards
> 
> ingo
>> Hello List,
>> 
>> 
>> 
>> I’m trying the ext commerce. I do not find a TS Objekt for the disclaimer in
>> Pi3. I found the marker, but how should this be used?
>> 
>> There is no checkbox for ts-template. And I have not found anything within
>> the ts analyser or objektbrowser.
>> 
>> 
>> 
>> It would be helpful if anyone has an idée for it.
>> 
>> 
>> 
>> Best regards
>> 
>> Oliver
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> TYPO3-project-commerce mailing list
>> TYPO3-project-commerce at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-commerce
>> 
>> 
> 
> 
> Mit freundlichen Gruessen
> Ingo Schmitt
> 
> -- 
> Marketing Factory Consulting GmbH  *   mailto:is at marketing-factory.de
> Marienstrasse 14                   *          Tel.: +49 211-361176-63
> D-40212 Duesseldorf, Germany       *          Fax:  +49 211-361176-64
> Amtsgericht Duesseldorf HRB 53971  * http://www.marketing-factory.de/
> 
> Geschaeftsfuehrer:
> Peter Faisst ⎜ Katja Faisst ⎜ Karoline Steinfatt ⎜ Christoph Allefeld
> 
> _______________________________________________
> TYPO3-project-commerce mailing list
> TYPO3-project-commerce at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-commerce
> 
> _______________________________________________
> TYPO3-project-commerce mailing list
> TYPO3-project-commerce at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-commerce

_______________________________________________
TYPO3-project-commerce mailing list
TYPO3-project-commerce at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-commerce



More information about the TYPO3-project-commerce mailing list