Jump to content
xt:Commerce Community Forum

[SOLVED] CREATE_ACCOUNT.PHP customizen


Bitburki

Recommended Posts

Hi,

wenn ein Kunde im Shop auf Bestellen klickt, muß er sich ja anmelden. Das passiert in der create_account.php

Leider gefällt mir nicht, daß danach die Seite mit "Ihre persönliche Seite" kommt (In der Adresszeile steht die /account.php/XTCsid/8c353c3803c91748730ae106e1fa36c3).

Kann man die einzelnen Seiten die durchlaufen werden anpassen (Adminbereich) oder hart im Quelltext? An welcher Stelle denn genau?

Grüße,

Bitburki

Link to comment
Share on other sites

Ist das wirklich so schwer?

Ich hab zwar die Stelle gefunden wo er was anzeigt, aber mit einfach auskommentieren ist es ja nicht getan, er soll sich nach dem create_account sofort als Kunde einloggen und den Bestellprozess fortsetzen können :confused:


      {/if}{if $LINK_LOGIN}

      <table width="100%" border="0" cellspacing="0" cellpadding="3">

        <tr>

          <td valign="top" class="main"><img src="{$tpl_path}img/arrow_green.gif" alt="" /><a href="{$LINK_LOGIN}">{#text_login#}</a></td>

        </tr>

      </table> 

      {/if}</td>

    <td valign="top"><span class="smallHeading">{#title_account#}</span> 

      <table width="100%" border="0" cellspacing="0" cellpadding="4">

        <tr> 

          <td valign="middle" class="main" style="border-top: 1px solid; border-color: #cccccc;"> 

            <table width="100%" border="0" cellspacing="0" cellpadding="3">

              <tr> 

                <td class="main"><img src="{$tpl_path}img/arrow_green.gif" alt="" /><a href="{$LINK_EDIT}">{#text_edit#}</a></td>

              </tr>

              <tr> 

                <td class="main"><img src="{$tpl_path}img/arrow_green.gif" alt="" /><a href="{$LINK_ADDRESS}">{#text_address#}</a></td>

              </tr>

              <tr> 

                <td class="main"><img src="{$tpl_path}img/arrow_green.gif" alt="" /><a href="{$LINK_PASSWORD}">{#text_password#}</a></td>

              </tr>

            </table></td> 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...