Trade Republic - Provisionsfrei Aktien handeln
Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: MODUL: Shopbewertung für modified eCommerce Shopsoftware

    rogi

    • Fördermitglied
    • Beiträge: 164
    • Geschlecht:
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #915 am: 06. Januar 2014, 11:51:00
    Hallo,

    Frage zum Modul.
    nach dem Update des Shops von 1.05 sp1 auf 1.06 ist das Modul im Admin verschwunden...
    woran kann es liegen?

    Modul Update ist drin

    rogi

    • Fördermitglied
    • Beiträge: 164
    • Geschlecht:
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #916 am: 06. Januar 2014, 12:48:44
    seltsamer weise geht es dann über direkt Eingabe:

    admin/bewertungen_verwalten.php

    da ist einfach nur der Link weg, aber warum...?

    piru

    • Fördermitglied
    • Beiträge: 1.263
    • Geschlecht:
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #917 am: 06. Januar 2014, 13:16:06
    Gucke mal die Anpassungen in der admin/includes/column_left.php, ob dort den Eintrag fehlt.

    Gruß piru

    rogi

    • Fördermitglied
    • Beiträge: 164
    • Geschlecht:
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #918 am: 06. Januar 2014, 13:37:46
    ich bin ja auch ein Trottel  :datz:, sofort nach dem ich das geschrieben hab
    ist mir eingefallen, dass das Update evtl. ja die eine oder andere Datei überschreibt... oh man

    sorry für die dämliche Frage und vielen dank an piru!

    web4design

    • Experte
    • Beiträge: 1.122
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #919 am: 06. Januar 2014, 16:49:02
    Na, Hauptsache es geht wieder ;)

    einfach112

    • Mitglied
    • Beiträge: 246
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #920 am: 11. Januar 2014, 14:55:48
    Hallo zusammen,

    Ich würde gerne meine Bewertungsbox gerne auf einer anderen Domain anzeigen lassen.
    Besteht die Möglichkeit die Box per include auf einer einer anderen Seite anzeigen zu lassen ?
    (Andere Domain, anderer Server somit auch auch andere IP)
    Sollte es gehen.... Welche Datei müsste ich dafür includden ?
    Danke wie immer im voraus
    einfach112

    web4design

    • Experte
    • Beiträge: 1.122
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #921 am: 11. Januar 2014, 16:23:50
    Hi.

    Per einfachen include kannst du das nicht machen. Du musst ja irgendwie an die Daten aus der Datenbank kommen um die Informationen auszulesen.

    Das Modul wird gerade überarbeitet, die Funktion ist aber im ersten Schritt nicht mit drin. Es ist aber denkbar, dass es zukünftig eine derartige Möglichkeit geben wird.

    Wenn du es zeitnah haben möchtest, müsstest du es wohl selbst programmieren.

    Gruß

    piru

    • Fördermitglied
    • Beiträge: 1.263
    • Geschlecht:
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #922 am: 21. Februar 2014, 12:11:21
    Hallo @web4design,

    die W3C Validator spuckt ein paar Fehler in diesem Modul.

    Code: PHP  [Auswählen]
     Error Line 708, Column 50: there is no attribute "itemtype"

    <div class="shopbewertungBox boxgerman" itemtype="http://schema.org/Product">


    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

    Error Line 709, Column 16: there is no attribute "itemprop"

    <meta itemprop="name" content="Shopbewertung" />


    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

    Error Line 709, Column 48: document type does not allow element "meta" here

    <meta itemprop="name" content="Shopbewertung" />


    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

    Error Line 710, Column 15: there is no attribute "itemprop"

    <div itemprop="aggregateRating" itemtype="http://schema.org/AggregateRating">  …


    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

    Error Line 711, Column 39: there is no attribute "itemprop"

    <p class="ratingValue"><span itemprop="ratingValue" />4.89</span> /


    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

    Error Line 711, Column 65: end tag for element "span" which is not open

    <p class="ratingValue"><span itemprop="ratingValue" />4.89</span> /


    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.

    Error Line 712, Column 37: there is no attribute "content"

    <span itemprop="bestRating" content="5">5</span>.00


    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

    Error Line 713, Column 42: document type does not allow element "meta" here

    <meta itemprop="reviewCount" content="18">


    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

    Error Line 713, Column 43: end tag for "meta" omitted, but OMITTAG NO was specified

    <meta itemprop="reviewCount" content="18">


    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

    Info Line 713, Column 1: start tag was here

    <meta itemprop="reviewCount" content="18">

    Error Line 717, Column 36: there is no attribute "itemprop"

    <p class="bewertungstext" itemprop="description"> <a href="http://www.profitech…


    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "
    Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

    Ich glaube das Problem ist in der Datei templates/xtc5/web4design-de/shopbewertung/boxes/box_shopbewertungen.html
    Ich habe dort alle itemscop gelöscht und kammen manche Fehler nicht mehr, aber ich weiß nicht ob es zu löschen richtig ist und wie soll die andere Fehler reinigen.

    Hier auch die Datei:

    Code: PHP  [Auswählen]
    {config_load file="../web4design-de/shopbewertung/lang/$languageconf/shopbewertung.conf" section="shopbewertung"}
    <div class="shopbewertungBox box{$language}" itemscope itemtype="http://schema.org/Product">
    <meta itemprop="name" content="Shopbewertung" />
    <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">    
    <p class="ratingValue"><span itemprop="ratingValue" />{$BEWERTUNG_GESAMT_DURCHSCHNITT}</span> /
    <span itemprop="bestRating" content="5">5</span>.00
    <meta itemprop="reviewCount" content="{$GESAMT_BEWERTUNGEN}">
    </p>
    <div class="starBlock" title="{$BEWERTUNG_GESAMT_DURCHSCHNITT} - {$NOTEN_TEXT}"><div class="ratingBlock ratingBlockStars{$GESAMT_STERNE}"><a href="{$LINK}">&nbsp;</a></div></div>
    <p class="bewertungNote"><a href="{$LINK}">{$NOTEN_TEXT}</a></p>
    <p class="bewertungstext" itemprop="description">{if $TEXTLEN > 0} <a href="{$LINK}" title="{$TEXT}">{$TEXT|truncate:55:"...":true}</a>{else}<span class="littlegrey">{#keinebewertung#}</span>{/if}</p>
    <p class="gesamtbewertung"><a href="{$LINK}">{#gesamt#}: {$GESAMT_BEWERTUNGEN} {#kundenmeinungen#}</a></p>
    <!-- Eine Entfernung oder Änderung des Links (auch das setzen auf nofollow) ist nicht gestattet, für Rückfragen bitte an webmaster(at)(( Wir dulden keine kommerziellen Werbelinks - Bitte <a href="index.php?topic=3013.0">Forenregeln</a> beachten! )) wenden-->
    <p class="copyBewertLink"><a href="http://www.(( Wir dulden keine kommerziellen Werbelinks - Bitte <a href="index.php?topic=3013.0">Forenregeln</a> beachten! ))" title="{#copylink#}" target="_blank">{#copylink#}</a></p>
    </div>
    </div>

    Gruß piru

    web4design

    • Experte
    • Beiträge: 1.122
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #923 am: 22. Februar 2014, 11:51:05
    Hi.

    Habe aktuell arge PC Probleme, darum kann ich auf Nachfragen zeitlich nur bedingt antworten.

    Diese Elemente itemscope etc. sind für die Sterne-Anzeige bei Google. Wenn du die Elemente raus nimmst, werden keine Sterne angezeigt. Jedoch hast du dann keine Validierungsfehler mehr.

    Wenn du aber auf HTML 5 umstellst, dann hat sich das eh erledigt, da die Tags mit HTML nicht mehr als unbekannt angezeigt werden.

    Ich halte die Fehler für vernachlässigbar, das muss aber jeder für sich entscheiden.

    Gruß

    piru

    • Fördermitglied
    • Beiträge: 1.263
    • Geschlecht:
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #924 am: 24. Februar 2014, 10:16:57
    Danke für deine Antwort, ich gucke wie ich auf HTML 5 umstellen kann.

    Gruß piru

    Lika

    • Neu im Forum
    • Beiträge: 33
    • Geschlecht:
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #925 am: 24. Februar 2014, 20:13:30
    Hallo ihr lieben,
    erstmal danke für das Modul...
    Allerdings habe ich ein Problem... und nein, ich weiß nicht woran es auch nur ansatzweise liegen könnte...

    Ich habe alles wie in der anleitung gemacht, allerdings ist jetzt mein adminbereich komplett weg, das heißt, ich sehe wohl noch oben die auswahlmöglichkeiten, aber dadrunter ist alles weg.

    Der shop lässt sich auch aufrufen.

    LG Lika

    web4design

    • Experte
    • Beiträge: 1.122
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #926 am: 24. Februar 2014, 20:19:17
    Hi.

    Ich gehe davon aus, dass du die column_left.php falsch bearbeitet hast.

    Bitte kontrolliere "Schritt 5 (modified eCommerce):" der Anleitung.

    Gruß

    Lika

    • Neu im Forum
    • Beiträge: 33
    • Geschlecht:
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #927 am: 24. Februar 2014, 20:23:01
    Ja danke,
    es hat sich was doppeltes eingeschlichen was ich nicht bemerkt habe :D

    danke sehr

    Lika

    • Neu im Forum
    • Beiträge: 33
    • Geschlecht:
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #928 am: 03. März 2014, 11:20:11
    Hallo,
    das Modul funktioniert jetzt, allerdings habe ich vermutlich noch einen Einstellungsfehler.

    Und zwar passiert folgendes:

    Wenn ich eine Bewertung bekomme (bisher sind es nur 2 im Shop, da ich viele Einzelstücke habe), dann bekomme ich, wie eingestellt eine e-mail mit dem Kommentar, allerdings, wird mir in den Einstellungen der Kommentar nicht mit angezeigt, und auch in der "Vorschau" auf der Startseite steht noch "es wurde kein Kommentar abgegeben".

    Trage die Kommentare im Moment händisch ein, dann werden sie auf der Bewertungsseite auch angezeigt.

    Liebe Grüße
    Lika

    PS: Wenn ich einen Test- Eintrag mache, wird der Kommentar auch in der Bearbeitung angezeigt

    web4design

    • Experte
    • Beiträge: 1.122
    Re: MODUL: Shopbewertung für modified eCommerce Shopsoftware
    Antwort #929 am: 03. März 2014, 11:26:19
    Hi.

    Ich bräuchte mal einen Link zum Shop und die Möglichkeit das selbst zu testen.

    Gern kurz eine Mail schicken.

    Gruß

    14 Antworten
    7438 Aufrufe
    27. Januar 2023, 14:25:43 von MoJo
    42 Antworten
    32428 Aufrufe
    25. Dezember 2013, 00:07:23 von rayban
    497 Antworten
    186935 Aufrufe
    04. August 2024, 16:59:42 von yorgey
               
    anything