Modify

Opened 10 years ago

Closed 6 years ago

Last modified 6 years ago

#867 closed Erweiterung (fixed)

checkout_new_address.html -> Checkbox wird nicht verwendet

Reported by: Torsten Riemer Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.5.0
Component: Shop Version: 2.0.0.0
Keywords: Cc:
Blocked By: Blocking:

Description

In der checkout_new_address.html der Templates ist folgender Codeblock enthalten:

tpl_modified:

    {if $new == '1'}
    <table>
      <tr>
        <td class="checkbox">{$CHECKBOX_PRIMARY}</td>
        <td class="midi td_full">{#text_standard#}</td>
      </tr>
    </table>
    {/if}

xtc5:

  {if $new == '1'}
  <tr>
    <td>&nbsp;</td>
    <td align="left">{$CHECKBOX_PRIMARY} {#text_standard#}</td>
  </tr>
  {/if}

Dies ist in der /includes/modules/checkout_new_address.php jedoch nicht definiert!

Attachments (0)

Change History (8)

comment:1 by Gerhard Waldemair, 10 years ago

Milestone: modified-shop-2.0.0.1modified-shop-2.1.0.0
Type: Bug/FehlerErweiterung

comment:2 by Torsten Riemer, 8 years ago

Milestone: modified-shop-2.1.0.0

comment:3 by Torsten Riemer, 6 years ago

Milestone: modified-shop-2.0.5.0

comment:4 by Gerhard Waldemair, 6 years ago

Resolution: fixed
Status: newclosed

In 11827:

fix #867 - set primary address during checkout

comment:5 by Torsten Riemer, 6 years ago

In 11830:

Partly revoked unnecessary template changes from r11827 (fix #867 - set primary address during checkout)

comment:6 by Torsten Riemer, 6 years ago

In 11831:

revised r11830 (Partly revoked unnecessary template changes from r11827 (fix #867 - set primary address during checkout))

comment:7 by Torsten Riemer, 6 years ago

In 11832:

revised r11830 (Partly revoked unnecessary template changes from r11827 (fix #867 - set primary address during checkout))

comment:8 by Markus, 6 years ago

In 11833:

revised r11827 (fix #867 - set primary address during checkout)

Modify Ticket

Action
as closed The owner will remain somebody.
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.