dremax Posted July 20, 2010 Report Share Posted July 20, 2010 Hallo, mittlerweile ist es ja ein Abmahngrund wenn man Artikel ohne Versandkosten z.B. zu google exportiert. Gibt es ein attribut für die Versandkosten? Oder eine Möglichkeit diese ordentlich zu exportieren? Bitte um Hilfe!! Link to comment Share on other sites More sharing options...
giller Posted July 20, 2010 Report Share Posted July 20, 2010 Also ich exportiere als xml datei zu google <g:versand> <g:land>DE</g:land> <g:region></g:region> <g:service>DHL</g:service> <g:preis>4.90</g:preis> </g:versand> und da sieht es dann zb so aus Link to comment Share on other sites More sharing options...
dremax Posted July 20, 2010 Author Report Share Posted July 20, 2010 Hab ich schon probiert, geht aber nur bedingt. Wenn man bei allen Artikeln die gleichen Versandkosten angibt aber verschiedene Versandkosten hat, ist es auch wieder ein Abmahngrund. z.B. bis 500€ Bestellwert 4,90 über 500€ Bestellwert 9,90 wegen der höheren Versicherung bei DHL. im export steht dann 4,90 im shop steht 9,90 ... Abmahngrund weil Wettberbswiederig. Die Versandkosten kann man ja ohne Probleme im Shop anpassen. Aber als Attribut exportieren? Ich frag das, da jetz wohl einige Abmahner mitbekommen haben, dass Veytonshops nicht ohne weiteres die richtigen Versandkosten exportieren. Im ecommerceblog rät ein Anwalt die höchsten Versandkosten von hand anzugeben. Das wäre dann aber in Produktsuchmaschinen doch eher abschreckend für Kunden. Oder seh ich das falsch? VG Link to comment Share on other sites More sharing options...
giller Posted July 20, 2010 Report Share Posted July 20, 2010 braucht du nicht der export manager kann das Link to comment Share on other sites More sharing options...
giller Posted July 20, 2010 Report Share Posted July 20, 2010 {if $data.products_weight <= 2} 6.90 {else} {if $data.products_weight <= 10} 8.96 {else} {if $data.products_weight <= 20} 11.90 {/if} {/if} {/if} Eigentlich geheim Link to comment Share on other sites More sharing options...
giller Posted July 20, 2010 Report Share Posted July 20, 2010 {if $data.products_price <= 500} 4.90 {else} {if $data.products_price > 500} 9.90 {/if} {/if} für Dich so. Hilf mir als Dank bitte z.b. hier----->> http://www.xt-commerce.com/forum/fragen-zur-software/79352-thickbox-ersetzen-mit-colorbox.html Link to comment Share on other sites More sharing options...
amelie Posted September 21, 2010 Report Share Posted September 21, 2010 hmm bei mir funktioniert der Code irgendwie nicht: {if $data.products_price < 20}3.90{else}{if $data.products_price >= 20}0.00{/if}{/if} Hab ich da was falsch? Vielen Dank Amelie Link to comment Share on other sites More sharing options...
amilo Posted September 21, 2010 Report Share Posted September 21, 2010 So is es schon besser: {if $data.products_price < 20}3.90{elseif $data.products_price >= 20}0.00{/if} oder einfacher: {if $data.products_price < 20}3.90{else}0.00{/if}[/code] MfG. Hansen Link to comment Share on other sites More sharing options...
amelie Posted September 21, 2010 Report Share Posted September 21, 2010 hmmm... danke aber funktioniert leider nicht. Habe beide Varianten ausprobiert: 16.950003~marke~neu~DE~~DHL~0.00 Bei kleiner 20 Euro sollten es ja 3,90 Euro sein? Sonst noch jemand eine Idee? Herzlichen Dank, Amelie Link to comment Share on other sites More sharing options...
amelie Posted September 29, 2010 Report Share Posted September 29, 2010 Keiner eine Idee was ich falsch mache? :-( Link to comment Share on other sites More sharing options...
dremax Posted September 29, 2010 Author Report Share Posted September 29, 2010 hmmm... danke aber funktioniert leider nicht. Habe beide Varianten ausprobiert: 16.950003~marke~neu~DE~~DHL~0.00 Bei kleiner 20 Euro sollten es ja 3,90 Euro sein? Sonst noch jemand eine Idee? Herzlichen Dank, Amelie Hi, im header muss für google als Attribut ~Versand~ stehen. Im Body muss das so aussehen: ~DE:::{if $data.products_price.plain <= 20.00}3.90{else}{if $data.products_price.plain > 20.00}0.00{/if}{/if}~ Das attribut Versand hat mehre Einträge die mit : getrennt sind. Im dem Bsp: hier is es für den Versand nach Deutschland, unter 20€ 3,90€ Versand, über 20€ Versandkostenfrei. VG Alex von den netzXperts Link to comment Share on other sites More sharing options...
amelie Posted September 30, 2010 Report Share Posted September 30, 2010 Herzlichen Dank das funktioniert super! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.