Jump to content

utilisation imprimante Dymo


Recommended Posts

bonsoir,

j'ai l'imprimante, le module direct label print...
prestashop 1.6.0.8

dans la configuration du module Direct label print j'ai :

Upload a .label file from the DYMO Label Software as template.
This file needs to contain a text object with Reference name set to "ShippingAddress".
In that text object the module will then put the address.       

j'ai créé un fichier xml en .label avec le logiciel dymo label

mais rien ne se passe quand je clique sur l'icone de l'imprimante.

les tests en direct sur la dymo étaient bons ,

une idée ?

voila mon xml 

<?xml version="1.0" encoding="utf-8"?>
<DieCutLabel Version="8.0" Units="twips">
<PaperOrientation>Portrait</PaperOrientation>
<Id>LargeShippingHorizontal</Id>
<PaperName>LargeShippingHorizontal</PaperName>
  <ReferenceName>ShippingAddress</ReferenceName>
<DrawCommands>
<RoundRectangle X="0" Y="0" Width="5760" Height="3331" Rx="180" Ry="180" />
</DrawCommands>
<ObjectInfo>
<AddressObject>
<Name>ADRESSE</Name>
<ForeColor Alpha="255" Red="0" Green="0" Blue="0" />
<BackColor Alpha="0" Red="255" Green="255" Blue="255" />
<LinkedObjectName></LinkedObjectName>
<Rotation>Rotation0</Rotation>
<IsMirrored>False</IsMirrored>
<IsVariable>True</IsVariable>
<HorizontalAlignment>Left</HorizontalAlignment>
<VerticalAlignment>Top</VerticalAlignment>
<TextFitMode>ShrinkToFit</TextFitMode>
<UseFullFontHeight>True</UseFullFontHeight>
<Verticalized>False</Verticalized>
<StyledText>
<Element>
<String>PAUL DUPONT
SOCIETE
45 RUE BASSE
14000 CAEN</String>
<Attributes>
<Font Family="Arial" Size="24" Bold="False" Italic="False" Underline="False" Strikeout="False" />
<ForeColor Alpha="255" Red="0" Green="0" Blue="0" />
</Attributes>
</Element>
</StyledText>
<ShowBarcodeFor9DigitZipOnly>False</ShowBarcodeFor9DigitZipOnly>
<BarcodePosition>AboveAddress</BarcodePosition>
<LineFonts>
<Font Family="Arial" Size="24" Bold="False" Italic="False" Underline="False" Strikeout="False" />
<Font Family="Arial" Size="24" Bold="False" Italic="False" Underline="False" Strikeout="False" />
<Font Family="Arial" Size="24" Bold="False" Italic="False" Underline="False" Strikeout="False" />
<Font Family="Arial" Size="24" Bold="False" Italic="False" Underline="False" Strikeout="False" />
</LineFonts>
</AddressObject>
<Bounds X="530.519989013672" Y="57.5999984741211" Width="3840" Height="2700" />
</ObjectInfo>
</DieCutLabel>
Link to comment
Share on other sites

pas de réponse de sa part et ce matin j'ai 

504 Gateway Time-out 

sur addons.prestashop.com

j'ai fouillé un peu partout à la recherche d'un fichier .label qui fonctionne pour déjà voir si cela ne vient pas de moi.

Link to comment
Share on other sites

début de réponse et de solution.

voila ci-dessous un fichier .label qui fonctionne avec ma boutique

il me reste des soucis de mise en forme de l'étiquette, je cherche en vain une doc sur les réglages des variables et attributs, si quelqu'un a une piste.

le logiciel dymo label writer ne m'aide pas ou je ne sais pas m'en servir. je persévere.

merci

<?xml version="1.0" encoding="utf-8"?>
<DieCutLabel Version="8.0" Units="twips">
	<PaperOrientation>Portrait</PaperOrientation>
	<Id>LargeShipping</Id>
	<PaperName>30323 Shipping</PaperName>
	<DrawCommands>
		<RoundRectangle X="0" Y="0" Width="3331" Height="5760" Rx="270" Ry="270" />
	</DrawCommands>
	<ObjectInfo>
		<TextObject>
			<Name>ShippingAddress</Name>
			<ForeColor Alpha="255" Red="0" Green="0" Blue="0" />
			<BackColor Alpha="0" Red="255" Green="255" Blue="255" />
			<LinkedObjectName></LinkedObjectName>
			<Rotation>Rotation0</Rotation>
			<IsMirrored>False</IsMirrored>
			<IsVariable>False</IsVariable>
			<HorizontalAlignment>Left</HorizontalAlignment>
			<VerticalAlignment>Middle</VerticalAlignment>
			<TextFitMode>AlwaysFit</TextFitMode>
			<UseFullFontHeight>False</UseFullFontHeight>
			<Verticalized>False</Verticalized>
			<StyledText>
				<Element>
					<String>Naam1
                    Adress2
                    Adress3
                    PC4</String>
					<Attributes>
						<Font Family="Arial" Size="22" Bold="True" Italic="False" Underline="False" Strikeout="False" />
						<ForeColor Alpha="255" Red="0" Green="0" Blue="0" />
					</Attributes>
				</Element>
			</StyledText>
		</TextObject>
		<Bounds X="335.519989013672" Y="150" Width="5338.080078125" Height="2970" />
	</ObjectInfo>
</DieCutLabel> 
Link to comment
Share on other sites

  • 2 months later...

bonjour, je ne sais pas si tu as résolu ton souci, mais il faut simplement crée un modèle d'étiquette davec le logiciel dymo, puis l'enregistré et la mettre dans le module via FTP.

 

Moi je cherche à ajouter 2 ligne sur l'étiquette (date d'expédition, et référence commande).

Si quelqu'un peut m'aider...

 

Merci pour vos infos

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...