Hallo,
ich möchte Bilder auch kostenfrei anbieten. Dafür benötige ich auch den Warenkorb. Beim alten Plugin (1.0) wurden auch Preise= 0.00 EUR angezeigt. Jetzt erst ab 0.01. Das schreckt aber ab.
Was muss ich ändern, damit kostenlose Angebote wieder gelistet werden?
(Ich nutze den Shop ohne Paypal-Anbindung).
Danke für Hilfe.
Marc
in codebase.php
if ($value['price'] != 0) {
$html.="<option value=\"{$value['id']}\">{$value['name']} - {$lang_photoshop['USD']}{$value['price']}</option>";
}
durch
$html.="<option value=\"{$value['id']}\">{$value['name']} - {$lang_photoshop['USD']}{$value['price']}</option>";
ersetzen
hab's nicht probiert, also keine Garantie auf irgendwelche Problemchen oder ähnliches
super. Danke. Es funktioniert.
LG
Marc