Kann ich mir eigene Attribute definieren und damit eine eigene Tabelle füllen. Ich habe sowas mit den URL's vor.
Dieser Eintrag
case 'seo_url':
if ($Attribut->content)
{
charx = "X";
//eS_execute_query("update bluegate_seo_url set url_text=\"".$Attribut->content."\", url_md5=md5(".$Attribut->content."), edit=\"".charx."\" where products_id=".$Attribut->products_id);
}
break;
in die Attribute.php Datei, führt aber nur zu Popups mit Fehler im Connector. Mach ich da was falsch.
Dieser Eintrag
case 'seo_url':
if ($Attribut->content)
{
charx = "X";
//eS_execute_query("update bluegate_seo_url set url_text=\"".$Attribut->content."\", url_md5=md5(".$Attribut->content."), edit=\"".charx."\" where products_id=".$Attribut->products_id);
}
break;
in die Attribute.php Datei, führt aber nur zu Popups mit Fehler im Connector. Mach ich da was falsch.