> For the complete documentation index, see [llms.txt](https://docs.sync4.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sync4.de/faq/shops/vorbereitung-oscommerce-fur-sync4.md).

# Vorbereitung osCommerce für sync4

In der Tabelle „**customers“** muss nach der Spalte „customers\_id“ eine neue Spalte „**customers\_cid“** mit Typ „varchar(65)“ eingefügt werden.

Es muss ein Benutzer bei administrators angelegt werden. Zum Beispiel sync4 und ein Passwort (md5 verschlüsselt).

Sollte der admin Ordner per htaccess geschützt sein, muss der sync4 Ordner davon ausgenommen werden.\
Legen Sie dazu eine htaccess Datei mit folgendem Inhalt an und kopieren diesen in das Verzeichnis **admin/sync4**.

```
//AuthType Basic
AuthName "Name etc."
Satisfy Any//
```

{% hint style="warning" %} <mark style="color:red;">**Ohne „/ /“**</mark>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sync4.de/faq/shops/vorbereitung-oscommerce-fur-sync4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
