Jump to content
xt:Commerce Community Forum

Problem Mit Registrierung Im Shop


Recommended Posts

Das einzige was mir an dem Quelltext auff?llt ist das:


  <tr>

        <td align="left" class="main"><input type="password" name="password" maxlength="40" size="20" value=""></td>

       </tr>

       <tr>

        <td class="main" align="center"><input type="image" src="templates/xtc4u55_x/buttons/german/button_login.gif" border="0" alt="Anmelden" title=" Anmelden "></td>

       </tr>

Ich hab jetzt keine Ahnung, wie das bei XTC funktioniert und habe jetzt auch nicht die entsprechenden Dateien gefunden, aber normalerweise m?sste der Input-Type bei password doch "text" sein und bei dem Button "submit" oder nicht?

Link to comment
Share on other sites

Also das geht wirklich, k?nnt ihr mir helfen wie ich das in dem anderen Template auch hinkriege?

Und dann noch etwas wenn ich schonmal beim fragen bin :D

Also wenn man denn nun angemeldet ist und etwas kaufen m?chte komme ich bis zum Schritt Best?tigung danach nicht mehr weiter , sondern bekomme einen Fehler und zwar : Fatal error: Cannot use object of type order as array in /home/warcraft/www/zille/shop/xtcommerce/checkout_process.php on line 106

und hier mal ein Auszug aus der Datei :

$sql_data_array = array('customers_id' => $_SESSION['customer_id'],

'customers_name' => $order->customer['firstname'] . ' ' . $order->customer['lastname'],

'customers_cid' => $order->customer['csID'],

'customers_company' => $order->customer['company'],

DAS IST DIE ZEILE > 'customers_status' => $order['status'],

'customers_status_name' => $_SESSION['customers_status']['customers_status_name'],

'customers_status_image' => $order['status_image'],

'customers_status_discount' => $discount,

'customers_status' => $customer_status_value['customers_status'],

'customers_street_address' => $order->customer['street_address'],

'customers_suburb' => $order->customer['suburb'],

'customers_city' => $order->customer['city'],

'customers_postcode' => $order->customer['postcode'],

'customers_state' => $order->customer['state'],

Link to comment
Share on other sites

Archived

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

×
  • Create New...