Modify

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#1499 closed Bug/Fehler (fixed)

Fehler in comments_block.html des PayPal-Moduls

Reported by: info@… Owned by: Gerhard Waldemair
Priority: hoch Milestone: modified-shop-2.0.5.0
Component: Module Version: trunk
Keywords: Cc:
Blocked By: Blocking:

Description

Aktuell befindet sich dieser Teil in der comments_block.html des aktuellen PayPal-Moduls

/includes/external/paypal/templates/comments_block.html

    {if $PRIVACY_checkbox}
      <tr>
        <td>{$AGB_checkbox}</td>
        <td width="100%" style="text-align:left;"><strong><label for="privacy">{#text_privacy_accept#}</label></strong></td>
      </tr>
    {/if}
    {if $PRIVACY_checkbox}
      <tr>
        <td>{$ADR_checkbox}</td>
        <td width="100%" style="text-align:left;"><strong><label for="address">{#text_accept_adr#}</label></strong></td>
      </tr>
    {/if}

die 2. if-Condition muss mit Sicherheit ersetzt werden durch

{if isset($ADR_checkbox)}

Andernfalls ist der checkout via PayPal-Express nicht möglich, da die Box nicht bestätigt werden kann.

Attachments (0)

Change History (3)

comment:1 by Torsten Riemer, 7 years ago

Milestone: modified-shop-2.0.4.2
Version: trunk

comment:2 by Gerhard Waldemair, 7 years ago

Owner: set to Gerhard Waldemair
Resolution: fixed
Status: newclosed

In 11351:

fix #1499

comment:3 by Torsten Riemer, 7 years ago

Milestone: modified-shop-2.0.4.2modified-shop-2.0.5.0

Modify Ticket

Action
as closed The owner will remain Gerhard Waldemair.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.