Autor-Archiv Tobias Stephan

VonTobias Stephan

Shopware 5 Filter Sortierung übersetzen

Die Filter kann man über die Grundeinstellungen übersetzen. Einfach nach Filter suchen, dann wird man fündig. Mit Klick auf die Weltkugel kann man für jeden Shop eine Übersetzung vornehmen.

VonTobias Stephan

Amazon MWS XSD Dateien

Hier findest Du die Amazon XSD Dateien.
XSD Dateien sind die Schemata für den Produktupload

Zu den XSD Dateien

VonTobias Stephan

Paypal Lastschrifteinzug kündigen

Klick auf Deinen Namen, dann Kontoeinstellungen. Dort findet man „Geld, Bankkonten und Kreditkarten“. Man hat sich schon Mühe gegeben alles ein wenig zu verstecken, denn dann geht es weiter mit

Zahlungen im Einzugsverfahren einrichten. Auf der Folgeseite kann man dann endlich unerwünschte Zugriffe deaktivieren.

VonTobias Stephan

ASCII Codes Smileys

Emoticon, SmileyDescriptionUnicode HexHTML Dec Code
&#128512Grinning FaceU+1F600&#128512
&#128515Grinning Face With Big EyesU+1F603&#128515
&#128516Grinning Face With Smiling EyesU+1F604&#128516
&#128513Beaming Face With Smiling EyesU+1F601&#128513
&#128518Grinning Squinting FaceU+1F606&#128518
&#128517Grinning Face With SweatU+1F605&#128517
&#129315Rolling On The Floor LaughingU+1F923&#129315
&#128514Face With Tears Of JoyU+1F602&#128514
&#128578Slightly Smiling FaceU+1F642&#128578
&#128579Upside-Down FaceU+1F643&#128579
&#128521Winking FaceU+1F609&#128521
&#128522Smiling Face With Smiling EyesU+1F60A&#128522
&#128519Smiling Face With HaloU+1F607&#128519
&#129392Smiling Face With 3 HeartsU+1F970&#129392
&#128525Smiling Face With Heart-EyesU+1F60D&#128525
&#129321Star-StruckU+1F929&#129321
&#128536Face Blowing A KissU+1F618&#128536
&#128535Kissing FaceU+1F617&#128535
&#9786Smiling FaceU+263A&#9786
&#128538Kissing Face With Closed EyesU+1F61A&#128538
&#128537Kissing Face With Smiling EyesU+1F619&#128537
VonTobias Stephan

Amazon MWS XML Feed Sample CountryOfOrigin

The CountryOfOrigin field is now a required field when sending product feeds via Amazon MWS Api. Actually a small thing, but sometimes it is a real struggle to figure out where to insert the value. Important to know…the country code is entered with 2 characters as value, so here in the example with UK.

<?xml version=„1.0“ encoding=„UTF-8“?> <AmazonEnvelope> <Header> <DocumentVersion>1.01</DocumentVersion> <MerchantIdentifier>A2BKDHGADKHKH</MerchantIdentifier> </Header> <MessageType>Product</MessageType> <PurgeAndReplace>false</PurgeAndReplace> <Message> <MessageID>1</MessageID> <OperationType>Update</OperationType> <Product> <SKU>16001</SKU> <StandardProductID> <Type>ASIN</Type> <Value>B07TXABCD3</Value> </StandardProductID> <Condition> <ConditionType>New</ConditionType> <ConditionNote /> </Condition> <DescriptionData> <Title>Fork cable lug 10mm2 to 16mm2 M6 insulated 4x ring eye Press eye Crimp cable lug blue</Title> <Brand>eXODA</Brand> <Description>High-quality press eye of the manufacturer eXODA. This ring eyelet is characterised by the fact that a manufacturing process was used here, that guarantees accuracy. Diameter specifications for the cross section of the cable or screw inlet are exact and perfect. They can be pressed or soldered for correct processing. The unit in mm² describes the cross-section of the cable. The diameter of the opening for the eyelet is represented by the M specification in millimeters. The inside and outside diameters represent the diameter of the opening for the cable to be inserted. cable. When selecting the right article or the right press eye, it is important to pay attention, that the cable cross section and cable diameter are not the same. The cable cross section describes the area in mm² when looking at the interface. The insulation is made of nylon, we therefore recommend according to Open the package to consume the contents in 3 months.</Description> <BulletPoint>Suitable for cable cross section: 10mm2 to 16mm2 corresponds to 3.6 mm to 4.5 mm diameter</BulletPoint> <BulletPoint>Diameter of screw opening: 6 mm</BulletPoint> <BulletPoint>Inner diameter: 6 mm unpressed</BulletPoint> <BulletPoint>Diameter at the outer insulation Cable lug: 11 mm unpressed</BulletPoint> <BulletPoint>Diameter Insulation for cable entry inside: 9 mm outside: 11.7 mm</BulletPoint> <PackageDimensions> <Length unitOfMeasure=„CM“>10</Length> <Width unitOfMeasure=„CM“>9.8</Width> <Height unitOfMeasure=„CM“>1.2</Height> </PackageDimensions> <Manufacturer>eBrand</Manufacturer> <MfrPartNumber>16001</MfrPartNumber> <SearchTerms>car battery cable</SearchTerms> <SearchTerms>car battery cable connectors</SearchTerms> <RecommendedBrowseNode>1342892031</RecommendedBrowseNode> <CountryOfOrigin>DE</CountryOfOrigin> <IsExpirationDatedProduct>false</IsExpirationDatedProduct> </DescriptionData> <ProductData> <HomeImprovement> <ProductType> <Hardware /> </ProductType> </HomeImprovement> </ProductData> <IsHeatSensitive>false</IsHeatSensitive> </Product> </Message> </AmazonEnvelope>

„“< xsd:element name=“CountryOfOrigin“ type=“CountryOfOriginType“ minOccurs=“0″/>““

For the „CountryOfOriginType“ attribute, the rules allow valid values as follows: „value=“[a-zA-Z][a-zA-Z]|unknown““

VonTobias Stephan

Amazon MWS XML Feed Sample CountryOfOrigin

Das Feld Herkunftsland CountryOfOrigin ist nun ein Pflichtfeld, wenn man per Amazon MWS Api Produkt-Feeds zu senden. Eigentlich eine Kleinigkeit, manchmal ist es aber ein wahrer Kampf herauszufinden, an welcher Stelle man den Wert einfügen muss. Wichtig zu wissen…der Ländercode wird mit 2 Zeichen als Wert eingetragen, hier im Beispiel also mit UK.

<?xml version=„1.0“ encoding=„UTF-8“?> <AmazonEnvelope> <Header> <DocumentVersion>1.01</DocumentVersion> <MerchantIdentifier>A2BKDHGADKHKH</MerchantIdentifier> </Header> <MessageType>Product</MessageType> <PurgeAndReplace>false</PurgeAndReplace> <Message> <MessageID>1</MessageID> <OperationType>Update</OperationType> <Product> <SKU>16001</SKU> <StandardProductID> <Type>ASIN</Type> <Value>B07TXABCD3</Value> </StandardProductID> <Condition> <ConditionType>New</ConditionType> <ConditionNote /> </Condition> <DescriptionData> <Title>Fork cable lug 10mm2 to 16mm2 M6 insulated 4x ring eye Press eye Crimp cable lug blue</Title> <Brand>eXODA</Brand> <Description>High-quality press eye of the manufacturer eXODA. This ring eyelet is characterised by the fact that a manufacturing process was used here, that guarantees accuracy. Diameter specifications for the cross section of the cable or screw inlet are exact and perfect. They can be pressed or soldered for correct processing. The unit in mm² describes the cross-section of the cable. The diameter of the opening for the eyelet is represented by the M specification in millimeters. The inside and outside diameters represent the diameter of the opening for the cable to be inserted. cable. When selecting the right article or the right press eye, it is important to pay attention, that the cable cross section and cable diameter are not the same. The cable cross section describes the area in mm² when looking at the interface. The insulation is made of nylon, we therefore recommend according to Open the package to consume the contents in 3 months.</Description> <BulletPoint>Suitable for cable cross section: 10mm2 to 16mm2 corresponds to 3.6 mm to 4.5 mm diameter</BulletPoint> <BulletPoint>Diameter of screw opening: 6 mm</BulletPoint> <BulletPoint>Inner diameter: 6 mm unpressed</BulletPoint> <BulletPoint>Diameter at the outer insulation Cable lug: 11 mm unpressed</BulletPoint> <BulletPoint>Diameter Insulation for cable entry inside: 9 mm outside: 11.7 mm</BulletPoint> <PackageDimensions> <Length unitOfMeasure=„CM“>10</Length> <Width unitOfMeasure=„CM“>9.8</Width> <Height unitOfMeasure=„CM“>1.2</Height> </PackageDimensions> <Manufacturer>eBrand</Manufacturer> <MfrPartNumber>16001</MfrPartNumber> <SearchTerms>car battery cable</SearchTerms> <SearchTerms>car battery cable connectors</SearchTerms> <RecommendedBrowseNode>1342892031</RecommendedBrowseNode> <CountryOfOrigin>DE</CountryOfOrigin> <IsExpirationDatedProduct>false</IsExpirationDatedProduct> </DescriptionData> <ProductData> <HomeImprovement> <ProductType> <Hardware /> </ProductType> </HomeImprovement> </ProductData> <IsHeatSensitive>false</IsHeatSensitive> </Product> </Message> </AmazonEnvelope>

Das XSD Schema sagt:

„“< xsd:element name=“CountryOfOrigin“ type=“CountryOfOriginType“ minOccurs=“0″/>““

Für das Attribut „CountryOfOriginType“ lassen die Regeln valide Werte wie folgt zu: „value=“[a-zA-Z][a-zA-Z]|unknown““

VonTobias Stephan

Mac Tastatur neu erkennen

Einfach das Terminal öffnen und folgenden Befehl einfügen:

sudo defaults delete /Library/Preferences/com.apple.keyboardtype

Danach Tastatur abziehen und wieder dran stecken. Der Erkennungsdialog erscheint nun.

VonTobias Stephan

Amazon XSD File

Als Entwickler braucht man die XSD Files um einen XML Upload für die Amazon MWS Api zu erzeugen.

Hier der Link

Github

VonTobias Stephan

Chrome PDF Dokumente im Adobe Acrobat Reader öffnen (07/2021)

Einstellungen, Datenschutz und Sicherheit, Zusätzliche Inhaltseinstellungen, PDFs Herunterladen auswählen