Kleinunternehmer, Einstellungen und Modifikationen

Aus Wiki | xtcModified eCommerce Shopsoftware

von Guido, 02.2009

(Achtung: Die Anleitung wurde überarbeitet und ist jetzt hier zu finden: http://www.xtc-modified.org/wiki/Tutorial:_Kleinunternehmer_Shop_umstellen Die dazu gehörige Diskussion findet ihr hier: http://www.xtc-modified.org/forum/index.php?topic=10108.0)

Fassen wir also für alle Kleinunternehmer noch einmal zusammen:

Schritt 1:

Änderung der /lang/german/german.php (analog english.php) suche:

 define('TAX_INFO_INCL','inkl. %s MwSt.');

ändern in:

 define('TAX_INFO_INCL','USt.-frei gem. Kleinuntern.-Reg. §19 UStG');

Schritt 2:

Änderung der ./templates/DEIN_TEMPLATE/module/oder_details.html

suche:

<td colspan="4" class="subtotal">{$UST_CONTENT}{$TOTAL_CONTENT}{if $SHIPPING_INFO}{$SHIPPING_INFO}{/if}</td>

ändern in:

<td colspan="4" class="subtotal">{$TOTAL_CONTENT}{if $SHIPPING_INFO}{$SHIPPING_INFO}{/if}</td>

Schritt 3:

Änderung der /template/yours/module/box_cart.html

suche:

{$UST}
{#text_total#}:{$TOTAL}

ändern in:

{*$UST*}
{#text_total#}:{$TOTAL}

Schritt 4:

Deinstalliere im Admin-Bereich das Modul "MwSt. (ot_tax)" unter "Module" -> "Zusammenfassung".

           
anything