Моля, въведете вашето потребителско име и парола.
Изчакайте зарежда се ..
Изчакайте зарежда се ..
  • на склад
  • нови цени
  • нов продукт
  • с намаление
  • ограничено количество
  •  
  • промоция
  • с подарък
  • разпродажба
  • ремаркетирани
  • очаква се
НАЙ-ТЪРСЕНИ ПРОДУКТИ
6

№ TZESE5
Консуматив
Brother TZe-SE5 Security Tape, black on white, 24mm, 8m
СъвместимостBrother PTouch models
Тип лентаTZ
ЦвятBlack on White
Ширина на лентата, mm24 mm
Дължина на лентата, m8 m

Brother TZe-SE5 Security Tape, black ...

№ TZESE5
Brother TZe-SE5 Security Tape, black on white, 24mm, 8m
№ HSE261E
Консуматив
Brother HSe-261E 31mm Black on White Heat Shrink Tape
СъвместимостPT-E300VP, PT-E550WVP, PT-P750W, PTD-800W, PTP900W, PT-P950NW, PT-E550WNIVP, PT-E550WSP, PT-P700
Тип лентаHS-e
ЦвятBlack on White Heat Shrink
Ширина на лентата, mm31 mm
Дължина на лентата, m1.5 m
ДругиRecommended for use with cables between 6.3 - 20mm in diameter; 3:1 Shrink Ratio. Compatible with P-touch label printers that show the HS or HSe logo on the tape cassette cover

Brother HSe-261E 31mm Black on White ...

№ HSE261E
Brother HSe-261E 31mm Black on White Heat Shrink Tape
№ HSE661E
Консуматив
Brother HSe-661E 31mm Black on Yellow Heat Shrink Tape
СъвместимостPT-E300VP, PT-E550WVP, PT-P750W, PTD-800W, PTP900W, PT-P950NW, PT-E550WNIVP, PT-E550WSP, PT-P700
Тип лентаHS-e
ЦвятBlack on Yellow
Ширина на лентата, mm31 mm
Дължина на лентата, m1.5 m
ДругиRecommended for use with cables between 6.3 - 20mm in diameter; 3:1 Shrink Ratio. Compatible with P-touch label printers that show the HS or HSe logo on the tape cassette cover

Brother HSe-661E 31mm Black on Yellow...

№ HSE661E
Brother HSe-661E 31mm Black on Yellow Heat Shrink Tape
№ DK22212
Консуматив
Brother DK-22212 White Continuous Length Film Tape 62mm x 15.24m, Black on White
СъвместимостBrother QL printers
Тип лентаSelf-adhesive continuous paper labels
ЦвятBlack on White
Ширина на лентата, mm62 mm
Дължина на лентата, m15.24 m
ДругиNo ink or print ribbon required; The refill tape uses the latest in direct thermal printing technology, and comes complete with permanent adhesive for stronger sticking power

Brother DK-22212 White Continuous Len...

№ DK22212
Brother DK-22212 White Continuous Length Film Tape 62mm x 15.24m, Black on White
№ CZ1005
Консуматив
Brother Continuous Paper Tape (Full colour, Ink-free 50mm)
СъвместимостBrother VC-500W
Тип лентаCZ
ЦвятWhite
Ширина на лентата, mm50 mm
Дължина на лентата, m5 m
ДругиZINK Zero-Ink Printing Technology

Brother Continuous Paper Tape (Full c...

№ CZ1005
Brother Continuous Paper Tape (Full colour, Ink-free 50mm)
№ HGE261V5
Консуматив
Brother 36mm Black/White (5 pcs Pack) High Grade Tape
СъвместимостP-Touch labelling machines (PT-9600, 9700PC, 9800PCN)
Тип лентаHG Laminate
ЦвятBlack on White
Ширина на лентата, mm36 mm
Дължина на лентата, m8 m
Други5 pcs Pack

Brother 36mm Black/White (5 pcs Pack)...

№ HGE261V5
Brother 36mm Black/White (5 pcs Pack)  High Grade Tape
6

FreeMarker template error (HTML_DEBUG mode; use RETHROW in production!)

The following has evaluated to null or missing:
==> nomCurrency  [in template "template/xhtml/product_thumb_script.ftl" at line 130, column 80]

----
Tip: If the failing expression is known to be legally refer to something that's null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${nomCurrency.name}  [in template "template/xhtml/product_thumb_script.ftl" at line 130, column 78]
----

Java stack trace (for programmers):
----
freemarker.core.InvalidReferenceException: [... Exception message was already printed; see it above ...]
	at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:116)
	at freemarker.core.UnexpectedTypeException.newDesciptionBuilder(UnexpectedTypeException.java:60)
	at freemarker.core.UnexpectedTypeException.<init>(UnexpectedTypeException.java:40)
	at freemarker.core.NonHashException.<init>(NonHashException.java:46)
	at freemarker.core.Dot._eval(Dot.java:45)
	at freemarker.core.Expression.eval(Expression.java:78)
	at freemarker.core.Expression.evalAndCoerceToString(Expression.java:82)
	at freemarker.core.DollarVariable.accept(DollarVariable.java:40)
	at freemarker.core.Environment.visitByHiddingParent(Environment.java:333)
	at freemarker.core.IfBlock.accept(IfBlock.java:48)
	at freemarker.core.Environment.visit(Environment.java:312)
	at freemarker.core.MixedContent.accept(MixedContent.java:62)
	at freemarker.core.Environment.visit(Environment.java:312)
	at freemarker.core.Environment.process(Environment.java:290)
	at freemarker.template.Template.process(Template.java:312)
	at org.apache.struts2.components.template.FreemarkerTemplateEngine.renderTemplate(FreemarkerTemplateEngine.java:158)
	at org.apache.struts2.components.UIBean.mergeTemplate(UIBean.java:584)
	at org.apache.struts2.components.UIBean.end(UIBean.java:538)
	at org.apache.struts2.views.freemarker.tags.CallbackWriter.afterBody(CallbackWriter.java:84)
	at freemarker.core.Environment.visitAndTransform(Environment.java:415)
	at freemarker.core.UnifiedCall.accept(UnifiedCall.java:108)
	at freemarker.core.Environment.visit(Environment.java:312)
	at freemarker.core.MixedContent.accept(MixedContent.java:62)
	at freemarker.core.Environment.visit(Environment.java:312)
	at freemarker.core.Environment.process(Environment.java:290)
	at freemarker.template.Template.process(Template.java:312)
	at org.apache.struts2.views.freemarker.FreemarkerResult.doExecute(FreemarkerResult.java:223)
	at org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:191)
	at org.apache.struts2.rest.RestActionInvocation.executeResult(RestActionInvocation.java:238)
	at org.apache.struts2.rest.RestActionInvocation.processResult(RestActionInvocation.java:197)
	at org.apache.struts2.rest.RestActionInvocation.invoke(RestActionInvocation.java:145)
	at com.opensymphony.xwork2.DefaultActionProxy.execute(DefaultActionProxy.java:147)
	at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:575)
	at org.apache.struts2.dispatcher.ng.ExecuteOperations.executeAction(ExecuteOperations.java:81)
	at org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:99)
	at stemo.ActionMapper.MultipartRequestFilter.doFilter(MultipartRequestFilter.java:45)
	at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
	at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
	at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
	at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
	at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
	at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
	at org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68)
	at org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103)
	at org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161)
	at org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73)
	at org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67)
	at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
	at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
	at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
	at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
	at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
	at org.wildfly.elytron.web.undertow.server.servlet.CleanUpHandler.handleRequest(CleanUpHandler.java:38)
	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
	at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.server.handlers.MetricsHandler.handleRequest(MetricsHandler.java:64)
	at io.undertow.servlet.core.MetricsChainHandler.handleRequest(MetricsChainHandler.java:59)
	at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:275)
	at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:79)
	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:134)
	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:131)
	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1544)
	at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:255)
	at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:79)
	at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:100)
	at io.undertow.server.Connectors.executeRootHandler(Connectors.java:387)
	at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:852)
	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
	at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)
	at java.lang.Thread.run(Thread.java:750)