Search found 121 matches

by novallis
Wed 9. May 2012, 23:50
Forum: phpwcms Module Deutsch
Topic: Shop-Modul: Dateianhang(pdf) bei der Kunden-eMail
Replies: 4
Views: 3584

Shop-Modul: Dateianhang(pdf) bei der Kunden-eMail

Liebe phpwcms-Gemeinde, ich bastele immer noch am Shop-Modul herum und bin eigentlich auch fast fertig. Ich würde aber gene bei der Bestellbestätigungs-eMail einen Dateianhang (AGB) im pdf-Format mit anhängen. Dieser Anhang ist immer gleich und soll beispielsweise im Hauptverzeichnis von phpwcms lie...
by novallis
Sat 21. Apr 2012, 14:12
Forum: phpwcms Support Deutsch
Topic: Alle Keywords eines Artikels ausgeben
Replies: 1
Views: 615

Re: Alle Keywords eines Artikels ausgeben

Damit müsstest Du die Infos ausgeben können.

Code: Select all

$GLOBALS['content']['all_keywords'];
GGF. musst Du die Keywords noch trennen und in einen Array schreiben, etc.

Code: Select all

$keywords_array = convertStringToArray($GLOBALS['content']['all_keywords']);
Hoffe das klappt so ...

Grüße,
Ralf (novallis)
by novallis
Tue 17. Apr 2012, 06:55
Forum: phpwcms Module Deutsch
Topic: Shop-Modul: aufaddierter Preis je Position
Replies: 13
Views: 5058

Re: Shop-Modul: aufaddierter Preis je Position

Hier meine Lösung ( in der gepimpten Version ) Ich verwende nur Nettopreise und wollte im Warenkorb jeweils den Gesamtpreis / Position (Anzahl x Stückpreis) ausgeben lassen: Datei inc/ cart.items.inc.php um die Zeile 107 ergänzen: // Preis x Stückzahl $_price['amount_gross_price'] = $total[$prod_id]...
by novallis
Mon 16. Apr 2012, 21:45
Forum: phpwcms Module Deutsch
Topic: Shop-Modul: Ausgabe der Shop-Kategorien paginiert
Replies: 1
Views: 2760

Shop-Modul: Ausgabe der Shop-Kategorien paginiert

Ich arbeite mit einer angepassten, nicht ganz aktuellen Shop-Version. Gibt es eine Möglichkeit die Ausgabe der Shop-Kategorien paginiert darzustellen? Hat dazu schon mal jemand eine Anpassung vorgenommen und hat einen Code-Fetzen oder einen Tipp zum Ansatz? Oder kann das das aktuellste Shop-Modul? V...
by novallis
Mon 16. Apr 2012, 21:42
Forum: phpwcms Module Deutsch
Topic: Shop-Modul: aufaddierter Preis je Position
Replies: 13
Views: 5058

Re: Shop-Modul: aufaddierter Preis je Position

Hallo Jürgen,

vielen Dank für Dein Posting.
Über diesen Einstieg habe ich eine Lösung gefunden.

Grüße,
Ralf (novallis)
by novallis
Thu 15. Mar 2012, 14:03
Forum: phpwcms Support English
Topic: Filelist content part causes page to not display
Replies: 24
Views: 7659

Re: Filelist content part causes page to not display

Do the problem only ocour at pdf-Files?
Try to test with other extensions (for example Zip or doc-Files).

Maybe the script try to make a thumb of the pdf-File du to a mistake in handling pdf-files.

regards
- Ralf (novallis)
by novallis
Thu 15. Mar 2012, 14:03
Forum: phpwcms Support English
Topic: Filelist content part causes page to not display
Replies: 24
Views: 7659

Re: Filelist content part causes page to not display

Do the problem only ocour at pdf-Files?
Try to test with other extensions (for example Zip or doc-Files).

Maybe the script try to make a thumb of the pdf-File du to a mistake in handling pdf-files.

regards
- Ralf (novallis)
by novallis
Thu 8. Mar 2012, 12:23
Forum: phpwcms Support Deutsch
Topic: Gibt es so etwas wie ein "backend.render" - ausgabe andern
Replies: 4
Views: 1359

Gibt es so etwas wie ein "backend.render" - ausgabe andern

Liebe Community, für eine Modifikation im Backend suche ich nach einem Weg die gerenderte Seite im nachhinein abzuändern (Text ersetzten, etc.) - ähnliche der Möglichkeit beim Frontend-Render-Ordner. Noch besser wäre es, wenn das in Form eines Moduls laufen könnte (können Module das?). Danke für Eur...
by novallis
Sun 12. Feb 2012, 15:02
Forum: phpwcms Modules English
Topic: Module Social Plugins
Replies: 13
Views: 15987

Re: Module Social Plugins

First of all: Thank you breitsch for the great module. Now my 2 questions: Is there a possibility to have the buttons active after one more click like this here: http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html ? Any solution in combination with your module? And another que...
by novallis
Wed 25. Jan 2012, 13:04
Forum: phpwcms Support Deutsch
Topic: Update
Replies: 6
Views: 1131

Re: Update

Hallo, Erste Anlaufstelle ist die phpwcms-HowTo:wiki von Knut (FlipFlop). Hier der passende Beitrag: http://www.phpwcms-howto.de/wiki/doku.php/deutsch/installation/update Gerade wurde ürigens eine neue Version [phpwcms 1.5 RC1 (r428)] freigegeben, siehe hier: http://code.google.com/p/phpwcms/downloa...
by novallis
Wed 25. Jan 2012, 10:08
Forum: phpwcms Installationsprobleme Deutsch
Topic: Neuste Version
Replies: 33
Views: 12397

Re: Neuste Version

Hallo Knut, hättest Du eine Diff-Version von der r426 auf die r428 im Angebot? Ich hatte leichtsinnigerweise eine Seite auf eine neu installierte r426 umgezogen, jetzt sind da aber erstens Fehler in der Version r426 und zweitens viele Änderungen und Neuerungen in der r428. Das wäre mir eine große Hi...
by novallis
Thu 19. Jan 2012, 09:05
Forum: phpwcms Module Deutsch
Topic: Shop-Modul: aufaddierter Preis je Position
Replies: 13
Views: 5058

Re: Shop-Modul: aufaddierter Preis je Position

Meinst du nur das Produkt aus EP und der im Cart befindlichen Stückzahl ? Schau dir mal /inc/cart.parse.inc.php an ;) Hallo Jürgen, genau! Für jede Position im Warenkorb benötige ich die Summe aus Stückzahl und Einzelpreis. Werde mich übers Wochenende mal in den Code vertiefen. Wenn wir die gepimpt...
by novallis
Wed 18. Jan 2012, 07:55
Forum: phpwcms Module Deutsch
Topic: Shop-Modul: aufaddierter Preis je Position
Replies: 13
Views: 5058

Shop-Modul: aufaddierter Preis je Position

Liebe phpwcms-Gemeinde, zunächst noch alles Gute im neuen Jahr. Ich würde im Warenkorb des Shops (gepimpte Version mit Specialprice und erweiterten Artikeloptionen - siehe hier: http://forum.phpwcms.org/viewtopic.php?f=19&t=18869&hilit=shop+artikeloptionen&start=15 ) gerne die aufaddiert...
by novallis
Thu 15. Dec 2011, 09:52
Forum: phpwcms Support Deutsch
Topic: Probleme mit Frontend Login
Replies: 30
Views: 4745

Re: Probleme mit Frontend Login

Hallo micha-sdh, die Beschreibung im Wiki für "FE-User Zugriffskontrolle & Mitgliederbereich" in der Wiki ist von mir. In der Tat ist noch nicht alles perfekt, daher kann man in dem Modul selbst noch keine Benutzer anlegen (ich habe das Skript selbst von caramello adaptiert und da ging...
by novallis
Wed 9. Nov 2011, 09:41
Forum: hacks & enhancements
Topic: Mod User Group / Permission Center Version 2.2
Replies: 180
Views: 94088

Re: Mod User Group / Permission Center Version 2.2

Hallo Björnb,

schön zu hören.
Das Modul ist auch echt der Hammer und das soll jetzt noch besser werden?
- Wahnsinn!!!

Schicke mir eine PM mit Deinen Kontodaten.

Ich bin gespannt und in froher Erwartung (bald ist schließlich schon wieder Weihnachten).

Grüße,
- Ralf (novallis)