Hallo, ich verkaufe momentan nur E-Books. Nun habe ich schon ein paar mal versucht, die Angabe "zzgl. Versandkosten", die immer bei dem Produkt steht, wegzukriegen, aber wie schaffe ich das?
Danke schon mal im Voraus für die Antwort.
Versandkosten
Moderator: maennchen1.de
-
- Beiträge: 15
- Registriert: 24.11.2013, 00:39
- Lizenz: wpShopGermany Light
Re: Versandkosten
1,) Neuer Ordner Anlegen (Wordpress=> wp-content => plugins => wpshopgermany => user_views)
2, Im Ordner user_views Erstellst du einen Neuen Ordner (Wordpress=> wp-content => plugins => wpshopgermany => user_views => produkttemplates)
3,) Kopiere die daten (ausverkauft.phtml / standard.phtml) von (Wordpress=> wp-content => plugins => wpshopgermany => views => produkttemplates) nach hier (Wordpress=> wp-content => plugins => wpshopgermany => user_views => produkttemplates)
4,) Öffne die Datei standard.phtml mit http://notepad-plus-plus.org/download/v6.5.2.html
5,) Suche diesen Abschnitt Dieser kannst du Löschen
6,) Dasselbe machst du noch beim ausverkauft.phtml
Ob das so der 100% richtige Weg ist kann ich dir nicht sagen, es Funktioniert jedoch!
Das hier beschreibt nur das Produkttemp jedoch nicht den Warenkorb!
2, Im Ordner user_views Erstellst du einen Neuen Ordner (Wordpress=> wp-content => plugins => wpshopgermany => user_views => produkttemplates)
3,) Kopiere die daten (ausverkauft.phtml / standard.phtml) von (Wordpress=> wp-content => plugins => wpshopgermany => views => produkttemplates) nach hier (Wordpress=> wp-content => plugins => wpshopgermany => user_views => produkttemplates)
4,) Öffne die Datei standard.phtml mit http://notepad-plus-plus.org/download/v6.5.2.html
5,) Suche diesen Abschnitt
Code: Alles auswählen
<div class="wpsg_produkt_preishinweis">
<?php echo wpsg_translate(__('Preise zzgl. #1#', 'wpsg'), '<a href="'.$this->getURL(wpsg_ShopController::URL_VERSANDKOSTEN).'">'.__('Versandkosten', 'wpsg').'</a>'); ?>
</div>
6,) Dasselbe machst du noch beim ausverkauft.phtml
Ob das so der 100% richtige Weg ist kann ich dir nicht sagen, es Funktioniert jedoch!
Das hier beschreibt nur das Produkttemp jedoch nicht den Warenkorb!
-
- Beiträge: 15
- Registriert: 24.11.2013, 00:39
- Lizenz: wpShopGermany Light
Re: Versandkosten
Und der Preis ohne Versandkosten wird dann immernoch angezeigt? Außerdem gibt es bei mir nur Folgendes:
wpshopgermany/wpshopgermany.php
wpshopgermany/controller/wpsg_BasketController.class.php
wpshopgermany/controller/wpsg_SystemController.class.php
wpshopgermany/controller/wpsg_AdminController.class.php
wpshopgermany/controller/wpsg_OrderController.class.php
wpshopgermany/controller/wpsg_ShopController.class.php
wpshopgermany/controller/wpsg_ProduktController.class.php
wpshopgermany/lib/install.php
wpshopgermany/lib/wpsg_cache.class.php
wpshopgermany/lib/helper_functions.inc.php
wpshopgermany/lib/wpsg_fpdf.class.php
wpshopgermany/lib/wpsg_db.class.php
wpshopgermany/lib/functions.inc.php
wpshopgermany/lib/wpsg_header.class.php
wpshopgermany/lib/wpsg_basket_widget.class.php
wpshopgermany/lib/update.php
wpshopgermany/lib/wpsg_basket.class.php
wpshopgermany/lib/filter_functions.inc.php
wpshopgermany/model/wpsg_model.class.php
wpshopgermany/model/wpsg_order.class.php
wpshopgermany/mods/wpsg_mod_varianten.class.php
wpshopgermany/mods/wpsg_mod_legaltexts.class.php
wpshopgermany/mods/wpsg_mod_su.class.php
wpshopgermany/mods/wpsg_mod_produktbilder.class.php
wpshopgermany/mods/wpsg_mod_willcollect.class.php
wpshopgermany/mods/wpsg_mod_basic.class.php
wpshopgermany/mods/wpsg_mod_trustedshops.class.php
wpshopgermany/mods/wpsg_mod_productindex.class.php
wpshopgermany/mods/wpsg_mod_fuellmenge.class.php
wpshopgermany/mods/wpsg_mod_productgroups.class.php
wpshopgermany/mods/wpsg_mod_userpayment.class.php
wpshopgermany/mods/wpsg_mod_paypal.class.php
wpshopgermany/mods/wpsg_mod_prepayment.class.php
wpshopgermany/mods/wpsg_mod_ordervars.class.php
wpshopgermany/mods/wpsg_mod_discount.class.php
wpshopgermany/mods/wpsg_mod_auftragsbestaetigung.class.php
wpshopgermany/mods/wpsg_mod_scaleprice.class.php
wpshopgermany/mods/wpsg_mod_stock.class.php
wpshopgermany/mods/wpsg_mod_topseller.class.php
wpshopgermany/mods/wpsg_mod_gutschein.class.php
wpshopgermany/mods/wpsg_mod_kundenverwaltung.class.php
wpshopgermany/mods/wpsg_mod_relatedproducts.class.php
wpshopgermany/mods/wpsg_mod_autodebit.class.php
wpshopgermany/mods/wpsg_mod_invoice_type.class.php
wpshopgermany/mods/wpsg_mod_shippingadress.class.php
wpshopgermany/mods/wpsg_mod_productvars.class.php
wpshopgermany/mods/wpsg_mod_export.class.php
wpshopgermany/mods/wpsg_mod_micropayment.class.php
wpshopgermany/mods/wpsg_mod_freeshipping.class.php
wpshopgermany/mods/wpsg_mod_weight.class.php
wpshopgermany/mods/wpsg_mod_produktattribute.class.php
wpshopgermany/mods/wpsg_mod_downloadprodukte.class.php
wpshopgermany/mods/wpsg_mod_nlsatolo.class.php
wpshopgermany/mods/wpsg_mod_debitpayment.class.php
wpshopgermany/mods/wpsg_mod_kundenkontakt.class.php
wpshopgermany/mods/wpsg_mod_newsletter.class.php
wpshopgermany/mods/wpsg_mod_versandarten.class.php
wpshopgermany/mods/wpsg_mod_abo.class.php
wpshopgermany/mods/wpsg_mod_downloadplus.class.php
wpshopgermany/mods/wpsg_mod_onepagecheckout.class.php
wpshopgermany/mods/wpsg_mod_cab.class.php
wpshopgermany/mods/wpsg_mod_billsafe.class.php
wpshopgermany/mods/wpsg_mod_voucherproduct.class.php
wpshopgermany/mods/wpsg_mod_shs.class.php
wpshopgermany/mods/wpsg_mod_deliverynote.class.php
wpshopgermany/mods/wpsg_mod_produktartikel.class.php
wpshopgermany/mods/wpsg_mod_rechnungen.class.php
wpshopgermany/mods/wpsg_mod_skrill.class.php
wpshopgermany/mods/wpsg_mod_statistics.class.php
wpshopgermany/cron.php
Ich kann auch nur über Dashboard - installierte Plugins - WpShopGermany rein.
Danke wieder im Voraus für die Antwort.
wpshopgermany/wpshopgermany.php
wpshopgermany/controller/wpsg_BasketController.class.php
wpshopgermany/controller/wpsg_SystemController.class.php
wpshopgermany/controller/wpsg_AdminController.class.php
wpshopgermany/controller/wpsg_OrderController.class.php
wpshopgermany/controller/wpsg_ShopController.class.php
wpshopgermany/controller/wpsg_ProduktController.class.php
wpshopgermany/lib/install.php
wpshopgermany/lib/wpsg_cache.class.php
wpshopgermany/lib/helper_functions.inc.php
wpshopgermany/lib/wpsg_fpdf.class.php
wpshopgermany/lib/wpsg_db.class.php
wpshopgermany/lib/functions.inc.php
wpshopgermany/lib/wpsg_header.class.php
wpshopgermany/lib/wpsg_basket_widget.class.php
wpshopgermany/lib/update.php
wpshopgermany/lib/wpsg_basket.class.php
wpshopgermany/lib/filter_functions.inc.php
wpshopgermany/model/wpsg_model.class.php
wpshopgermany/model/wpsg_order.class.php
wpshopgermany/mods/wpsg_mod_varianten.class.php
wpshopgermany/mods/wpsg_mod_legaltexts.class.php
wpshopgermany/mods/wpsg_mod_su.class.php
wpshopgermany/mods/wpsg_mod_produktbilder.class.php
wpshopgermany/mods/wpsg_mod_willcollect.class.php
wpshopgermany/mods/wpsg_mod_basic.class.php
wpshopgermany/mods/wpsg_mod_trustedshops.class.php
wpshopgermany/mods/wpsg_mod_productindex.class.php
wpshopgermany/mods/wpsg_mod_fuellmenge.class.php
wpshopgermany/mods/wpsg_mod_productgroups.class.php
wpshopgermany/mods/wpsg_mod_userpayment.class.php
wpshopgermany/mods/wpsg_mod_paypal.class.php
wpshopgermany/mods/wpsg_mod_prepayment.class.php
wpshopgermany/mods/wpsg_mod_ordervars.class.php
wpshopgermany/mods/wpsg_mod_discount.class.php
wpshopgermany/mods/wpsg_mod_auftragsbestaetigung.class.php
wpshopgermany/mods/wpsg_mod_scaleprice.class.php
wpshopgermany/mods/wpsg_mod_stock.class.php
wpshopgermany/mods/wpsg_mod_topseller.class.php
wpshopgermany/mods/wpsg_mod_gutschein.class.php
wpshopgermany/mods/wpsg_mod_kundenverwaltung.class.php
wpshopgermany/mods/wpsg_mod_relatedproducts.class.php
wpshopgermany/mods/wpsg_mod_autodebit.class.php
wpshopgermany/mods/wpsg_mod_invoice_type.class.php
wpshopgermany/mods/wpsg_mod_shippingadress.class.php
wpshopgermany/mods/wpsg_mod_productvars.class.php
wpshopgermany/mods/wpsg_mod_export.class.php
wpshopgermany/mods/wpsg_mod_micropayment.class.php
wpshopgermany/mods/wpsg_mod_freeshipping.class.php
wpshopgermany/mods/wpsg_mod_weight.class.php
wpshopgermany/mods/wpsg_mod_produktattribute.class.php
wpshopgermany/mods/wpsg_mod_downloadprodukte.class.php
wpshopgermany/mods/wpsg_mod_nlsatolo.class.php
wpshopgermany/mods/wpsg_mod_debitpayment.class.php
wpshopgermany/mods/wpsg_mod_kundenkontakt.class.php
wpshopgermany/mods/wpsg_mod_newsletter.class.php
wpshopgermany/mods/wpsg_mod_versandarten.class.php
wpshopgermany/mods/wpsg_mod_abo.class.php
wpshopgermany/mods/wpsg_mod_downloadplus.class.php
wpshopgermany/mods/wpsg_mod_onepagecheckout.class.php
wpshopgermany/mods/wpsg_mod_cab.class.php
wpshopgermany/mods/wpsg_mod_billsafe.class.php
wpshopgermany/mods/wpsg_mod_voucherproduct.class.php
wpshopgermany/mods/wpsg_mod_shs.class.php
wpshopgermany/mods/wpsg_mod_deliverynote.class.php
wpshopgermany/mods/wpsg_mod_produktartikel.class.php
wpshopgermany/mods/wpsg_mod_rechnungen.class.php
wpshopgermany/mods/wpsg_mod_skrill.class.php
wpshopgermany/mods/wpsg_mod_statistics.class.php
wpshopgermany/cron.php
Ich kann auch nur über Dashboard - installierte Plugins - WpShopGermany rein.
Danke wieder im Voraus für die Antwort.
- maennchen1.de
- Administrator
- Beiträge: 17925
- Registriert: 14.08.2003, 16:55
- Lizenz: wpShopGermany Enterprise
- Wohnort: Thüringen, Ellersleben
- Kontaktdaten:
Re: Versandkosten
Da fehlen dir wohl einige Dateien. Installiere wpShopGermany einfach nochmal neu indem du die Installationsdateien erneut über die bestehende Instanz kopierst. Einstellungen und Bestellungen bleiben erhalten.
Kein Support per PN! Alle Fragen beantworten wir hier im Forum. Per PN bitte nur Passwörter, Namen und URLs - sofern notwendig.
Bitte vor dem posten lesen:
Wie poste ich eine Frage zu einem Problem?
FAQ / häufig gestellte Fragen
Anzeige-Fehler / Funktionsfehler in wpShopGermany erkennen und selbst beheben
PHTML-Dateien richtig verwenden (für eigene Anpassungen)
Bitte vor dem posten lesen:
Wie poste ich eine Frage zu einem Problem?
FAQ / häufig gestellte Fragen
Anzeige-Fehler / Funktionsfehler in wpShopGermany erkennen und selbst beheben
PHTML-Dateien richtig verwenden (für eigene Anpassungen)