Zurück   xt:Commerce Webshop Shop Support > xt:Commerce Shopsoftware Community Area > Allgemeine Diskussionen

Antwort
 
LinkBack Themen-Optionen Ansicht
  #1 (permalink)  
Alt 10.06.2008, 08:04
Erfahrener Benutzer
 
Registriert seit: 20.01.2005
Beiträge: 167
Standard Abmahnungsgefahr- Kein "sprechender Link" zu Versandkosten

Hallo,

ich habe eben dies von einem Bekannten bekommen:

Der Link auf die Versandkosten muss ohne weiteres als solcher erkennbar sein (z.B. unterstrichen). Ist der Link auf die Versandkosten erst als solcher erkennbar, wenn der Kunde mit der Maus darüber fährt, sollte dies besser deutlicher gestaltet werden („sprechender Link”).

Hat jemand ne Idee wie man das umsetzen kann?

Gruss Henry
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 10.06.2008, 08:41
Vio Vio ist offline
Erfahrener Benutzer
 
Registriert seit: 27.03.2006
Beiträge: 1.660
Standard

Hallo,
nichts einfacher als das:
lässt sich in der stylesheet.css im Templateordner einstellen:
z.B.
HTML-Code:
A {
  color: #000000;
  text-decoration: underline;
}
Musst bei Dir natürlich gucken, wo in Deiner Datei die Links definiert sind.

Grüße
Vio
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 10.06.2008, 08:53
Erfahrener Benutzer
 
Registriert seit: 20.01.2005
Beiträge: 167
Standard

Hallo Vio,

danke für die schnelle Antwort.
Na dann werd ich mal auf die Suche gehen.

Gruss Henry
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 10.06.2008, 09:04
Erfahrener Benutzer
 
Registriert seit: 20.01.2005
Beiträge: 167
Standard

Hallo nochmal,
ich kann die richtige Stelle leider nicht finden.
Hier meine stylesheet.css

Code:
/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003     nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

.boxText { 
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.boxTextBG  { font-size: 11px; font-family: tahoma, Arial, Helvetica, sans-serif; font-weight: bold }
.boxTextBGII  { font-size: 10px; font-family: tahoma, Arial, Helvetica, sans-serif; background-color: #fbe5e5 }
.boxTextPrice {
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ff0000;
}

.errorBox {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight: bold;
    background-color: #ffb3b5;
}
.gvBox {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight: bold;
    border: solid 1px #999;
    background-color: #ffb3b5;
}
.stockWarning { 
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10px;
    color: #cc0033;
}

.productsNotifications {
    background-color: #f2fff7;
}

.orderEdit { 
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10px;
    color: #70d250;
    text-decoration: underline;
}

BODY {
    color: #000000;
    margin: 0px;
    background-color: #ffffff;
}

img{
    border:0;
}
A  { color: #333; font-family: tahoma, Arial, Helvetica, sans-serif; text-decoration: none }
A:hover   { color: #000; font-family: tahoma, Arial, Helvetica, sans-serif; text-decoration: none }
FORM {
    display: inline;
}
TR.header   { background-position: center }
TD.navtrail { color: #fff; font-size: 9px; font-family: tahoma, Arial, Helvetica, sans-serif; background-color: #0BACFC; background-repeat: repeat; padding-top: 1px; padding-bottom: 1px; vertical-align: middle; border-top: 1px solid; border-left: 1px solid; border-bottom: 1px solid; }
.headerNavigation:link { color: #fff; }
#headerNavigation { color: #fff; font-size: 11px; font-family: tahoma, Arial, Helvetica, sans-serif; background-color: #0BACFC; background-repeat: repeat; padding-top: 1px; padding-bottom: 1px; vertical-align: middle; border-top: 1px solid; border-right: 1px solid; border-bottom: 1px solid; }
A.headerNavigation    { color: #fff; font-size: 11px }

A.headerNavigation:hover    { color: #ccc;}
TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
    color: #009933;
    font-style: italic;
}
A.confirmationEdit:hover {
    color: #009933;
    font-style: italic;
    text-decoration: underline;
}
TR.headerError { font-family: tahoma, arial, helvetica; background-color: #ff0000; }

TR.headerMessage { font-size: small; font-family: tahoma, arial, helvetica; background-color: #00cc33; }

.moduleHeading   { color: #fff; font-size: small; font-family: tahoma, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #0BACFC; text-indent: 5px; height: 18px; }

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
#infoBox   { font-size: 11px; font-family: tahoma, Arial, Helvetica, sans-serif; text-decoration: none; }
.infoBox1  { font-size: 11px; font-family: tahoma, Arial, Helvetica, sans-serif; text-decoration: none; border: solid 1px #999 }
.infoBoxContents { font-family: tahoma, Arial, Helvetica, sans-serif; font-size: 11px; background-repeat: repeat; background-attachment: scroll; text-decoration: none; }

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #ffe6e6;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}
TD.tableBorderinfoBoxHeading  { border-bottom: 1px solid ; border-top-color: #999; border-right-color: #999; border-left-color: #999;#999 }
TD.infoBoxHeading             { color: #f5f5f5; font-size: 11px; font-family: tahoma, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #0BACFC; background-repeat: repeat; background-position: 0 0; height: 18px  }
TD.infoBoxHeading_right              { color: #f5f5f5; font-size: 11px; font-family: tahoma, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #0BACFC; background-repeat: repeat; background-position: 0 0; height: 18px }

TD.infoBox, SPAN.infoBox  { font-size: 10px; font-family: tahoma, Arial, Helvetica, sans-serif;}

TD.infoBox_right, SPAN.infoBox_right   { font-size: 10px; font-family: tahoma, Arial, Helvetica, sans-serif;  background-repeat: repeat; background-attachment: scroll }

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background:  #F0F9FF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background:  #F0F9FF;
}

TABLE.productListing {
  border: solid 1px #999;
  border-spacing: 1px;
}

.productListing-heading  { color: #f5f5f5; font-size: 12px; font-family: tahoma, Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase }

TD.productListing-data {
  font-family:  tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

A.pageResults  { color: #696969 }

A.pageResults:hover  { color: #000; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }
TD.pageHeading, DIV.pageHeading, TD.pageHeadingLeft, h1    { color: #fff; font-size: 16px; font-family: tahoma, Arial, Helvetica, sans-serif; font-weight: bold; background-repeat: repeat; text-indent: 5px;}
TD.pageHeading, DIV.pageHeading, TD.pageHeadingLeft    { color: #fff; font-weight: bold; background-color: #0BACFC; }
TD.pageHeadingModel           { color: #333; font-size: 14px; font-family: tahoma, Arial, Helvetica, sans-serif; font-weight: bold; background-repeat: repeat; background-attachment: scroll; text-indent: 5px; padding: 1px 0; width: 100%; vertical-align: middle; border: solid 1px #999  }

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main { font-family: tahoma, Arial, Helvetica, sans-serif; font-size: 11px; }

TD.smallText, SPAN.smallText, P.smallText {
  font-family: sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading  { font-size: 12px; font-family: Tahoma, Arial, sans-serif; font-weight: bold ; }

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

TEXTAREA  { font-size: 11px; font-family: tahoma, Arial, Helvetica, sans-serif; padding: 2px; width: 100% }

SPAN.greetUser   { color: #0BACFC; font-size: 12px; font-family: tahoma, Arial, Helvetica, sans-serif; font-weight: bold }

SPAN.underline {
    text-decoration: underline;
}

TABLE.formArea   { font-family: tahoma, Arial, Helvetica, sans-serif; border: solid 1px #696969 }

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: tahoma, Arial, Helvetica, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
    font-family: tahoma, Arial, Helvetica, sans-serif;
    color: #ff0000;
    text-decoration: line-through;
}
.productInfoPrice  { color: #000; font-size: 16px; font-family: tahoma, Arial, Helvetica, sans-serif }
SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: tahoma, Arial, Helvetica, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: Black;
}

.moduleRow { }

.moduleRowOver { 
     cursor: pointer; cursor: pointer;    
}

.moduleRowSelected {  }

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Tahoma, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: tahoma, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: tahoma, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: tahoma, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading      { font-size: 10pt; font-family: tahoma, Arial, Helvetica, sans-serif; background-image: url(img/topbg2.gif); background-repeat: repeat; padding-top: 2px; padding-bottom: 2px; border: solid 1px #696969 }
.sitemap_heading a   { color: #0BACFC; color: #0BACFC }
.sitemap_heading a:hover  { color: #333; text-decoration: none }

.sitemap_sub    { color: #666; font-size: 9pt; font-family: tahoma, Arial, Helvetica, sans-serif; background-color: transparent; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 2px; border-width: 1px; border-color: #696969 }
.sitemap_sub a   { color: #666; font-size: 9pt; font-family: tahoma, Arial, Helvetica, sans-serif; background-color: transparent; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 2px; border-width: 1px; border-color: #696969 }
.sitemap_sub a:hover  { color: #0BACFC; font-size: 9pt; font-family: tahoma, Arial, Helvetica, sans-serif; text-decoration: none; padding: 2px }


/* message box */

.messageBox { font-family: tahoma, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: tahoma, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: tahoma, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: tahoma, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
    border-right: 1px solid;
    border-color: #b6b7cb;
    background-image: url(img/bg_left_column.jpg);
    width: 185px;
}
.navRight {
    background-color: #ffffff;
    width: 185px;
}

.contentsTopics   { color: #fff; font-size: small; font-family: tahoma, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #0BACFC; text-indent: 5px; border: solid 1px   }

.tableListingI {
    background-color: #eeeeee;
}

.tableListingII {
    background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby       { color: #fff; font-size: 10px; font-family: tahoma, Arial, Helvetica, sans-serif; background-color: #0BACFC; background-repeat: repeat-x; text-align: center; height: 20px; }
.onepxwidth  { width: 1px }

.box_border  { border: solid 1px #999 }
.shoppingCardBox  { font-size: 10px; font-family: tahoma, Arial, sans-serif; font-weight: bold; background: #ff8c00; border-color: #ffa500 }

TABLE.shoppingCardHeading     { color: #f5f5f5; font-size: 11px; font-family: tahoma, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #dc143c; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-transform: uppercase; height: 18px; border: solid 1px #999 }
TR.box_border  { border: solid 1px #999 }
/* td vom product_image in product_info.php*/
.productDescTitle  { color: #000; font-size: 18px; font-family: tahoma, Arial, Helvetica, sans-serif; font-weight: bold }
.productDesc   { color: #000; font-size: 12px; font-family: tahoma, Arial, Helvetica, sans-serif;}
TD.inListBG, TD.inListBGR, TD.smallTextImage, TD.tableBorderTopLeft, TD.tableBorderTopLeftRight, TD.tableBorderBottom, TD.tableBorderBottomRight, TD.tableBorderWithoutRight, TD.infoContentTD  { font-size: 11px; font-family: sans-serif; background: url(img/bg_white.gif); border: solid 0 #999 }

TD.inListBGR {
  border-right-width:1px;
}

TD.inListBG, TD.inListBGR, TD.smallTextImage, TD.tableBorderTopLeft, TD.tableBorderTopLeftRight, TD.tableBorderBottom, TD.tableBorderBottomRight, TD.tableBorderWithoutRight, TD.infoContentTD, TD.tableBorderTopLeftBottom, TD.tableBorderTopRightBottom   { font-size: 11px; font-family: sans-serif; background: url(img/bg_white.gif); border: solid 0 #999 }

TD.inListBGR {
  border-right-width:1px;
}
TD.tableBorderTopLeft, TD.tableBorderTopLeftRight, TD.tableBorderBottom, TD.tableBorderBottomRight, TD.tableBorderWithoutRight {  
  border-bottom-width:1px;
  border-left-width:1px;
}
TD.tableBorderTopLeftBottom { 
  border-top-width: 1px; 
  border-bottom-width: 1px;
  border-left-width: 1px
}

TD.tableBorderTopRightBottom {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

TD.tableBorderTopLeftRight {  
  border-right-width:1px;
}

TD.tableBorderBottom {  
  border-bottom-width:1px;
}

TD.tableBorderBottomRight {  
  border-right-width:1px;
  border-bottom-width:1px;
}

TD.tableBorderWithoutRight {
  border-top-width:1px;
}

TD.smallTextImage{
  border-top-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-right-width:1px;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 10.06.2008, 09:33
Vio Vio ist offline
Erfahrener Benutzer
 
Registriert seit: 27.03.2006
Beiträge: 1.660
Standard

Hallo,

probier mal dies:
Code:
A  { color: #333; font-family: tahoma, Arial, Helvetica, sans-serif; text-decoration: none }
A:hover   { color: #000; font-family: tahoma, Arial, Helvetica, sans-serif; text-decoration: none }
verändern in
Code:
A  { color: #333; font-family: tahoma, Arial, Helvetica, sans-serif; text-decoration: underline}
A:hover   { color: #000; font-family: tahoma, Arial, Helvetica, sans-serif; text-decoration: underline}
vorher Datei sichern, obwohl schiefgehen kann eigentlich nichts.

Grüße
Vio
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 10.06.2008, 09:37
Benutzerbild von webkasper
Erfahrener Benutzer
 
Registriert seit: 08.09.2003
Beiträge: 544
Standard

Auch ne flotte Möglichkeit ;-)

Gehe in:

SHOPROOT/lang/SPRACHE/sprache.php

suche nach:

define('SHIPPING_COSTS','VERSANDKOSTENTEXT');

und setze um Deinen Versandkostentext folgenden HTML-Tag:

<u>.... bla bla bla Text </u>

Somit sind alle betroffenen Versandkostenlinks unterstrichen ;-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 10.06.2008, 09:49
Benutzer
 
Registriert seit: 01.03.2008
Beiträge: 87
Standard

Die letzte möglichkeit finde ich die beste, so habe ich das auch gemacht. Denn wenn alle links im shop unterstrichen sind, sieht das (zumindest bei mir) net so toll aus.

Außerdem sollte man alle rechtlich relevanten Links unterstreichen!! AGB, Wiederruf, Datenschutz usw...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #8 (permalink)  
Alt 10.06.2008, 10:07
Erfahrener Benutzer
 
Registriert seit: 20.01.2005
Beiträge: 167
Standard

super:-) hat funktioniert.
Danke an alle
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #9 (permalink)  
Alt 10.06.2008, 10:23
Vio Vio ist offline
Erfahrener Benutzer
 
Registriert seit: 27.03.2006
Beiträge: 1.660
Standard

Zitat:
Zitat von Primus2007 Beitrag anzeigen
Die letzte möglichkeit finde ich die beste, so habe ich das auch gemacht. Denn wenn alle links im shop unterstrichen sind, sieht das (zumindest bei mir) net so toll aus.

Außerdem sollte man alle rechtlich relevanten Links unterstreichen!! AGB, Wiederruf, Datenschutz usw...
Ihr habt ja so Recht

Grüße
Vio
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #10 (permalink)  
Alt 13.06.2008, 11:42
Erfahrener Benutzer
 
Registriert seit: 29.06.2006
Beiträge: 111
Standard

Hallo,
wobei das unterstreichen von Links einstellungsmäßiger Blödsinn ist, da man sowas in html (auch in php) browserseitig deaktivieren kann. Wenn mir das z.B. nicht gefällt schalte ich das einfach für alle Seiten die ich mir ansehe, aus.
Eine abmahnungsfähige Benachteiligung von irgendjemanden sehe ich darin wirklich nicht !?



T
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
abmahnungsgefahr, sprechender link, versandkosten

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Fixe Versandkosten für 3 Warengruppen cds Shopbereich 1 17.06.2007 15:34


Alle Zeitangaben in WEZ +1. Es ist jetzt 14:21 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand