CINXE.COM
Challan Pro | WooCommerce PDF Invoices Plugin - WebAppick
<!DOCTYPE html> <html lang="en-US"> <head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.3",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="pingback" href="https://webappick.com/xmlrpc.php"> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" data-pagespeed-no-defer> var gtm4wp_datalayer_name = "dataLayer"; var dataLayer = dataLayer || []; const gtm4wp_use_sku_instead = false; const gtm4wp_currency = 'USD'; const gtm4wp_product_per_impression = 10; const gtm4wp_clear_ecommerce = false; </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <!-- Social Warfare v4.4.6.3 https://warfareplugins.com - BEGINNING OF OUTPUT --> <meta property="og:description" content="WooCommerce PDF Invoices and Packing Slips Pro (Challan Pro) help you to attach a PDF invoice to the order confirmation email. Unlike a normal WooCommerce invoice, WooCommerce PDF Invoices and Packing Slips Pro can be easily downloaded and is fully customizable"> <meta property="og:title" content="Challan Pro"> <meta property="article_author" content="https://www.facebook.com/webappick/"> <meta property="article_publisher" content="https://www.facebook.com/webappick"> <meta property="og:image" content="https://webappick.com/wp-content/uploads/2016/10/woo-invoice-thumbnail.svg"> <meta property="fb:app_id" content="529576650555031"> <meta property="og:type" content="product"> <meta property="og:url" content="https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips/"> <meta property="og:site_name" content="WEBAPPICK"> <meta property="article:published_time" content="2019-03-10T18:14:35+06:00"> <meta property="article:modified_time" content="2024-11-15T11:38:32+06:00"> <meta property="og:updated_time" content="2024-11-15T11:38:32+06:00"> <meta name="twitter:title" content="Challan Pro"> <meta name="twitter:description" content="WooCommerce PDF Invoices and Packing Slips Pro (Challan Pro) help you to attach a PDF invoice to the order confirmation email. Unlike a normal WooCommerce invoice, WooCommerce PDF Invoices and Packing Slips Pro can be easily downloaded and is fully customizable"> <meta name="twitter:image" content="https://webappick.com/wp-content/uploads/2016/10/woo-invoice-thumbnail.svg"> <meta name="twitter:site" content="@webappick"> <meta name="twitter:creator" content="@webappick"> <meta name="twitter:card" content="summary_large_image"> <style> @font-face { font-family: "sw-icon-font"; src:url("https://webappick.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.eot?ver=4.4.6.3"); src:url("https://webappick.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.eot?ver=4.4.6.3#iefix") format("embedded-opentype"), url("https://webappick.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.woff?ver=4.4.6.3") format("woff"), url("https://webappick.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.ttf?ver=4.4.6.3") format("truetype"), url("https://webappick.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.svg?ver=4.4.6.3#1445203416") format("svg"); font-weight: normal; font-style: normal; font-display:block; } </style> <!-- Social Warfare v4.4.6.3 https://warfareplugins.com - END OF OUTPUT --> <!-- This site is optimized with the Yoast SEO Premium plugin v19.4 (Yoast SEO v23.1) - https://yoast.com/wordpress/plugins/seo/ --> <title>Challan Pro | WooCommerce PDF Invoices Plugin - WebAppick</title> <meta name="description" content="Challan Pro - Best WooCommerce PDF Invoices & Packing Slips plugin to automatically attach custom PDF invoice with WooCommerce order confirmation email." /> <link rel="canonical" href="https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="1 minute" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips/","url":"https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips","name":"Challan Pro | WooCommerce PDF Invoices Plugin - WebAppick","isPartOf":{"@id":"https://webappick.com/#website"},"primaryImageOfPage":{"@id":"https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips#primaryimage"},"image":{"@id":"https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips#primaryimage"},"thumbnailUrl":"https://webappick.com/wp-content/uploads/2016/10/woo-invoice-thumbnail.svg","datePublished":"2019-03-10T12:14:35+00:00","dateModified":"2024-11-15T05:38:32+00:00","description":"Challan Pro - Best WooCommerce PDF Invoices & Packing Slips plugin to automatically attach custom PDF invoice with WooCommerce order confirmation email.","breadcrumb":{"@id":"https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips#primaryimage","url":"https://webappick.com/wp-content/uploads/2016/10/woo-invoice-thumbnail.svg","contentUrl":"https://webappick.com/wp-content/uploads/2016/10/woo-invoice-thumbnail.svg","width":520,"height":475,"caption":"Woo Invoice"},{"@type":"BreadcrumbList","@id":"https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://webappick.com/"},{"@type":"ListItem","position":2,"name":"Shop","item":"https://webappick.com/plugin/"},{"@type":"ListItem","position":3,"name":"Challan Pro"}]},{"@type":"WebSite","@id":"https://webappick.com/#website","url":"https://webappick.com/","name":"WEBAPPICK","description":"Ultimate Business Booster WordPress Plugins","publisher":{"@id":"https://webappick.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://webappick.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://webappick.com/#organization","name":"WebAppick","url":"https://webappick.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://webappick.com/#/schema/logo/image/","url":"https://webappick.com/wp-content/uploads/2020/01/logo.png","contentUrl":"https://webappick.com/wp-content/uploads/2020/01/logo.png","width":300,"height":50,"caption":"WebAppick"},"image":{"@id":"https://webappick.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/webappick","https://x.com/webappick","https://www.linkedin.com/company/webappick","https://in.pinterest.com/webappick/","https://www.youtube.com/channel/UCzy3G9pA3yVgo0YZc-yJmfw"]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//a.omappapi.com' /> <link rel="alternate" type="application/rss+xml" title="WEBAPPICK » Feed" href="https://webappick.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="WEBAPPICK » Comments Feed" href="https://webappick.com/comments/feed/" /> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <!-- GTM Container placement set to automatic --> <script data-cfasync="false" data-pagespeed-no-defer type="text/javascript"> var dataLayer_content = {"pagePostType":"product","pagePostType2":"single-product","pagePostAuthor":"Md. Islam","customerTotalOrders":0,"customerTotalOrderValue":0,"customerFirstName":"","customerLastName":"","customerBillingFirstName":"","customerBillingLastName":"","customerBillingCompany":"","customerBillingAddress1":"","customerBillingAddress2":"","customerBillingCity":"","customerBillingState":"","customerBillingPostcode":"","customerBillingCountry":"","customerBillingEmail":"","customerBillingEmailHash":"","customerBillingPhone":"","customerShippingFirstName":"","customerShippingLastName":"","customerShippingCompany":"","customerShippingAddress1":"","customerShippingAddress2":"","customerShippingCity":"","customerShippingState":"","customerShippingPostcode":"","customerShippingCountry":"","cartContent":{"totals":{"applied_coupons":[],"discount_total":0,"subtotal":0,"total":0},"items":[]},"productRatingCounts":{"1":4,"4":1,"5":46},"productAverageRating":4.67,"productReviewCount":52,"productType":"variable-subscription","productIsVariable":0}; dataLayer.push( dataLayer_content ); </script> <script type="rocketlazyloadscript" data-cfasync="false"> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PCCC795'); </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel="alternate" type="application/rss+xml" title="WEBAPPICK » Challan Pro Comments Feed" href="https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips/feed/" /> <link data-minify="1" rel='stylesheet' id='wc-blocks-integration-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/build/index.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='wedocs-block-style-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/wedocs/assets/build/style-block.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='livechat-icons-style-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/wp-live-chat-software-for-wordpress/plugin_files/css/livechat-icons.css?ver=1731660326' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://webappick.com/wp-includes/css/dist/block-library/style.min.css?ver=6.5.5' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='activecampaign-form-block-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/activecampaign-subscription-forms/activecampaign-form-block/build/style-index.css?ver=1731660326' type='text/css' media='all' /> <style id='safe-svg-svg-icon-style-inline-css' type='text/css'> .safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--inter: "Inter", sans-serif;--wp--preset--font-family--cardo: Cardo;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link data-minify="1" rel='stylesheet' id='contact-form-7-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='mfcf7_zl_button_style-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/multiline-files-for-contact-form-7/css/style.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='follow-up-emails-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-follow-up-emails/templates/followups.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='woocommerce-layout-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='woocommerce-smallscreen-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=1731660326' type='text/css' media='only screen and (max-width: 768px)' /> <link data-minify="1" rel='stylesheet' id='woocommerce-general-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=1731660326' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='affwp-forms-css' href='https://webappick.com/wp-content/plugins/affiliate-wp/assets/css/forms.min.css?ver=2.27.2' type='text/css' media='all' /> <link rel='stylesheet' id='eae-css-css' href='https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/eae.min.css?ver=1.13.7' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='eae-peel-css-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/lib/peel/peel.css?ver=1731660326' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://webappick.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=1.0' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='font-awesome-5-all-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1731660326' type='text/css' media='all' /> <link rel='stylesheet' id='vegas-css-css' href='https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/lib/vegas/vegas.min.css?ver=2.4.0' type='text/css' media='all' /> <link rel='stylesheet' id='social_warfare-css' href='https://webappick.com/wp-content/plugins/social-warfare/assets/css/style.min.css?ver=4.4.6.3' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='bootstrap-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/themes/webappick/assets/css/bootstrap.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='Webappick-style-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/themes/webappick/assets/css/default.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='webappick-product-single-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/themes/webappick/assets/css/product-single.css?ver=1731660335' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='Webappick-product-fonts-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/themes/webappick/assets/css/fonts-product.css?ver=1731660335' type='text/css' media='all' /> <link rel='stylesheet' id='webappick-carousel-css' href='https://webappick.com/wp-content/themes/webappick/assets/css/owl.carousel.min.css?ver=6.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='webappick-theme-css' href='https://webappick.com/wp-content/themes/webappick/assets/css/owl.theme.min.css?ver=6.5.5' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='stripe_styles-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-gateway-stripe/assets/css/stripe-styles.css?ver=1731660335' type='text/css' media='all' /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/jquery-manager/assets/js/jquery-3.5.1.min.js" id="jquery-core-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/jquery-manager/assets/js/jquery-migrate-3.3.0.min.js" id="jquery-migrate-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/multiline-files-for-contact-form-7/js/zl-multine-files.js?ver=1731660326" id="mfcf7_zl_multiline_files_script-js" defer></script> <script type="text/javascript" id="tp-js-js-extra"> /* <![CDATA[ */ var trustpilot_settings = {"key":"dlUyhzRzbwVIndxu","TrustpilotScriptUrl":"https:\/\/invitejs.trustpilot.com\/tp.min.js","IntegrationAppUrl":"\/\/ecommscript-integrationapp.trustpilot.com","PreviewScriptUrl":"\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/js\/preview.min.js","PreviewCssUrl":"\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/css\/preview.min.css","PreviewWPCssUrl":"\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/css\/preview_wp.css","WidgetScriptUrl":"\/\/widget.trustpilot.com\/bootstrap\/v5\/tp.widget.bootstrap.min.js"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/trustpilot-reviews/review/assets/js/headerScript.min.js?ver=1.0' async='async" id="tp-js-js"></script> <script type="text/javascript" id="fue-account-subscriptions-js-extra"> /* <![CDATA[ */ var FUE = {"ajaxurl":"https:\/\/webappick.com\/wp-admin\/admin-ajax.php","ajax_loader":"https:\/\/webappick.com\/wp-content\/plugins\/woocommerce-follow-up-emails\/templates\/images\/ajax-loader.gif"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-follow-up-emails/templates/js/fue-account-subscriptions.js?ver=1731660326" id="fue-account-subscriptions-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.3.3" id="jquery-blockui-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="wc-add-to-cart-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/webappick.com\/checkout\/","is_cart":"","cart_redirect_after_add":"yes"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.3.3" id="wc-add-to-cart-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="wc-single-product-js-extra"> /* <![CDATA[ */ var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"","zoom_options":[],"photoswipe_enabled":"","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":""}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=9.3.3" id="wc-single-product-js" defer="defer" data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.3.3" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="woocommerce-js-extra"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.3.3" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/js/iconHelper.js?ver=1731660326" id="eae-iconHelper-js" defer></script> <script type="text/javascript" id="woocommerce-tokenization-form-js-extra"> /* <![CDATA[ */ var wc_tokenization_form_params = {"is_registration_required":"1","is_logged_in":""}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.min.js?ver=9.3.3" id="woocommerce-tokenization-form-js" defer></script> <link rel="icon" href="https://webappick.com/wp-content/uploads/2020/01/cropped-favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://webappick.com/wp-content/uploads/2020/01/cropped-favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://webappick.com/wp-content/uploads/2020/01/cropped-favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://webappick.com/wp-content/uploads/2020/01/cropped-favicon-270x270.png" /> <meta name="msapplication-TileImage" content="https://webappick.com/wp-content/uploads/2020/01/cropped-favicon-270x270.png" /> <script type="rocketlazyloadscript"> window.wc_ga_pro = {}; window.wc_ga_pro.ajax_url = 'https://webappick.com/wp-admin/admin-ajax.php'; window.wc_ga_pro.available_gateways = {"stripe":"Credit Card (Stripe)","fastspring":"Pay with FastSpring"}; // interpolate json by replacing placeholders with variables (only used by UA tracking) window.wc_ga_pro.interpolate_json = function( object, variables ) { if ( ! variables ) { return object; } let j = JSON.stringify( object ); for ( let k in variables ) { j = j.split( '{$' + k + '}' ).join( variables[ k ] ); } return JSON.parse( j ); }; // return the title for a payment gateway window.wc_ga_pro.get_payment_method_title = function( payment_method ) { return window.wc_ga_pro.available_gateways[ payment_method ] || payment_method; }; // check if an email is valid window.wc_ga_pro.is_valid_email = function( email ) { return /[^\s@]+@[^\s@]+\.[^\s@]+/.test( email ); }; </script> <!-- Google tag (gtag.js) --> <script type="rocketlazyloadscript" async data-rocket-src='https://www.googletagmanager.com/gtag/js?id=G-2JEPVGP4KZ&l=dataLayer'></script> <script type="rocketlazyloadscript" >window.addEventListener('DOMContentLoaded', function() { window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-2JEPVGP4KZ', {"cookie_domain":"auto"}); gtag('consent', 'default', {"analytics_storage":"denied","ad_storage":"denied","ad_user_data":"denied","ad_personalization":"denied","region":["AT","BE","BG","HR","CY","CZ","DK","EE","FI","FR","DE","GR","HU","IS","IE","IT","LV","LI","LT","LU","MT","NL","NO","PL","PT","RO","SK","SI","ES","SE","GB","CH"]});(function($) { $(function () { const consentMap = { statistics: [ 'analytics_storage' ], marketing: [ 'ad_storage', 'ad_user_data', 'ad_personalization' ] }; // eslint-disable-next-line camelcase -- `wp_has_consent` is defined by the WP Consent API plugin. if ( typeof window.wp_has_consent === 'function' ) { console.log('has consent'); // eslint-disable-next-line camelcase -- `wp_consent_type` is defined by the WP Consent API plugin. if ( window.wp_consent_type === undefined ) { window.wp_consent_type = 'optin'; } const consentState = {}; for ( const [ category, types ] of Object.entries( consentMap ) ) { // eslint-disable-next-line camelcase, no-undef -- `consent_api_get_cookie`, `constent_api` is defined by the WP Consent API plugin. if ( consent_api_get_cookie( window.consent_api.cookie_prefix + '_' + category ) !== '' ) { // eslint-disable-next-line camelcase, no-undef -- `wp_has_consent` is defined by the WP Consent API plugin. const hasConsent = wp_has_consent( category ) ? 'granted' : 'denied'; types.forEach( ( type ) => { consentState[ type ] = hasConsent; } ); } } if ( Object.keys( consentState ).length > 0 ) { gtag( 'consent', 'update', consentState ); } } document.addEventListener( 'wp_listen_for_consent_change', ( event ) => { const consentUpdate = {}; const types = consentMap[ Object.keys( event.detail )[ 0 ] ]; const state = Object.values( event.detail )[ 0 ] === 'allow' ? 'granted' : 'denied'; if ( types === undefined ) { return } types.forEach( ( type ) => { consentUpdate[ type ] = state; } ); if ( Object.keys( consentUpdate ).length > 0 ) { gtag( 'consent', 'update', consentUpdate ); } } ); }); })(jQuery); (function() { const event = document.createEvent('Event'); event.initEvent( 'wc_google_analytics_pro_gtag_loaded', true, true ); document.dispatchEvent( event ); })(); });</script> <link rel="https://api.w.org/" href="https://webappick.com/wp-json/" /><link rel="alternate" type="application/json" href="https://webappick.com/wp-json/wp/v2/product/51372" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://webappick.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.5.5" /> <meta name="generator" content="WooCommerce 9.3.3" /> <link rel='shortlink' href='https://webappick.com/?p=51372' /> <link rel="alternate" type="application/json+oembed" href="https://webappick.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwebappick.com%2Fplugin%2Fwoocommerce-pdf-invoice-packing-slips%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://webappick.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwebappick.com%2Fplugin%2Fwoocommerce-pdf-invoice-packing-slips%2F&format=xml" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var AFFWP = AFFWP || {}; AFFWP.referral_var = 'ref'; AFFWP.expiration = 30; AFFWP.debug = 0; AFFWP.referral_credit_last = 1; </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "c5jto0j3sq"); </script> <style>.woocommerce-product-gallery{ opacity: 1 !important; }</style> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Elementor 3.23.4; features: e_optimized_css_loading, e_font_icon_svg, additional_custom_breakpoints, e_optimized_control_loading, e_lazyload, e_element_cache; settings: css_print_method-external, google_font-enabled, font_display-swap"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <style id='wp-fonts-local' type='text/css'> @font-face{font-family:Inter;font-style:normal;font-weight:300 900;font-display:fallback;src:url('https://webappick.com/wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:Cardo;font-style:normal;font-weight:400;font-display:fallback;src:url('https://webappick.com/wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2');} </style> </head> <body class="product-template-default single single-product postid-51372 theme-webappick woocommerce woocommerce-page woocommerce-no-js elementor-default elementor-kit-134184"> <!-- GTM Container placement set to automatic --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PCCC795" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- START WEBAPPICK HEADER SECTION --> <header id="webappick-header"> <div class="webappick-header-container"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="webappick-header-top-area"> <div class="webappick-header-logo"> <a href="https://webappick.com"> <img loading="lazy" class="webappick-logo" title="" width="180" height="30" alt="WebAppick Logo" src="data:image/svg+xml,%3Csvg%20width%3D%22187%22%20height%3D%2231%22%20viewBox%3D%220%200%20187%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M30.0753%2018.9131L29.9355%2019.1487L29.7958%2019.2901C29.7026%2019.3844%2029.656%2019.5258%2029.5629%2019.6201C29.5629%2019.6201%2029.5629%2019.6201%2029.5629%2019.6672C29.3765%2019.95%2029.1902%2020.2328%2029.0038%2020.5156C28.9573%2020.5628%2028.9573%2020.6099%2028.9107%2020.657C28.8641%2020.7042%2028.8641%2020.7513%2028.8175%2020.7984C28.7709%2020.8927%2028.6777%2020.987%2028.6312%2021.0812C28.5846%2021.1755%2028.4914%2021.2698%2028.4448%2021.3641C28.3051%2021.5997%2028.1653%2021.7883%2028.0256%2022.0239C24.9976%2023.8622%2022.3422%2023.9564%2020.6186%2022.3539C20.3857%2022.1182%2020.1528%2021.8354%2019.9198%2021.5526C19.5472%2021.0341%2019.3142%2020.4685%2019.0813%2019.9029C18.9416%2019.6201%2018.8018%2019.2901%2018.7086%2019.0073C18.5689%2018.7245%2018.4757%2018.3946%2018.336%2018.1118C18.1496%2017.5933%2017.9167%2017.1219%2017.7303%2016.6035C17.6372%2016.4149%2017.5906%2016.2264%2017.4974%2015.9907C17.3577%2015.7079%2017.2645%2015.378%2017.1247%2015.0952C17.1247%2015.048%2017.0782%2015.048%2017.0782%2015.0009C17.0782%2014.9538%2017.0316%2014.9066%2017.0316%2014.8595C17.0316%2014.8124%2017.0316%2014.8124%2016.985%2014.7652C16.985%2014.7181%2016.9384%2014.7181%2016.9384%2014.671C16.8918%2014.6238%2016.8918%2014.5295%2016.8452%2014.4824C16.7987%2014.3881%2016.7521%2014.2939%2016.7055%2014.1525C16.6123%2013.9639%2016.5191%2013.7283%2016.3794%2013.4926C16.5657%2013.2098%2016.7055%2012.9741%2016.8918%2012.6913C17.0316%2012.5028%2017.1247%2012.3142%2017.2645%2012.1257C17.2645%2012.1257%2017.2645%2012.1257%2017.2645%2012.0786C17.2645%2012.0786%2017.2645%2012.0786%2017.2645%2012.0314C17.4508%2011.7486%2017.6372%2011.4187%2017.8235%2011.1359C17.8235%2011.1359%2017.8235%2011.0887%2017.8701%2011.0416C17.8701%2010.9945%2017.9167%2010.9945%2017.9167%2010.9473C17.9167%2010.9473%2017.9167%2010.9002%2017.9633%2010.9002C18.0099%2010.8059%2018.103%2010.6645%2018.1496%2010.5703C18.1962%2010.5231%2018.2428%2010.4288%2018.2428%2010.3817C18.2894%2010.3346%2018.2894%2010.3346%2018.336%2010.2874C18.9416%209.62756%2019.5006%209.10908%2020.1993%208.82627C21.5969%208.3078%2022.9944%208.54347%2024.392%209.10908C24.4851%209.15622%2024.5783%209.20335%2024.6715%209.25048C24.718%209.25048%2024.718%209.29762%2024.7646%209.29762C24.8112%209.34475%2024.8578%209.34475%2024.9044%209.39189C24.951%209.39189%2024.9976%209.43902%2024.9976%209.43902C25.0441%209.48616%2025.0907%209.48616%2025.1373%209.53329C25.1839%209.58043%2025.2305%209.58043%2025.2771%209.62756C25.3702%209.67469%2025.4168%209.72183%2025.51%209.8161C25.5566%209.86323%2025.6032%209.86323%2025.6497%209.91037C25.6963%209.9575%2025.7429%2010.0046%2025.7895%2010.0046C25.8827%2010.0518%2025.9292%2010.146%2026.0224%2010.2403C26.069%2010.2874%2026.1156%2010.3346%2026.1156%2010.3346L26.1622%2010.3817C26.2088%2010.4288%2026.2088%2010.476%2026.2553%2010.476C26.3019%2010.5231%2026.3485%2010.5703%2026.3951%2010.6174C26.4417%2010.6645%2026.4883%2010.7117%2026.4883%2010.7588C26.5348%2010.8059%2026.5814%2010.8531%2026.5814%2010.9002C26.7212%2011.0416%2026.8144%2011.2301%2026.9075%2011.4187C26.9541%2011.4658%2026.9541%2011.5129%2027.0007%2011.5601C27.2336%2012.0314%2027.42%2012.5499%2027.6529%2013.0684C27.7461%2013.2569%2027.7926%2013.4455%2027.8858%2013.634C27.8858%2013.6811%2027.8858%2013.6811%2027.9324%2013.7283C28.0721%2014.0111%2028.1653%2014.2939%2028.2585%2014.5767C28.3982%2014.9538%2028.538%2015.3308%2028.7243%2015.7079C28.9107%2016.1793%2029.097%2016.6977%2029.3299%2017.1691C29.4697%2017.5462%2029.656%2017.9232%2029.7958%2018.3474L30.0753%2018.9131C30.0753%2018.8659%2030.0753%2018.8659%2030.0753%2018.9131Z%22%20fill%3D%22url(%23paint0_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M59.8894%2016.6974C60.1689%2016.9331%2060.5416%2017.1216%2060.9142%2017.0745C61.5664%2017.0273%2061.8925%2016.6031%2061.6596%2015.7547C61.5198%2014.4349%2061.4267%2013.1623%2061.2869%2011.8425C61.1006%209.72149%2060.8211%207.55331%2060.5881%205.38512L60.1689%201.70863C60.0757%200.81307%2059.6099%200.294591%2058.7713%200.106053C58.4918%20-0.0353509%2058.2123%20-0.0353509%2057.9328%200.106053C57.7931%200.106053%2057.6999%200.106053%2057.6067%200.153187C56.5353%200.483129%2055.4172%200.81307%2054.3458%201.19015C53.5073%201.47295%2052.6222%201.75576%2051.7371%202.03857C50.2929%202.50991%2048.8488%203.02839%2047.4047%203.49974C46.4264%203.82967%2045.4016%204.1596%2044.3768%204.48952L44.3767%204.48956C43.6313%204.72523%2043.3518%205.24371%2043.6313%205.85646C43.7711%206.13927%2044.004%206.32781%2044.2369%206.46921C44.7028%206.79915%2045.2152%207.08196%2045.6811%207.4119C45.8674%207.55331%2046.0537%207.69471%2045.8208%208.02465C45.7276%208.21319%2045.5879%208.35459%2045.4481%208.54313L45.355%208.73167L44.5164%2010.0986L43.9108%2010.9941L43.3052%2011.8897L43.2121%2011.9839L42.1406%2013.5865L44.5867%2019.8706C45.5713%2022.1447%2048.6357%2026.5713%2052.552%2023.6277L53.9265%2022.2593L54.3458%2021.5523C54.3924%2021.458%2054.4856%2021.3637%2054.5321%2021.2694L54.5787%2021.2223C55.2309%2020.1854%2055.883%2019.1956%2056.5352%2018.2059L56.5353%2018.2057C57.0477%2017.4044%2057.5601%2016.6503%2058.0726%2015.849C58.2123%2015.6604%2058.3055%2015.6133%2058.4918%2015.7076C58.9577%2016.0375%2059.4235%2016.4146%2059.8894%2016.6974Z%22%20fill%3D%22%233D89D0%22%2F%3E%0A%3Cpath%20d%3D%22M28.0259%2022.0232C27.9793%2022.0703%2027.9793%2022.1175%2027.9327%2022.1646C27.9793%2022.1175%2028.0259%2022.0703%2028.0259%2022.0232Z%22%20fill%3D%22url(%23paint1_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M53.9265%2022.3064C53.7402%2022.5892%2053.5538%2022.872%2053.3675%2023.202C53.0414%2023.7204%2052.7153%2024.1918%2052.3892%2024.7103C51.3178%2026.4071%2050.1531%2027.9625%2048.4295%2029.0938C46.9388%2030.0365%2045.4015%2030.6021%2043.6779%2030.8849C42.1872%2031.1206%2040.7896%2030.9791%2039.3921%2030.5549C37.6219%2030.0365%2036.038%2029.1409%2034.687%2027.8211C33.7088%2026.8784%2032.9634%2025.7944%2032.3578%2024.616C32.0317%2023.9561%2031.7988%2023.2491%2031.4727%2022.5421C31.0534%2021.5522%2030.1683%2019.2427%2030.1218%2019.1012C30.0752%2019.0541%2030.0752%2018.9598%2030.0286%2018.9127C29.9354%2018.7242%2029.8422%2018.5828%2029.7957%2018.3942C29.6559%2018.0172%2029.4696%2017.6401%2029.3298%2017.2159C29.2366%2017.0273%2029.1901%2016.8388%2029.0969%2016.6503C28.9571%2016.3674%2028.864%2016.0846%2028.7242%2015.7547C28.5845%2015.3776%2028.4447%2015.0005%2028.2584%2014.6235C28.1652%2014.3407%2028.0254%2014.0579%2027.9323%2013.775C27.9323%2013.7279%2027.9323%2013.7279%2027.8857%2013.6808C27.7925%2013.4922%2027.7459%2013.3037%2027.6528%2013.1152C27.4664%2012.5967%2027.2335%2012.1253%2027.0006%2011.6069C27.0006%2011.5597%2026.954%2011.5126%2026.9074%2011.4655C26.8142%2011.2769%2026.7211%2011.1355%2026.5813%2010.947C26.5347%2010.8998%2026.4882%2010.8527%2026.4882%2010.8056C26.4416%2010.7584%2026.395%2010.7113%2026.395%2010.6642C26.3484%2010.617%2026.3018%2010.5699%2026.2552%2010.5228C26.2086%2010.4756%2026.2086%2010.4285%2026.1621%2010.4285L26.1155%2010.3814C26.0689%2010.3342%2026.0223%2010.2871%2026.0223%2010.2871C25.9291%2010.1928%2025.8826%2010.1457%2025.7894%2010.0514C25.7428%2010.0043%2025.6962%209.95715%2025.6496%209.95715C25.603%209.91002%2025.5565%209.91002%2025.5099%209.86288C25.4167%209.81575%2025.3701%209.76861%2025.277%209.67435C25.2304%209.62721%2025.1838%209.62721%2025.1372%209.58008C25.0906%209.53294%2025.044%209.53294%2024.9974%209.48581C24.9509%209.48581%2024.9043%209.43867%2024.9043%209.43867C24.8577%209.39154%2024.8111%209.39154%2024.7645%209.3444C24.7179%209.3444%2024.7179%209.29727%2024.6714%209.29727C24.5782%209.25014%2024.485%209.203%2024.3918%209.15587C22.9943%208.59025%2021.1775%208.77879%2020.1992%209.10873C19.2675%209.43867%2018.2893%2010.3342%2018.2427%2010.4285C18.6619%209.72148%2019.0812%208.96733%2019.547%208.26031C20.1526%207.36475%2020.7117%206.4692%2021.3638%205.62078C22.3887%204.63095%2023.4602%203.78253%2024.6714%203.07551C27.0006%201.75575%2029.4696%201.52007%2032.0317%201.89715C33.3361%202.08569%2034.5939%202.60417%2035.7585%203.35832C36.9231%204.06534%2037.9014%204.96089%2038.7399%206.04499C39.2989%206.79914%2039.8114%207.60043%2040.1374%208.49598C40.6033%209.67435%2041.1623%2010.8056%2041.5816%2011.9839C41.7679%2012.5496%2042.0008%2013.068%2042.2338%2013.6336C42.2338%2013.6336%2042.2338%2013.6336%2042.2338%2013.6808V13.7279L45.0288%2019.8554C45.4015%2020.8452%2045.9139%2021.6465%2046.7059%2022.3535C47.2183%2022.872%2047.8705%2023.1548%2048.5227%2023.3905C48.5693%2023.3905%2048.6158%2023.4376%2048.6624%2023.4376C49.7805%2023.7676%2051.2246%2023.3905%2052.3426%2023.0134C53.088%2022.6835%2053.6936%2022.4007%2053.9265%2022.3064Z%22%20fill%3D%22url(%23paint2_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M28.0255%2022.0238C27.9789%2022.0709%2027.9789%2022.118%2027.9324%2022.1652C27.9324%2022.1652%2027.9324%2022.1652%2027.9324%2022.2123C27.7926%2022.448%2027.6063%2022.6836%2027.4665%2022.9664C25.8826%2025.8416%2024.4385%2028.1512%2021.6434%2029.6595C19.3142%2030.9793%2016.8452%2031.215%2014.2831%2030.8379C14.1433%2030.8379%2014.0501%2030.7908%2013.9104%2030.7908C12.7458%2030.6022%2011.5812%2030.0838%2010.4165%2029.2825C8.78607%2028.1512%207.52829%2026.5958%206.64318%2024.8047L6.17733%2023.9091L5.01272%2021.5524L0.726927%2012.6911C0.447419%2012.0784%200.214496%2011.4656%200.121327%2010.8529C-0.437689%207.8834%200.95985%204.77252%203.80151%203.35849C5.43198%202.51007%207.24878%202.4158%208.87924%202.93428C10.6029%203.45276%2012.1402%204.67825%2013.0253%206.46937L13.1184%206.6579L14.7489%209.95732C14.7955%2010.0516%2014.7955%2010.1459%2014.8421%2010.2401C15.075%2010.8529%2015.8204%2012.4083%2016.426%2013.5867C16.4725%2013.6809%2016.5191%2013.7752%2016.5657%2013.8223C16.6123%2013.9638%2016.7055%2014.1052%2016.752%2014.1994C16.7986%2014.2937%2016.8452%2014.3408%2016.8452%2014.4351C16.8452%2014.4822%2016.8918%2014.4822%2016.8918%2014.5294C16.9384%2014.5765%2016.9384%2014.6708%2016.985%2014.7179C16.985%2014.765%2017.0316%2014.765%2017.0316%2014.8122C17.0316%2014.8593%2017.0781%2014.8593%2017.0781%2014.9064C17.0781%2014.9536%2017.1247%2015.0007%2017.1247%2015.0478C17.1247%2015.095%2017.1713%2015.095%2017.1713%2015.1421C17.3111%2015.4249%2017.4042%2015.7549%2017.544%2016.0377C17.6372%2016.2262%2017.6837%2016.4147%2017.7769%2016.6504C17.9632%2017.1689%2018.1962%2017.6402%2018.3825%2018.1587C18.5223%2018.4415%2018.6154%2018.7715%2018.7552%2019.0543C18.8018%2019.1485%2018.8484%2019.29%2018.8949%2019.3842C18.9881%2019.5728%2019.0347%2019.7613%2019.1279%2019.9498C19.3608%2020.5154%2019.5937%2021.0811%2019.9664%2021.5995C20.1993%2021.8823%2020.3857%2022.1652%2020.6652%2022.4008C22.3888%2023.9563%2024.9975%2023.862%2028.0255%2022.0238Z%22%20fill%3D%22url(%23paint3_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M68.0888%2024.8694L68%207.88696H71.9963L71.8187%2018.4448L76.8806%207.88696H80.6548L81.3209%2018.3999L85.5392%207.88696H89.713L82.4754%2024.8694H78.1683L77.5466%2013.9072L72.3959%2024.8694H68.0888Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M92.7771%2025.1385C89.2693%2025.1385%2086.7383%2022.6675%2086.7383%2019.2081C86.7383%2015.3893%2089.8021%2012.1545%2093.4431%2012.1545C96.6402%2012.1545%2098.8603%2014.4458%2098.8603%2017.7704C98.8603%2018.5342%2098.8159%2019.1182%2098.7271%2019.6124H90.4237C90.6457%2021.0501%2091.7114%2022.0385%2093.2211%2022.0385C94.1536%2022.0385%2094.9528%2021.724%2095.5301%2021.095L97.617%2023.4762C96.0185%2024.6443%2094.5976%2025.1385%2092.7771%2025.1385ZM90.6457%2017.411H95.4857C95.3081%2016.0632%2094.4644%2015.2545%2093.2211%2015.2545C92.0666%2015.2096%2091.0898%2016.0632%2090.6457%2017.411Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M105.965%2024.9589C104.411%2024.9589%20103.167%2024.24%20102.368%2022.8473L101.924%2024.869H98.1499L101.791%207.52717L105.698%206.89819L104.322%2013.5923C105.166%2012.7836%20106.32%2012.2894%20107.519%2012.2894C110.139%2012.2894%20112.181%2014.8054%20112.181%2018.0401C112.226%2021.814%20109.428%2024.9589%20105.965%2024.9589ZM103.789%2016.3778L102.945%2020.4212C103.478%2021.185%20104.366%2021.6792%20105.388%2021.6792C107.208%2021.6792%20108.54%2020.2415%20108.54%2018.3097C108.54%2016.6474%20107.43%2015.4793%20105.92%2015.4793C105.077%2015.4793%20104.411%2015.7937%20103.789%2016.3778Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M120.44%207.88696H125.058L127.899%2024.8694H123.725L123.193%2020.8259H117.154L114.978%2024.8694H110.582L120.44%207.88696ZM122.704%2017.5912L121.949%2011.9304L118.886%2017.5463H122.704V17.5912Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M131.23%2012.3347H135.004L134.782%2013.5927C135.626%2012.7391%20136.736%2012.2449%20137.935%2012.2449C140.555%2012.2449%20142.597%2014.7608%20142.597%2017.9955C142.597%2021.8143%20139.8%2024.9592%20136.336%2024.9592C134.782%2024.9592%20133.539%2024.2853%20132.828%2022.9824L131.274%2030.0809H127.456L131.23%2012.3347ZM134.205%2016.3332L133.317%2020.5114C133.85%2021.2303%20134.738%2021.6796%20135.715%2021.6796C137.535%2021.6796%20138.867%2020.2419%20138.867%2018.31C138.867%2016.6477%20137.757%2015.4796%20136.247%2015.4796C135.493%2015.4796%20134.827%2015.7492%20134.205%2016.3332Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M144.595%2012.3347H148.369L148.147%2013.5927C148.99%2012.7391%20150.101%2012.2449%20151.299%2012.2449C153.919%2012.2449%20155.962%2014.7608%20155.962%2017.9955C155.962%2021.8143%20153.164%2024.9592%20149.701%2024.9592C148.147%2024.9592%20146.904%2024.2853%20146.193%2022.9824L144.683%2030.0809H140.865L144.595%2012.3347ZM147.57%2016.3332L146.682%2020.5114C147.214%2021.2303%20148.102%2021.6796%20149.079%2021.6796C150.9%2021.6796%20152.232%2020.2419%20152.232%2018.31C152.232%2016.6477%20151.122%2015.4796%20149.612%2015.4796C148.857%2015.4796%20148.191%2015.7492%20147.57%2016.3332Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M159.115%2024.8694H155.296L158.005%2012.3347H161.824L159.115%2024.8694ZM158.449%208.47099C158.449%207.1681%20159.559%206%20160.847%206C161.912%206%20162.8%206.85361%20162.8%207.93186C162.8%209.27967%20161.69%2010.4029%20160.358%2010.4029C159.248%2010.4029%20158.449%209.54924%20158.449%208.47099Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M169.727%2020.6909L171.592%2023.1619C170.304%2024.4648%20168.572%2025.1387%20166.752%2025.1387C163.466%2025.1387%20161.068%2022.7126%20161.068%2019.388C161.068%2015.3446%20164.088%2012.1099%20167.862%2012.1099C170.082%2012.1099%20171.947%2013.0983%20173.013%2014.7606L170.304%2017.0069C169.727%2015.9736%20168.927%2015.4794%20167.773%2015.4794C166.13%2015.4794%20164.842%2017.0518%20164.842%2019.0286C164.842%2020.6909%20165.819%2021.6793%20167.329%2021.6793C168.261%2021.7243%20169.016%2021.4098%20169.727%2020.6909Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M175.722%207.52717L179.629%206.89819L177.365%2017.6807L182.426%2012.3344H187L180.517%2018.6691L184.691%2024.869H180.162L177.009%2019.5676L175.899%2024.869H172.081L175.722%207.52717Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear%22%20x1%3D%2223.1831%22%20y1%3D%2224.7007%22%20x2%3D%2223.3049%22%20y2%3D%228.44851%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23327ACD%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234696D2%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint1_linear%22%20x1%3D%2227.9436%22%20y1%3D%2222.0876%22%20x2%3D%2228.0428%22%20y2%3D%2222.0876%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.2029%22%20stop-color%3D%22%234C51BF%22%20stop-opacity%3D%220.9%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235A67D8%22%20stop-opacity%3D%220.9%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint2_linear%22%20x1%3D%2232.4583%22%20y1%3D%222.22148%22%20x2%3D%2239.8371%22%20y2%3D%2230.0298%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.3367%22%20stop-color%3D%22%2342B9FF%22%2F%3E%0A%3Cstop%20offset%3D%220.7818%22%20stop-color%3D%22%233B97E1%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233784D1%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint3_linear%22%20x1%3D%2211.252%22%20y1%3D%220.972585%22%20x2%3D%2215.8771%22%20y2%3D%2225.7529%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.3367%22%20stop-color%3D%22%2342B9FF%22%2F%3E%0A%3Cstop%20offset%3D%220.7818%22%20stop-color%3D%22%233B97E1%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233784D1%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A"></img> </a> </div><!-- end .webappick-header-logo --> <div class="webappick-header-top-right"> <div class="webappick-header-menu order-last order-lg-first"> <!-- Mobile menu toggle button (hamburger/x icon) --> <input id="main-menu-state" type="checkbox" /> <label class="main-menu-btn" for="main-menu-state"> <span class="main-menu-btn-icon"></span> </label> <ul id="webappick-main-menu menu-webappick" class="menu"><li id="menu-item-44889" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-44889"><a href="https://webappick.com">Home</a></li> <li id="menu-item-61858" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-61858"><a href="https://webappick.com/plugin/">Plugins</a> <ul class="sub-menu"> <li id="menu-item-61860" class="menu-item menu-item-type-post_type menu-item-object-product menu-item-61860"><a href="https://webappick.com/plugin/woocommerce-product-feed-pro/">CTX Feed Pro</a></li> <li id="menu-item-61859" class="menu-item menu-item-type-post_type menu-item-object-product current-menu-item menu-item-61859"><a href="https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips/" aria-current="page">Challan Pro</a></li> </ul> </li> <li id="menu-item-61861" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-61861"><a href="#">Help & Docs</a> <ul class="sub-menu"> <li id="menu-item-64850" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64850"><a href="https://webappick.com/docs/">Documentation</a></li> <li id="menu-item-61863" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-61863"><a target="_blank" rel="noopener" href="https://www.youtube.com/c/WebAppick/videos/?sub_confirmation=1">Video Tutorials</a></li> </ul> </li> <li id="menu-item-46145" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-46145"><a href="https://webappick.com/blog/">Blog</a></li> <li id="menu-item-66812" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66812"><a href="//webappick.com/my-account/contact-support/">Support</a></li> </ul> </div><!-- end .webappick-header-menu --> <div class="webappick-header-cart"> <a class="cart-contents" href="https://webappick.com/cart/" title="View your shopping cart"> <img loading="lazy" class="cart-icon" title="" width="24" height="28" alt="WebAppick Cart" src="data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2224%22%20viewBox%3D%220%200%2028%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.30151%200C7.30821%200%206.40172%200.605254%206.00998%201.52961L2.91726%208.8421H1.24914C0.858886%208.8421%200.492474%209.02593%200.255577%209.34046C0.0211735%209.65372%20-0.058526%2010.0606%200.0437138%2010.4408L3.23627%2022.1447C3.53427%2023.2361%204.52267%2024%205.63983%2024H21.7901C22.9073%2024%2023.8945%2023.2373%2024.1913%2022.1472L27.3838%2010.4433C27.4873%2010.063%2027.4088%209.65372%2027.1744%209.34046C26.9375%209.02593%2026.5698%208.8421%2026.1808%208.8421H24.5127L21.4176%201.53207H21.42C21.0289%200.603432%2020.1193%200%2019.126%200H8.30151ZM8.30151%202.52632H19.126L21.7974%208.8421H5.63252L8.30151%202.52632ZM8.72767%2012.6316C9.41592%2012.6316%209.9745%2013.1975%209.9745%2013.8947V18.9474C9.9745%2019.6446%209.41592%2020.2105%208.72767%2020.2105C8.03942%2020.2105%207.48085%2019.6446%207.48085%2018.9474V13.8947C7.48085%2013.1975%208.03942%2012.6316%208.72767%2012.6316ZM13.715%2012.6316C14.4032%2012.6316%2014.9618%2013.1975%2014.9618%2013.8947V18.9474C14.9618%2019.6446%2014.4032%2020.2105%2013.715%2020.2105C13.0267%2020.2105%2012.4682%2019.6446%2012.4682%2018.9474V13.8947C12.4682%2013.1975%2013.0267%2012.6316%2013.715%2012.6316ZM18.7023%2012.6316C19.3905%2012.6316%2019.9491%2013.1975%2019.9491%2013.8947V18.9474C19.9491%2019.6446%2019.3905%2020.2105%2018.7023%2020.2105C18.014%2020.2105%2017.4555%2019.6446%2017.4555%2018.9474V13.8947C17.4555%2013.1975%2018.014%2012.6316%2018.7023%2012.6316Z%22%20fill%3D%22%231F2045%22%2F%3E%0A%3C%2Fsvg%3E%0A"></img> <span class="webappick-cart-number"> 0 </span> </a> </div><!-- end .webappick-header-cart --> <div class="webappick-header-account-link"> <a href="https://webappick.com/my-account/" class="webappick-btn webappick-btn-secondary" title="Login">Login</a> </div><!-- end .webappick-header-account-link --> </div><!-- end .webappick-header-top-right --> </div><!-- end .webappick-header-top-area --> </div><!-- end .col-xl-12 --> </div><!-- end .row --> </div><!-- end .container --> </div><!-- end .webappick-header-container --> </header><!-- end #webappick-header --> <!-- END WEBAPPICK HEADER SECTION --> <div class="webappick-single-product"> <div id="primary" class="content-area"><main id="main" class="site-main" role="main"> <div class="woocommerce-notices-wrapper"></div> <div id="product-51372" class="webappick-product-single-wrap product type-product post-51372 status-publish first instock product_cat-invoice product_cat-packing-slip product_cat-shipping-label product_cat-woocommerce product_cat-woocommerce-packing-slip product_cat-woocommerce-pdf-invoice product_tag-woocommerce-invoice product_tag-woocommerce-invoice-plugin product_tag-woocommerce-packing-slips product_tag-woocommerce-pdf-invoice-plugin product_tag-woocommerce-pdf-invoices product_tag-woocommerce-pdf-invoices-packing-slips has-post-thumbnail sold-individually shipping-taxable purchasable product-type-variable-subscription has-default-attributes"> <div id="webappick-sticky-cart"> <div class="webappick-sticky-cart-container"> <div class="webappick-sticky-cart-wrapper"> <div class="webappick-sticky-cart-product-container"> <div class="webappick-sticky-cart-thumbnail"> <img src="https://webappick.com/wp-content/uploads/2019/03/wooinvoice-icon.svg" alt="Challan Pro" width="40px" height="48px"/> </div><!-- end .webappick-sticky-cart-thumbnail --> <div class="webappick-sticky-cart-title"> <div class="webappick-sticky-cart-product-name"> Challan Pro </div> <div class="webappick-sticky-cart-product-description"> WooCommerce PDF Invoices and Packing ... </div> </div><!-- end .webappick-sticky-cart-title --> </div><!-- end webappick-sticky-cart-product-container --> <div class="webappick-sticky-cart-product-meta"> <div class="webappick-sticky-cart-price"> <span><bdi><span>$</span>69</bdi></span> </div><!-- end .webappick-sticky-cart-price --> <div class="webappick-sticky-cart-btn"> <a href="#"> Add to Cart </a> </div><!-- end .webappick-sticky-cart-btn --> </div><!-- end .webappick-sticky-cart-product-meta --> </div><!-- end .webappick-sticky-cart-wrapper --> </div><!-- end .webappick-sticky-cart-container --> </div><!-- end .webappick-wrapper --> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-5"> <div class="webappick-product-details"> <h1 class=""> <span class="webappick-product-title"> Challan Pro</span> </br> <span class="webappick-product-sub-title"> PDF invoice and Packing Slip for Woocommerce </span> </h1> <div class="webappick-product-sd"> <p> WooCommerce PDF Invoices and Packing Slips Pro (Challan Pro) help you to attach a PDF invoice to the order confirmation email. Unlike a normal WooCommerce invoice, WooCommerce PDF Invoices and Packing Slips Pro can be easily downloaded and is fully customizable </p> </div><!-- end .webappick-product-sd --> <div class="webappick-pro-banner-btn"> <script type="rocketlazyloadscript"> document.addEventListener('DOMContentLoaded', function () { // Declare activeNav variable outside the event listener let activeNav; // Get all tabs const tabs = document.querySelectorAll('.nav-link.nav-slip'); // Add click event listener to each tab tabs.forEach(function (tab) { tab.addEventListener('click', function () { // Get the value from the id attribute activeNav = tab.getAttribute('id'); console.log('Active Tab Value:', activeNav); // Select the form based on the active tab value const formYear = document.getElementById('form-year'); const formLifetime = document.getElementById('form-lifetime'); // Set the value of the hidden input field in the form formYear.querySelector('[name=activeTab]').value = activeNav; formLifetime.querySelector('[name=activeTab]').value = activeNav; // Show/hide forms based on the active tab value if (activeNav === 'nav-lifetime-license-tab') { formYear.style.display = 'none'; formLifetime.style.display = 'block'; } else { formYear.style.display = 'block'; formLifetime.style.display = 'none'; } }); }); }); </script> <form id="form-year" class="cart" method="post" enctype="multipart/form-data"> <input type="hidden" name="activeTab" value=""> <input type="hidden" name="add-to-cart" value="51373"> <!-- <button type="submit" class="webappick-btn webappick-btn-primary me-3 webappick-bnb"></button> --> <button type="submit" class="webappick-btn webappick-btn-primary me-3 webappick-bnb"> Buy now </button> </form> <form id="form-lifetime" class="cart" method="post" enctype="multipart/form-data" style="display: none;"> <input type="hidden" name="activeTab" value=""> <input type="hidden" name="add-to-cart" value="63683"> <!-- <button type="submit" class="webappick-btn webappick-btn-primary me-3 webappick-bnb"></button> --> <button type="submit" class="webappick-btn webappick-btn-primary me-3 webappick-bnb"> Buy now </button> </form> <div class=""> <a href="https://wordpress.org/plugins/webappick-pdf-invoice-for-woocommerce/" class="webappick-btn webappick-btn-outline">Try Free Version</a> <div class=" webappick-review"><!--wordpress.org rattings--> <span class="webappick-review-count"> 33+ </span> <div class="webappick-review-star"> <span> <img width="26" height="25" src="https://webappick.com/wp-content/themes/webappick/assets/img/landing-pages/star-icon.svg" alt="star-icon" /> </span> <span> <img width="26" height="25" src="https://webappick.com/wp-content/themes/webappick/assets/img/landing-pages/star-icon.svg" alt="star-icon" /> </span> <span> <img width="26" height="25" src="https://webappick.com/wp-content/themes/webappick/assets/img/landing-pages/star-icon.svg" alt="star-icon" /> </span> <span> <img width="26" height="25" src="https://webappick.com/wp-content/themes/webappick/assets/img/landing-pages/star-icon.svg" alt="star-icon" /> </span> <span> <img width="26" height="25" src="https://webappick.com/wp-content/themes/webappick/assets/img/landing-pages/star-icon.svg" alt="star-icon" /> </span> </div> <span class="webappick-review-total"> Ratings</span> </div> </div><!-- end .webappick-review--> </div><!-- end .walp-btn-group--> </div> </div><!-- end .col-xl-6 --> <div class="col-xl-6 col-lg-7" id="ctx-pricing"> <div class="summary entry-summary"> <div class="webappick-product-top-details"><div class="webappick-product-icon"><img loading="lazy" src="https://webappick.com/wp-content/uploads/2019/03/wooinvoice-icon.svg" alt="Challan Pro" width="22" height="24"></div><div class="webappick-product-changelog"><p>Version: 4.4.15<a target="_blank" rel="noreferrer" class="webappick-changelog-tab-link" href="https://webappick.com/woo-invoice-pro-changelog/"> Changelog</a></p></div></div> <div class="woocommerce-product-rating"> <div class="star-rating" role="img" aria-label="Rated 4.67 out of 5"><span style="width:93.4%">Rated <strong class="rating">4.67</strong> out of 5 based on <span class="rating">51</span> customer ratings</span></div> <a href="#reviews" class="woocommerce-review-link">(<span class="count">52</span> reviews)</a> </div> <form class="variations_form cart" action="https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips/" method="post" enctype='multipart/form-data' data-product_id="51372" data-product_variations="[{"attributes":{"attribute_pa_subscription-type":"single-site"},"availability_html":"","backorders_allowed":false,"dimensions":{"length":"","width":"","height":""},"dimensions_html":"N\/A","display_price":69,"display_regular_price":69,"image":{"title":"woo-invoice","caption":"Woo Invoice","url":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","alt":"Woo Invoice","src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","srcset":false,"sizes":"(max-width: 520px) 100vw, 520px","full_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","full_src_w":520,"full_src_h":475,"gallery_thumbnail_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","gallery_thumbnail_src_w":520,"gallery_thumbnail_src_h":475,"thumb_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","thumb_src_w":350,"thumb_src_h":435,"src_w":520,"src_h":475},"image_id":65047,"is_downloadable":true,"is_in_stock":true,"is_purchasable":true,"is_sold_individually":"yes","is_virtual":true,"max_qty":1,"min_qty":1,"price_html":"<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>69<\/bdi><\/span> <span class=\"subscription-details\"> \/ year<\/span><\/span>","sku":"WOINPRO1","variation_description":"","variation_id":51374,"variation_is_active":true,"variation_is_visible":true,"weight":"","weight_html":"N\/A","first_payment_html":""},{"attributes":{"attribute_pa_subscription-type":"five-sites"},"availability_html":"","backorders_allowed":false,"dimensions":{"length":"","width":"","height":""},"dimensions_html":"N\/A","display_price":129,"display_regular_price":129,"image":{"title":"woo-invoice","caption":"Woo Invoice","url":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","alt":"Woo Invoice","src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","srcset":false,"sizes":"(max-width: 520px) 100vw, 520px","full_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","full_src_w":520,"full_src_h":475,"gallery_thumbnail_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","gallery_thumbnail_src_w":520,"gallery_thumbnail_src_h":475,"thumb_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","thumb_src_w":350,"thumb_src_h":435,"src_w":520,"src_h":475},"image_id":65047,"is_downloadable":true,"is_in_stock":true,"is_purchasable":true,"is_sold_individually":"yes","is_virtual":true,"max_qty":1,"min_qty":1,"price_html":"<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>129<\/bdi><\/span> <span class=\"subscription-details\"> \/ year<\/span><\/span>","sku":"WOINPRO5","variation_description":"","variation_id":51373,"variation_is_active":true,"variation_is_visible":true,"weight":"","weight_html":"N\/A","first_payment_html":""},{"attributes":{"attribute_pa_subscription-type":"ten-sites"},"availability_html":"","backorders_allowed":false,"dimensions":{"length":"","width":"","height":""},"dimensions_html":"N\/A","display_price":179,"display_regular_price":179,"image":{"title":"woo-invoice","caption":"Woo Invoice","url":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","alt":"Woo Invoice","src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","srcset":false,"sizes":"(max-width: 520px) 100vw, 520px","full_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","full_src_w":520,"full_src_h":475,"gallery_thumbnail_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","gallery_thumbnail_src_w":520,"gallery_thumbnail_src_h":475,"thumb_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","thumb_src_w":350,"thumb_src_h":435,"src_w":520,"src_h":475},"image_id":65047,"is_downloadable":true,"is_in_stock":true,"is_purchasable":true,"is_sold_individually":"yes","is_virtual":true,"max_qty":1,"min_qty":1,"price_html":"<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>179<\/bdi><\/span> <span class=\"subscription-details\"> \/ year<\/span><\/span>","sku":"WOINPRO10","variation_description":"","variation_id":51375,"variation_is_active":true,"variation_is_visible":true,"weight":"","weight_html":"N\/A","first_payment_html":""},{"attributes":{"attribute_pa_subscription-type":"single-site-lifetime"},"availability_html":"","backorders_allowed":false,"dimensions":{"length":"","width":"","height":""},"dimensions_html":"N\/A","display_price":276,"display_regular_price":276,"image":{"title":"woo-invoice","caption":"Woo Invoice","url":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","alt":"Woo Invoice","src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","srcset":false,"sizes":"(max-width: 520px) 100vw, 520px","full_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","full_src_w":520,"full_src_h":475,"gallery_thumbnail_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","gallery_thumbnail_src_w":520,"gallery_thumbnail_src_h":475,"thumb_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","thumb_src_w":350,"thumb_src_h":435,"src_w":520,"src_h":475},"image_id":65047,"is_downloadable":true,"is_in_stock":true,"is_purchasable":true,"is_sold_individually":"yes","is_virtual":true,"max_qty":1,"min_qty":1,"price_html":"<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>276<\/bdi><\/span> <span class=\"subscription-details\"> \/ Lifetime<\/span><\/span>","sku":"WOINPRO","variation_description":"","variation_id":63682,"variation_is_active":true,"variation_is_visible":true,"weight":"","weight_html":"N\/A","first_payment_html":""},{"attributes":{"attribute_pa_subscription-type":"five-site-lifetime"},"availability_html":"","backorders_allowed":false,"dimensions":{"length":"","width":"","height":""},"dimensions_html":"N\/A","display_price":516,"display_regular_price":516,"image":{"title":"woo-invoice","caption":"Woo Invoice","url":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","alt":"Woo Invoice","src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","srcset":false,"sizes":"(max-width: 520px) 100vw, 520px","full_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","full_src_w":520,"full_src_h":475,"gallery_thumbnail_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","gallery_thumbnail_src_w":520,"gallery_thumbnail_src_h":475,"thumb_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","thumb_src_w":350,"thumb_src_h":435,"src_w":520,"src_h":475},"image_id":65047,"is_downloadable":true,"is_in_stock":true,"is_purchasable":true,"is_sold_individually":"yes","is_virtual":true,"max_qty":1,"min_qty":1,"price_html":"<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>516<\/bdi><\/span> <span class=\"subscription-details\"> \/ Lifetime<\/span><\/span>","sku":"WOINPRO","variation_description":"","variation_id":63683,"variation_is_active":true,"variation_is_visible":true,"weight":"","weight_html":"N\/A","first_payment_html":""},{"attributes":{"attribute_pa_subscription-type":"ten-site-lifetime"},"availability_html":"","backorders_allowed":false,"dimensions":{"length":"","width":"","height":""},"dimensions_html":"N\/A","display_price":716,"display_regular_price":716,"image":{"title":"woo-invoice","caption":"Woo Invoice","url":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","alt":"Woo Invoice","src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","srcset":false,"sizes":"(max-width: 520px) 100vw, 520px","full_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","full_src_w":520,"full_src_h":475,"gallery_thumbnail_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","gallery_thumbnail_src_w":520,"gallery_thumbnail_src_h":475,"thumb_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","thumb_src_w":350,"thumb_src_h":435,"src_w":520,"src_h":475},"image_id":65047,"is_downloadable":true,"is_in_stock":true,"is_purchasable":true,"is_sold_individually":"yes","is_virtual":true,"max_qty":1,"min_qty":1,"price_html":"<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>716<\/bdi><\/span> <span class=\"subscription-details\"> \/ Lifetime<\/span><\/span>","sku":"WOINPRO","variation_description":"","variation_id":63684,"variation_is_active":true,"variation_is_visible":true,"weight":"","weight_html":"N\/A","first_payment_html":""}]"> <div class="variations" cellspacing="0"> <div id="webappick-product-variations"> <ul class="nav nav-tabs nav-fill" id="nav-tab" role="tablist"> <li class="nav-item" role="tab" aria-controls="nav-yearly-license-tab" aria-selected="true"> <a class="nav-link nav-slip yearly-nav active" id="nav-yearly-license-tab" data-bs-toggle="tab" href="#yearly-license"> Yearly </a> </li> <li class="nav-item" role="tab" aria-controls="nav-lifetime-license-tab" aria-selected="false"> <a class="nav-link nav-slip lifetime-nav" id="nav-lifetime-license-tab" data-bs-toggle="tab" href="#lifetime-license"> Lifetime </a> </li> <div class="slip-panel"></div> </ul> </div> <div class="tab-content" id="nav-tabContent"> <div class="tab-pane fade show active " id="yearly-license" role="tabpanel" aria-labelledby="nav-yearly-license-tab"> <div class="webappick-custom-radio-wrapper"> <div class="webappick-custom-radio"> <label class="most-popular">Most Popular</label> <div class="webappick-custom-radio-header"></div> <p class="product-price"> <span class="woocommerce Price amount amount"><bdi><span class="woocommerce Price currencySymbol">$</span>69</bdi></span> <span class="subscription details"> </p> <label class='variation-label'> Single Site </label> <div> <form class="cart" method="post" enctype='multipart/form-data'> <input type="hidden" name="add-to-cart" value="51374" /> <button type="submit" class="button add-to-cart single_add_to_cart_button"> Add to Cart </button> </form> </div> </div> <div class="webappick-custom-radio"> <label class="most-popular">Most Popular</label> <div class="webappick-custom-radio-header"></div> <p class="product-price"> <span class="woocommerce Price amount amount"><bdi><span class="woocommerce Price currencySymbol">$</span>129</bdi></span> <span class="subscription details"> </p> <label class='variation-label'> Five Sites </label> <div> <form class="cart" method="post" enctype='multipart/form-data'> <input type="hidden" name="add-to-cart" value="51373" /> <button type="submit" class="button add-to-cart single_add_to_cart_button"> Add to Cart </button> </form> </div> </div> <div class="webappick-custom-radio"> <label class="most-popular">Most Popular</label> <div class="webappick-custom-radio-header"></div> <p class="product-price"> <span class="woocommerce Price amount amount"><bdi><span class="woocommerce Price currencySymbol">$</span>179</bdi></span> <span class="subscription details"> </p> <label class='variation-label'> Ten Sites </label> <div> <form class="cart" method="post" enctype='multipart/form-data'> <input type="hidden" name="add-to-cart" value="51375" /> <button type="submit" class="button add-to-cart single_add_to_cart_button"> Add to Cart </button> </form> </div> </div> </div> </div> <div class="tab-pane fade show" id="lifetime-license" role="tabpanel" aria-labelledby="nav-lifetime-license-tab"> <div class="webappick-custom-radio-wrapper"> <div class="lifetime webappick-custom-radio"> <label class="most-popular">Most Popular</label> <div class="webappick-custom-radio-header"></div> <div> <del><span>$</span>276</del> </div> <div class='sale-price'> <p class="product-price"> <span>$</span>165 </p> </div> <label class='variation-label' style="margin: 10px auto 25px auto;"> Single Site Lifetime </label> <div> <form class="cart" method="post" enctype='multipart/form-data'> <input type="hidden" name="add-to-cart" value="130405" /> <button type="submit" class="button add-to-cart single_add_to_cart_button"> Add to Cart </button> </form> </div> <div class=""> <div class="badge-product-sale"> <div class="new"> <div>Save</div> <div><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>111</bdi></span></div> </div> </div> </div> </div> <!-- <div class="webappick-custom-radio">--> <!-- <label class="most-popular">Most Popular</label>--> <!-- <div class="webappick-custom-radio-header"></div>--> <!-- <p class="product-price">--> <!-- --><!-- </p>--> <!-- <label class='variation-label'>--> <!-- --><!-- </label>--> <!-- <div>--> <!-- <form class="cart" method="post" enctype='multipart/form-data'>--> <!-- <input type="hidden" name="add-to-cart" value="--><!--" />--> <!-- <button type="submit" class="button add-to-cart single_add_to_cart_button">--> <!-- --><!-- </button>--> <!-- </form>--> <!-- </div>--> <!-- </div>--> <div class="lifetime webappick-custom-radio"> <label class="most-popular">Most Popular</label> <div class="webappick-custom-radio-header"></div> <div> <del><span>$</span>516</del> </div> <div class='sale-price'> <p class="product-price"> <span>$</span>309 </p> </div> <label class='variation-label' style="margin: 10px auto 25px auto;"> Five Site Lifetime </label> <div> <form class="cart" method="post" enctype='multipart/form-data'> <input type="hidden" name="add-to-cart" value="130408" /> <button type="submit" class="button add-to-cart single_add_to_cart_button"> Add to Cart </button> </form> </div> <div class=""> <div class="badge-product-sale"> <div class="new"> <div>Save</div> <div><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>207</bdi></span></div> </div> </div> </div> </div> <!-- <div class="webappick-custom-radio">--> <!-- <label class="most-popular">Most Popular</label>--> <!-- <div class="webappick-custom-radio-header"></div>--> <!-- <p class="product-price">--> <!-- --><!-- </p>--> <!-- <label class='variation-label'>--> <!-- --><!-- </label>--> <!-- <div>--> <!-- <form class="cart" method="post" enctype='multipart/form-data'>--> <!-- <input type="hidden" name="add-to-cart" value="--><!--" />--> <!-- <button type="submit" class="button add-to-cart single_add_to_cart_button">--> <!-- --><!-- </button>--> <!-- </form>--> <!-- </div>--> <!-- </div>--> <div class="lifetime webappick-custom-radio"> <label class="most-popular">Most Popular</label> <div class="webappick-custom-radio-header"></div> <div> <del><span>$</span>716</del> </div> <div class='sale-price'> <p class="product-price"> <span>$</span>429 </p> </div> <label class='variation-label' style="margin: 10px auto 25px auto;"> Ten Site Lifetime </label> <div> <form class="cart" method="post" enctype='multipart/form-data'> <input type="hidden" name="add-to-cart" value="130410" /> <button type="submit" class="button add-to-cart single_add_to_cart_button"> Add to Cart </button> </form> </div> <div class=""> <div class="badge-product-sale"> <div class="new"> <div>Save</div> <div><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>287</bdi></span></div> </div> </div> </div> </div> <!-- <div class="webappick-custom-radio">--> <!-- <label class="most-popular">Most Popular</label>--> <!-- <div class="webappick-custom-radio-header"></div>--> <!-- <p class="product-price">--> <!-- --><!-- </p>--> <!-- <label class='variation-label'>--> <!-- --><!-- </label>--> <!-- <div>--> <!-- <form class="cart" method="post" enctype='multipart/form-data'>--> <!-- <input type="hidden" name="add-to-cart" value="--><!--" />--> <!-- <button type="submit" class="button add-to-cart single_add_to_cart_button">--> <!-- --><!-- </button>--> <!-- </form>--> <!-- </div>--> <!-- </div>--> </div> </div> </div> <form class="variations_form cart" action="https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips/" method="post" enctype='multipart/form-data' data-product_id="51372" data-product_variations="[{"attributes":{"attribute_pa_subscription-type":"single-site"},"availability_html":"","backorders_allowed":false,"dimensions":{"length":"","width":"","height":""},"dimensions_html":"N\/A","display_price":69,"display_regular_price":69,"image":{"title":"woo-invoice","caption":"Woo Invoice","url":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","alt":"Woo Invoice","src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","srcset":false,"sizes":"(max-width: 520px) 100vw, 520px","full_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","full_src_w":520,"full_src_h":475,"gallery_thumbnail_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","gallery_thumbnail_src_w":520,"gallery_thumbnail_src_h":475,"thumb_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","thumb_src_w":350,"thumb_src_h":435,"src_w":520,"src_h":475},"image_id":65047,"is_downloadable":true,"is_in_stock":true,"is_purchasable":true,"is_sold_individually":"yes","is_virtual":true,"max_qty":1,"min_qty":1,"price_html":"<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>69<\/bdi><\/span> <span class=\"subscription-details\"> \/ year<\/span><\/span>","sku":"WOINPRO1","variation_description":"","variation_id":51374,"variation_is_active":true,"variation_is_visible":true,"weight":"","weight_html":"N\/A","first_payment_html":""},{"attributes":{"attribute_pa_subscription-type":"five-sites"},"availability_html":"","backorders_allowed":false,"dimensions":{"length":"","width":"","height":""},"dimensions_html":"N\/A","display_price":129,"display_regular_price":129,"image":{"title":"woo-invoice","caption":"Woo Invoice","url":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","alt":"Woo Invoice","src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","srcset":false,"sizes":"(max-width: 520px) 100vw, 520px","full_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","full_src_w":520,"full_src_h":475,"gallery_thumbnail_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","gallery_thumbnail_src_w":520,"gallery_thumbnail_src_h":475,"thumb_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","thumb_src_w":350,"thumb_src_h":435,"src_w":520,"src_h":475},"image_id":65047,"is_downloadable":true,"is_in_stock":true,"is_purchasable":true,"is_sold_individually":"yes","is_virtual":true,"max_qty":1,"min_qty":1,"price_html":"<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>129<\/bdi><\/span> <span class=\"subscription-details\"> \/ year<\/span><\/span>","sku":"WOINPRO5","variation_description":"","variation_id":51373,"variation_is_active":true,"variation_is_visible":true,"weight":"","weight_html":"N\/A","first_payment_html":""},{"attributes":{"attribute_pa_subscription-type":"ten-sites"},"availability_html":"","backorders_allowed":false,"dimensions":{"length":"","width":"","height":""},"dimensions_html":"N\/A","display_price":179,"display_regular_price":179,"image":{"title":"woo-invoice","caption":"Woo Invoice","url":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","alt":"Woo Invoice","src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","srcset":false,"sizes":"(max-width: 520px) 100vw, 520px","full_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","full_src_w":520,"full_src_h":475,"gallery_thumbnail_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","gallery_thumbnail_src_w":520,"gallery_thumbnail_src_h":475,"thumb_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","thumb_src_w":350,"thumb_src_h":435,"src_w":520,"src_h":475},"image_id":65047,"is_downloadable":true,"is_in_stock":true,"is_purchasable":true,"is_sold_individually":"yes","is_virtual":true,"max_qty":1,"min_qty":1,"price_html":"<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>179<\/bdi><\/span> <span class=\"subscription-details\"> \/ year<\/span><\/span>","sku":"WOINPRO10","variation_description":"","variation_id":51375,"variation_is_active":true,"variation_is_visible":true,"weight":"","weight_html":"N\/A","first_payment_html":""},{"attributes":{"attribute_pa_subscription-type":"single-site-lifetime"},"availability_html":"","backorders_allowed":false,"dimensions":{"length":"","width":"","height":""},"dimensions_html":"N\/A","display_price":276,"display_regular_price":276,"image":{"title":"woo-invoice","caption":"Woo Invoice","url":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","alt":"Woo Invoice","src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","srcset":false,"sizes":"(max-width: 520px) 100vw, 520px","full_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","full_src_w":520,"full_src_h":475,"gallery_thumbnail_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","gallery_thumbnail_src_w":520,"gallery_thumbnail_src_h":475,"thumb_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","thumb_src_w":350,"thumb_src_h":435,"src_w":520,"src_h":475},"image_id":65047,"is_downloadable":true,"is_in_stock":true,"is_purchasable":true,"is_sold_individually":"yes","is_virtual":true,"max_qty":1,"min_qty":1,"price_html":"<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>276<\/bdi><\/span> <span class=\"subscription-details\"> \/ Lifetime<\/span><\/span>","sku":"WOINPRO","variation_description":"","variation_id":63682,"variation_is_active":true,"variation_is_visible":true,"weight":"","weight_html":"N\/A","first_payment_html":""},{"attributes":{"attribute_pa_subscription-type":"five-site-lifetime"},"availability_html":"","backorders_allowed":false,"dimensions":{"length":"","width":"","height":""},"dimensions_html":"N\/A","display_price":516,"display_regular_price":516,"image":{"title":"woo-invoice","caption":"Woo Invoice","url":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","alt":"Woo Invoice","src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","srcset":false,"sizes":"(max-width: 520px) 100vw, 520px","full_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","full_src_w":520,"full_src_h":475,"gallery_thumbnail_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","gallery_thumbnail_src_w":520,"gallery_thumbnail_src_h":475,"thumb_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","thumb_src_w":350,"thumb_src_h":435,"src_w":520,"src_h":475},"image_id":65047,"is_downloadable":true,"is_in_stock":true,"is_purchasable":true,"is_sold_individually":"yes","is_virtual":true,"max_qty":1,"min_qty":1,"price_html":"<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>516<\/bdi><\/span> <span class=\"subscription-details\"> \/ Lifetime<\/span><\/span>","sku":"WOINPRO","variation_description":"","variation_id":63683,"variation_is_active":true,"variation_is_visible":true,"weight":"","weight_html":"N\/A","first_payment_html":""},{"attributes":{"attribute_pa_subscription-type":"ten-site-lifetime"},"availability_html":"","backorders_allowed":false,"dimensions":{"length":"","width":"","height":""},"dimensions_html":"N\/A","display_price":716,"display_regular_price":716,"image":{"title":"woo-invoice","caption":"Woo Invoice","url":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","alt":"Woo Invoice","src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","srcset":false,"sizes":"(max-width: 520px) 100vw, 520px","full_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","full_src_w":520,"full_src_h":475,"gallery_thumbnail_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","gallery_thumbnail_src_w":520,"gallery_thumbnail_src_h":475,"thumb_src":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","thumb_src_w":350,"thumb_src_h":435,"src_w":520,"src_h":475},"image_id":65047,"is_downloadable":true,"is_in_stock":true,"is_purchasable":true,"is_sold_individually":"yes","is_virtual":true,"max_qty":1,"min_qty":1,"price_html":"<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>716<\/bdi><\/span> <span class=\"subscription-details\"> \/ Lifetime<\/span><\/span>","sku":"WOINPRO","variation_description":"","variation_id":63684,"variation_is_active":true,"variation_is_visible":true,"weight":"","weight_html":"N\/A","first_payment_html":""}]"> </form> <div id="wc-stripe-payment-request-wrapper" style="margin-top: 1em;clear:both;display:none;"> <div id="wc-stripe-payment-request-button"> <!-- A Stripe Element will be inserted here. --> </div> </div> <script type="rocketlazyloadscript"> function disableAddToCartButton(form) { var button = form.querySelector('.add-to-cart'); button.setAttribute('disabled', 'disabled'); button.innerHTML = 'Adding to Cart...'; form.addEventListener('submit', function(event) { if (form.getAttribute('submitted') === 'true') { event.preventDefault(); } else { form.setAttribute('submitted', 'true'); } }); } </script> </div> <div class="single_variation_wrap"> <div class="woocommerce-variation single_variation"></div><div class="webappick-add-to-cart-container"> <div class="webappick-single-product-badges"> <ul class="webappick-badges"> <li>30 Days Money back guarantee. No Questions asked.</li> <li>Industry Expert support team ready to help.</li> </ul><!-- end .webappick-badges --> </div><!-- end .webappick-single-product-badges --> <div class="woocommerce-variation-add-to-cart variations_button"> <div class="quantity"> <label class="screen-reader-text" for="quantity_6741df0fa9f4f">Challan Pro quantity</label> <input type="hidden" id="quantity_6741df0fa9f4f" class="input-text qty text" name="quantity" value="1" aria-label="Product quantity" size="4" min="1" max="1" step="1" placeholder="" inputmode="numeric" autocomplete="off" /> </div> <button type="submit" class="single_add_to_cart_button button alt">Add to Cart</button> <input type="hidden" name="gtm4wp_product_data" value="{"internal_id":51372,"item_id":51372,"item_name":"Challan Pro","sku":"WOINPRO","price":69,"stocklevel":null,"stockstatus":"instock","google_business_vertical":"custom","item_category":"WooCommerce","id":51372}" /> <input type="hidden" name="add-to-cart" value="51372" /> <input type="hidden" name="product_id" value="51372" /> <input type="hidden" name="variation_id" class="variation_id" value="0" /> </div> </div><!-- end .webappick-add-to-cart-container --> </div> </form> <div id="wc-stripe-payment-request-wrapper" style="margin-top: 1em;clear:both;display:none;"> <div id="wc-stripe-payment-request-button"> <!-- A Stripe Element will be inserted here. --> </div> </div> <script type="rocketlazyloadscript"> function disableAddToCartButton(form) { var button = form.querySelector('.add-to-cart'); button.setAttribute('disabled', 'disabled'); button.innerHTML = 'Adding to Cart...'; form.addEventListener('submit', function(event) { if (form.getAttribute('submitted') === 'true') { event.preventDefault(); } else { form.setAttribute('submitted', 'true'); } }); } </script><p class="first-payment-date"><small></small></p> </div> </div><!-- end .col-xl-6 --> </div><!-- end .row --> </div><!-- end .container --> <div class="container"> </div> <div class="woocommerce-tabs wc-tabs-wrapper"> <div class="container"> <div class="row"> <ul class="tabs wc-tabs" role="tablist"> <li class="description_tab" id="tab-title-description" role="tab" aria-controls="tab-description"> <a href="#tab-description"> Description </a> </li> <li class="reviews_tab" id="tab-title-reviews" role="tab" aria-controls="tab-reviews"> <a href="#tab-reviews"> Reviews (52) </a> </li> <li class="docs_tab_tab" id="tab-title-docs_tab" role="tab" aria-controls="tab-docs_tab"> <a href="#tab-docs_tab"> Docs & Help </a> </li> <li class="changelog_tab_tab" id="tab-title-changelog_tab" role="tab" aria-controls="tab-changelog_tab"> <a href="#tab-changelog_tab"> Changelog </a> </li> </ul> </div><!-- end .row --> </div><!-- end .container --> <div class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab" id="tab-description" role="tabpanel" aria-labelledby="tab-title-description"> <div class="webappick-desc-title" style="padding:80px;"> <h2>Advantages of Our WooCommerce Invoice Generator & Packing Slip Plugin</h2<br/><p>Explore how Challan adds a professional touch to WooCommerce Orders, impressing clients from order to delivery</p></div><div class="webappick-desc-features-wrapper"></div><div class="webappick-desc-feature-accordion"> <div class="container"> <div class="row"> <div class="col-xl-4 col-lg-5 col-md-6 col-sm-12 col-12"> <nav> <div class="nav nav-tabs" id="nav-tab" role="tablist"> <div class="nav-link accordion active" id="nav-home-tab" data-bs-toggle="tab" data-bs-target="#saudi-arabia-zatca-qr-code" role="tab" aria-controls="saudi-arabia-zatca-qr-code" aria-selected="false"> <div class="accordion-header"> Compatibility With ZATCA QR Code </div><!-- end .accordion-header --> <div class="accordion-panel"> <p>In Saudi Arabia, you must need e-invoices generated by the sophisticated, compliant electronic system as long as you are a resident and taxpayer. Your e-invoices must have the fields mandated by the tax committee for smooth-level invoice storage. For that, you need a QR code that lets your customers get insight into the products or services you are offering and the essential information like VAT if your customers are VAT registered. Challan is compatible with this specific law of Saudi, known as ZATCA. You can grab the QR code within the invoice using your phone camera and acknowledge everything you need for approval by the tax authority.</p> </div><!-- end .accordion-panel --> </div><!-- end .accordion --> <div class="nav-link accordion" id="nav-home-tab" data-bs-toggle="tab" data-bs-target="#easy-setup" role="tab" aria-controls="easy-setup" aria-selected="false"> <div class="accordion-header"> Easy Setup </div><!-- end .accordion-header --> <div class="accordion-panel"> <p>WooCommerce PDF Invoice pro (challan Pro) plugin is straightforward to set up. You can efficiently manage the process of creating and printing invoices automatically, with the help of this Invoice and Packing Slips generator plugin.</p> </div><!-- end .accordion-panel --> </div><!-- end .accordion --> <div class="nav-link accordion" id="nav-home-tab" data-bs-toggle="tab" data-bs-target="#tax" role="tab" aria-controls="tax" aria-selected="false"> <div class="accordion-header"> Tax </div><!-- end .accordion-header --> <div class="accordion-panel"> <p>WooCommerce PDF Invoice ( challan ) supports woocommerce multiple tax classes (rates). Some countries require Total Excluding Tax, net amount, tax rate and tax amount, which you can display on the invoice optionally.</p> </div><!-- end .accordion-panel --> </div><!-- end .accordion --> <div class="nav-link accordion" id="nav-home-tab" data-bs-toggle="tab" data-bs-target="#paid-stamp" role="tab" aria-controls="paid-stamp" aria-selected="false"> <div class="accordion-header"> Paid Stamp </div><!-- end .accordion-header --> <div class="accordion-panel"> <p>Include Paid Stamp in your invoice. Paid Stamp indicates that the bill is already paid. You can select any of the Paid Stamp design from the list and mark invoices as paid.</p> </div><!-- end .accordion-panel --> </div><!-- end .accordion --> <div class="nav-link accordion" id="nav-home-tab" data-bs-toggle="tab" data-bs-target="#signature" role="tab" aria-controls="signature" aria-selected="false"> <div class="accordion-header"> Signature </div><!-- end .accordion-header --> <div class="accordion-panel"> <p>challan Pro allows you to attach your signature with invoices. Just click on upload signature option in the Invoice section to upload the image of your signature that you want to show in the pdf invoice.</p> </div><!-- end .accordion-panel --> </div><!-- end .accordion --> <div class="nav-link accordion" id="nav-home-tab" data-bs-toggle="tab" data-bs-target="#packing-slip" role="tab" aria-controls="packing-slip" aria-selected="false"> <div class="accordion-header"> Packing Slip </div><!-- end .accordion-header --> <div class="accordion-panel"> <p>Using this plugin, you can also generate, customize, and print the woocommerce packing slips. You can print a woocommerce packing slip for a single order, as well as print multiple packing slips as a batch for multiple order by date range. Also, there is an option to print the packing slip for an individual product of order.</p> </div><!-- end .accordion-panel --> </div><!-- end .accordion --> <div class="nav-link accordion" id="nav-home-tab" data-bs-toggle="tab" data-bs-target="#bulk-download" role="tab" aria-controls="bulk-download" aria-selected="false"> <div class="accordion-header"> Bulk Download </div><!-- end .accordion-header --> <div class="accordion-panel"> <p>With this woocommerce invoice plugin, an individual invoice or a specific invoice or a list of invoices by order date range can be downloaded. You can select from a start date to an end date you want to download Invoice and Packing Slip.</p> </div><!-- end .accordion-panel --> </div><!-- end .accordion --> </div> </nav> </div><!-- end .col-xl-5 --> <div class="col-xl-8 col-lg-7 col-md-6 col-sm-12 col-12"> <div class="tab-content" id="nav-featureCarousel"> <div class="tab-pane fade show active" id="saudi-arabia-zatca-qr-code" role="tabpanel" aria-labelledby="saudi-arabia-zatca-qr-code"> <img fetchpriority="high" fetchpriority="high" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/saudi-arabia-zatca-qr-code-thumbnail.svg" alt="saudi-arabia-zatca-qr-code" width="742" height="452"> </div> <div class="tab-pane fade show" id="easy-setup" role="tabpanel" aria-labelledby="easy-setup"> <img class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/easy-setup-thumbnail.svg" alt="easy-setup" width="742" height="452"> </div> <div class="tab-pane fade show" id="tax" role="tabpanel" aria-labelledby="tax"> <img class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/tax-thumbnail.svg" alt="tax" width="742" height="452"> </div> <div class="tab-pane fade show" id="paid-stamp" role="tabpanel" aria-labelledby="paid-stamp"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/paid-stamp-thumbnail.svg" alt="paid-stamp" width="742" height="452"> </div> <div class="tab-pane fade show" id="signature" role="tabpanel" aria-labelledby="signature"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/signature-thumbnail.svg" alt="signature" width="742" height="452"> </div> <div class="tab-pane fade show" id="packing-slip" role="tabpanel" aria-labelledby="packing-slip"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/packing-slip-thumbnail.svg" alt="packing-slip" width="742" height="452"> </div> <div class="tab-pane fade show" id="bulk-download" role="tabpanel" aria-labelledby="bulk-download"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/bulk-download-thumbnail.svg" alt="bulk-download" width="742" height="452"> </div> </div> </div><!-- end .col-xl-7 --> </div><!-- end .row --> </div><!-- end .container --> </div><!--end .webappick-desc-feature-accordion --><div class="webappick-desc-title" style="padding:40px;"> <h2>Key Features of WooCommerce Invoicing Plugin with Built in Packing Slip Generator</h2> <br/><p>On Stop Solution for WooCommerce Invoicing Plugin & Packing Slip. Explore Challan Pro's Features and Optimize Your Customer Experience.</p> </div> <div class="webappick-desc-feature-group"> <div class="container"> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <div class="row webappick-desc-feature-wrap"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-feature-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/icons/multi-language.svg" alt="multi-language" width="120" height="100"> <h3>Multi Language Compatible</h3> <p> Take advantage of challan plugin, as it is WPML compatible. The invoice will use the translated product information and currency according to the language and currency which was used to place an order. </p> <!--<a rel="noreferrer" target="_blank" href="">View Details</a>--> </div> </div><!-- end .col-xl-6 --> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-thumb-wrap"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/multi-language-thumbnail.svg" alt="multi-language" width="636" height="340"> </div><!-- end .webappick-desc-thumb-wrap --> </div><!-- end .col-xl-4 --> </div><!-- end .row --> <div class="row webappick-desc-feature-wrap"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-feature-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/icons/delivery-address.svg" alt="delivery-address" width="120" height="100"> <h3>Delivery Address</h3> <p> WooCommerce PDF Invoice and Packing Slip Pro lets you print Shipping Label for any type you want. You can print Shipping Label for a single order, or print Shipping Label as a batch for multiple orders. You can generate a shipping label list by order date range as well. </p> <!--<a rel="noreferrer" target="_blank" href="">View Details</a>--> </div> </div><!-- end .col-xl-6 --> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-thumb-wrap"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/delivery-address-thumbnail.svg" alt="delivery-address" width="636" height="220"> </div><!-- end .webappick-desc-thumb-wrap --> </div><!-- end .col-xl-4 --> </div><!-- end .row --> <div class="row webappick-desc-feature-wrap"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-feature-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/icons/paper-size.svg" alt="paper-size" width="120" height="100"> <h3>Paper Size</h3> <p> challan allow you to select invoice size from different options. With WooCommerce PDF Invoice and Packing Slip Pro you have the freedom to select Custom Paper Size including A3, A4, A5, and Letter. This ability is making challan different from other plugins found on the market, because challan gives you the freedom of customizing your Invoice in the maximum possible way. </p> <!--<a rel="noreferrer" target="_blank" href="">View Details</a>--> </div> </div><!-- end .col-xl-6 --> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-thumb-wrap"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/paper-size-thumbnail.svg" alt="paper-size" width="636" height="248"> </div><!-- end .webappick-desc-thumb-wrap --> </div><!-- end .col-xl-4 --> </div><!-- end .row --> <div class="row webappick-desc-feature-wrap"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-feature-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/icons/product-attribute.svg" alt="product-attribute" width="120" height="100"> <h3>Product Attribute</h3> <p> challan allow you add product attributes to the invoice next to the product. So that the whole purchase summary can be understood with just taking a look at it. Usually, shoppers would like to add Description, Category, and Tags into the invoice. Not only that makes your invoice a full-proof invoice, but also it makes the shopping experience more professional. </p> <!--<a rel="noreferrer" target="_blank" href="">View Details</a>--> </div> </div><!-- end .col-xl-6 --> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-thumb-wrap"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/product-attribute-thumbnail.svg" alt="product-attribute" width="636" height="470"> </div><!-- end .webappick-desc-thumb-wrap --> </div><!-- end .col-xl-4 --> </div><!-- end .row --> <div class="row webappick-desc-feature-wrap"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-feature-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/icons/static-files.svg" alt="static-files" width="120" height="100"> <h3>Static Files</h3> <p> Including a static file is a great option to make your invoice even more functional. Static files lets you attach additional documents such as a PDF file with the order confirmation email. You can attach the Terms & Condition, Refund Policy, User Manual or any other important document with the invoice. It comes handy with the shops those contains digital goods. </p> <!--<a rel="noreferrer" target="_blank" href="">View Details</a>--> </div> </div><!-- end .col-xl-6 --> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-thumb-wrap"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/static-files-thumbnail.svg" alt="static-files" width="636" height="461"> </div><!-- end .webappick-desc-thumb-wrap --> </div><!-- end .col-xl-4 --> </div><!-- end .row --> <div class="row webappick-desc-feature-wrap"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-feature-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/icons/customization.svg" alt="customization" width="120" height="100"> <h3>Customization</h3> <p> WooCommerce PDF Invoice and Packing Slip Pro gives you the most customization ability with the invoice. You can seamlessly customize all invoice static texts. This ability allows you to design your invoice just the way you want it to be. So that, it doesn鈥檛 look like a automated computer generated invoice, it becomes a signature of your shop </p> <!--<a rel="noreferrer" target="_blank" href="">View Details</a>--> </div> </div><!-- end .col-xl-6 --> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-thumb-wrap"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/customization-thumbnail.svg" alt="customization" width="636" height="381"> </div><!-- end .webappick-desc-thumb-wrap --> </div><!-- end .col-xl-4 --> </div><!-- end .row --> <div class="row webappick-desc-feature-wrap"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-feature-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/icons/multiple-type-products.svg" alt="multiple-type-products" width="120" height="100"> <h3>Multiple Type Products</h3> <p> WooCommerce PDF Invoice and Packing Slip Pro has the support for multiple types of products of your shop. In addition to the simple products, challan supports bundle product, as well as the composite product. Product bundles are several individual goods and composite products are usually are the product kits consisting of multiple configurable components. </p> <!--<a rel="noreferrer" target="_blank" href="">View Details</a>--> </div> </div><!-- end .col-xl-6 --> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-thumb-wrap"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/multiple-type-products-thumbnail.svg" alt="multiple-type-products" width="636" height="260"> </div><!-- end .webappick-desc-thumb-wrap --> </div><!-- end .col-xl-4 --> </div><!-- end .row --> <div class="row webappick-desc-feature-wrap"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-feature-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/icons/product-meta.svg" alt="product-meta" width="120" height="100"> <h3>Product Meta</h3> <p> Show any types of product-related information on the PDF invoice by adding the Product Meta. You can add as many Product Meta as you want. Just give the Product Meta a label and choose from all the available Product Meta from the dropdown. </p> <!--<a rel="noreferrer" target="_blank" href="">View Details</a>--> </div> </div><!-- end .col-xl-6 --> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-thumb-wrap"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/product-meta-thumbnail.svg" alt="product-meta" width="636" height="431"> </div><!-- end .webappick-desc-thumb-wrap --> </div><!-- end .col-xl-4 --> </div><!-- end .row --> <div class="row webappick-desc-feature-wrap"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-feature-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/icons/order-item-meta.svg" alt="order-item-meta" width="120" height="100"> <h3>Order Item Meta</h3> <p> This feature allows you to add and display unlimited Order Item Meta data on your PDF invoice. Just put a label for the Item Meta and select the preferred Order Item Meta data such as quantity, product ID, and variation ID from the dropdown list. </p> <!--<a rel="noreferrer" target="_blank" href="">View Details</a>--> </div> </div><!-- end .col-xl-6 --> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-thumb-wrap"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/order-item-meta-thumbnail.svg" alt="order-item-meta" width="636" height="441"> </div><!-- end .webappick-desc-thumb-wrap --> </div><!-- end .col-xl-4 --> </div><!-- end .row --> <div class="row webappick-desc-feature-wrap"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-feature-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/icons/sequential-order-number.svg" alt="sequential-order-number" width="120" height="100"> <h3>Sequential Order Number</h3> <p> A Sequential Order Numbers plugin allows your store to have sequential, rather than random, order numbers. With such plugins you can customize your order numbers by setting a starting number, order number length, and custom prefixes and suffixes. WooCommerce PDF Invoice and Packing Slip Pro is compatible with all sequential order number plugin. So, you have zero compatibility issues with any Sequential Order Numbers plugin while using Woo Invoice Pro </p> <!--<a rel="noreferrer" target="_blank" href="">View Details</a>--> </div> </div><!-- end .col-xl-6 --> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-thumb-wrap"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/sequential-order-number-thumbnail.svg" alt="sequential-order-number" width="636" height="326"> </div><!-- end .webappick-desc-thumb-wrap --> </div><!-- end .col-xl-4 --> </div><!-- end .row --> <div class="row webappick-desc-feature-wrap"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-feature-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/icons/woo-subscription.svg" alt="woo-subscription" width="120" height="100"> <h3>Woo Subscription Compatibility</h3> <p> This woocommerce Invoice plugin is compatible with WooCommerce Subscriptions plugin emails. With WooCommerce Subscriptions, you can create and manage products with recurring payments. And since WooCommerce PDF Invoice and Packing Slip Pro supports WooCommerce Subscriptions plugin emails, you don鈥檛 have to worry about invoicing with any recurring payments. </p> <!--<a rel="noreferrer" target="_blank" href="">View Details</a>--> </div> </div><!-- end .col-xl-6 --> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <div class="webappick-desc-thumb-wrap"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/woo-subscription-thumbnail.svg" alt="woo-subscription" width="636" height="262"> </div><!-- end .webappick-desc-thumb-wrap --> </div><!-- end .col-xl-4 --> </div><!-- end .row --> </div><!-- end .col-xl-12 --> </div><!-- end .row --> </div><!-- end .container --> </div><!-- end .webappick-desc-feature-group --><div class="container"> <div class="row"> <div class="webappick-desc-review-carousel"> <div id="webappick-desc-review" class="owl-carousel owl-theme"> <div class="item"> <p class="review-text">I definitely recommend this Plugin to others that need invoice features. Support is also very awesome. They even support my complicated requirements. I really appreciate your awesome support!</p> <div class="webappick-desc-review-author"> <p><strong>Kongphop Kositanont</strong></p> </div><!-- end .webappick-desc-review-author --> </div><!-- end .item --> <div class="item"> <p class="review-text">Buying the PRO version has been a good investment. Many options and possibilities. Unfortunately, a problem arose with one of my sites, but due to the fast, friendly but above all correct way of support after sales, the problem could be found and repaired quickly (within 1 working day). On behalf of myself and my customers, I would like to remain a customer. They have deserved this positive review, and can only applaud them to continue like this.</p> <div class="webappick-desc-review-author"> <p><strong>Jeroen Claessens</strong></p> </div><!-- end .webappick-desc-review-author --> </div><!-- end .item --> <div class="item"> <p class="review-text">I was running a woocommerce online store and used the free version for a long time. I needed some more functionalities including price with tax and discount to add in the invoice. So I have switched to the premium version. It works fine, and now I am satisfied using this plugin.</p> <div class="webappick-desc-review-author"> <p><strong>Rosend S.</strong></p> </div><!-- end .webappick-desc-review-author --> </div><!-- end .item --> <div class="item"> <p class="review-text">Woo Invoice plugin works very well. It's very professional, flexible and fantastic. Thanks for making this awesome plugin.</p> <div class="webappick-desc-review-author"> <p><strong>Gracious T</strong></p> </div><!-- end .webappick-desc-review-author --> </div><!-- end .item --> </div> </div><!-- end .webappick-desc-review-carousel --> <div class="webappick-desc-review-link"> <a href="#tab-reviews">Read Customer Reviews</a> </div><!-- end .webappick-desc-review-link --> </div><!-- end .row --> </div><!-- end .container --> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="webappick-desc-stat"> <div class="webappick-desc-stat-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/stat/downloads.svg" alt="downloads" width="110" height="36"> <p>Downloads</p> </div> <div class="webappick-desc-stat-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/stat/customers.svg" alt="customers" width="110" height="36"> <p>Happy Customers</p> </div> <div class="webappick-desc-stat-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/stat/team.svg" alt="team" width="110" height="36"> <p>Team Members</p> </div> <div class="webappick-desc-stat-single"> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/stat/coffee.svg" alt="coffee" width="110" height="36"> <p>Coffee Cups</p> </div> </div><!-- end .webappick-desc-stat --> </div><!--end .col-xl-12 --> </div><!-- end .row --> </div><!-- end .container --> <div class="webappick-desc-cta"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <h2>4.5M+ Active WooCommerce Store are Powered by Challan Pro</h2> <div class="webappick-btn-group"> <a class="webappick-btn webappick-btn-primary me-3 webappick-bnb">Buy now</a> <a href="https://wordpress.org/plugins/webappick-pdf-invoice-for-woocommerce/" class="webappick-btn webappick-btn-outline">Try Free Version</a> </div><!-- end .webappick-btn-group --> </div><!-- end .col-xl-6 --> <div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12"> <ul class="webappick-desc-merchants"> <li> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/clients/technologyspareparts.png" alt="technologyspareparts" width="92" height="37"> </li> <li> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/clients/tranzission.png" alt="tranzission" width="92" height="37"> </li> <li> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/clients/breeza.png" alt="breeza" width="92" height="37"> </li> <li> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/clients/newtoneslab.png" alt="newtoneslab" width="92" height="37"> </li> <li> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/clients/aeroglo.png" alt="aeroglo" width="92" height="37"> </li> <li> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/clients/toois.png" alt="toois" width="92" height="37"> </li> <li> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/clients/rtfstores.png" alt="rtfstores" width="92" height="37"> </li> <li> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/clients/delecto.png" alt="delecto" width="92" height="37"> </li> <li> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/clients/munich-spring.png" alt="munich-spring" width="92" height="37"> </li> <li> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/clients/buddhist.png" alt="buddhist" width="92" height="37"> </li> <li> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/clients/gulvmax.png" alt="gulvmax" width="92" height="37"> </li> <li> <img loading="lazy" loading="lazy" class="lazy" data-src="https://webappick.com/wp-content/themes/webappick/assets/img/challan/clients/sample-shop.png" alt="sample-shop" width="92" height="37"> </li> </ul><!-- end .webappick-desc-merchants --> </div><!-- end .col-xl-6 --> </div><!-- end .row --> </div><!-- end .container --> </div><!-- end .webappick-desc-cta --> <div class="swp-hidden-panel-wrap" style="display: none; visibility: collapse; opacity: 0"><div class="swp_social_panel swp_horizontal_panel swp_flat_fresh swp_default_full_color swp_other_full_color swp_individual_full_color scale-100 scale-full_width" data-min-width="1100" data-float-color="#ffffff" data-float="none" data-float-mobile="none" data-transition="slide" data-post-id="51372" ><div class="nc_tweetContainer swp_share_button swp_facebook" data-network="facebook"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://www.facebook.com/share.php?u=https%3A%2F%2Fwebappick.com%2Fplugin%2Fwoocommerce-pdf-invoice-packing-slips%2F" data-link="https://www.facebook.com/share.php?u=https%3A%2F%2Fwebappick.com%2Fplugin%2Fwoocommerce-pdf-invoice-packing-slips%2F"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_facebook_icon"></i><span class="swp_share">Share</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_twitter" data-network="twitter"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://twitter.com/intent/tweet?text=Challan+Pro&url=https%3A%2F%2Fwebappick.com%2Fplugin%2Fwoocommerce-pdf-invoice-packing-slips%2F&via=webappick" data-link="https://twitter.com/intent/tweet?text=Challan+Pro&url=https%3A%2F%2Fwebappick.com%2Fplugin%2Fwoocommerce-pdf-invoice-packing-slips%2F&via=webappick"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_twitter_icon"></i><span class="swp_share">Tweet</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_linkedin" data-network="linkedin"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://www.linkedin.com/cws/share?url=https%3A%2F%2Fwebappick.com%2Fplugin%2Fwoocommerce-pdf-invoice-packing-slips%2F" data-link="https://www.linkedin.com/cws/share?url=https%3A%2F%2Fwebappick.com%2Fplugin%2Fwoocommerce-pdf-invoice-packing-slips%2F"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_linkedin_icon"></i><span class="swp_share">Share</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_pinterest" data-network="pinterest"><a rel="nofollow noreferrer noopener" class="nc_tweet swp_share_link noPop" onClick="var e=document.createElement('script'); e.setAttribute('type','text/javascript'); e.setAttribute('charset','UTF-8'); e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999); document.body.appendChild(e); " ><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_pinterest_icon"></i><span class="swp_share">Pin</span></span></span></span></a></div></div></div><div class="swp-content-locator"></div> </div> <div class="woocommerce-Tabs-panel woocommerce-Tabs-panel--reviews panel entry-content wc-tab" id="tab-reviews" role="tabpanel" aria-labelledby="tab-title-reviews"> <div class="container"> <div class="row"> <div id="reviews" class="woocommerce-Reviews"> <div id="comments"> <label class="woocommerce-Reviews-title"> 52 reviews for <span>Challan Pro</span> </label> <ol class="commentlist"> <li class="review even thread-even depth-1" id="li-comment-159736"> <div id="comment-159736" class="comment_container"> <div class="comment-author-thumbnail"> S </div> <div class="comment-text"> <p class="meta"> <strong class="woocommerce-review__author">Sanja Kocevski </strong> <em class="woocommerce-review__verified verified">(verified owner)</em> <span class="woocommerce-review__dash">–</span> <time class="woocommerce-review__published-date" datetime="2024-04-20T16:19:13+06:00">April 20, 2024</time> </p> <div class="star-rating" role="img" aria-label="Rated 5 out of 5"><span style="width:100%">Rated <strong class="rating">5</strong> out of 5</span></div><div class="description"><p>excellent product</p> </div> </div> </div> </li><!-- #comment-## --> <li class="review odd alt thread-odd thread-alt depth-1" id="li-comment-148057"> <div id="comment-148057" class="comment_container"> <div class="comment-author-thumbnail"> D </div> <div class="comment-text"> <p class="meta"> <strong class="woocommerce-review__author">Darla Wood </strong> <em class="woocommerce-review__verified verified">(verified owner)</em> <span class="woocommerce-review__dash">–</span> <time class="woocommerce-review__published-date" datetime="2024-02-23T10:21:43+06:00">February 23, 2024</time> </p> <div class="star-rating" role="img" aria-label="Rated 1 out of 5"><span style="width:20%">Rated <strong class="rating">1</strong> out of 5</span></div><div class="description"><p>When I first installed this plugin I had some issues and worked through it. Now every timeI update the darn thing stops working. I am sick of having to troubleshoot this app, while Never getting a reply from webAppick when asking for help</p> </div> </div> </div> </li><!-- #comment-## --> <li class="review even thread-even depth-1" id="li-comment-139750"> <div id="comment-139750" class="comment_container"> <div class="comment-author-thumbnail"> S </div> <div class="comment-text"> <p class="meta"> <strong class="woocommerce-review__author">Suede Creek </strong> <em class="woocommerce-review__verified verified">(verified owner)</em> <span class="woocommerce-review__dash">–</span> <time class="woocommerce-review__published-date" datetime="2024-01-12T22:49:53+06:00">January 12, 2024</time> </p> <div class="star-rating" role="img" aria-label="Rated 5 out of 5"><span style="width:100%">Rated <strong class="rating">5</strong> out of 5</span></div><div class="description"><p>Is there something I’m missing in the shipping label? When I request a shipping label I do not get a shipping label. I get the shipping information, what do I need to turn it into a lable.</p> </div> </div> </div> <ul class="children"> <li class="comment byuser comment-author-badal odd alt depth-2" id="li-comment-141097"> <div id="comment-141097" class="comment_container"> <div class="comment-author-thumbnail"> A </div> <div class="comment-text"> <p class="meta"> <strong class="woocommerce-review__author">Ansary </strong> <em class="woocommerce-review__verified verified">(verified owner)</em> <span class="woocommerce-review__dash">–</span> <time class="woocommerce-review__published-date" datetime="2024-01-19T18:01:30+06:00">January 19, 2024</time> </p> <div class="description"><p>Hello there! If you encounter any problems or require assistance with plugin configuration, don’t hesitate to reach out to our support team at webappick.com/contact.</p> </div> </div> </div> </li><!-- #comment-## --> </ul><!-- .children --> </li><!-- #comment-## --> </ol> <nav class="woocommerce-pagination"><ul class='page-numbers'> <li><a class="prev page-numbers" href="https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips/comment-page-7/#comments">←</a></li> <li><a class="page-numbers" href="https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips/comment-page-1/#comments">1</a></li> <li><span class="page-numbers dots">…</span></li> <li><a class="page-numbers" href="https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips/comment-page-6/#comments">6</a></li> <li><a class="page-numbers" href="https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips/comment-page-7/#comments">7</a></li> <li><span aria-current="page" class="page-numbers current">8</span></li> </ul> </nav> </div> <p class="woocommerce-verification-required">Only logged in customers who have purchased this product may leave a review.</p> <div class="clear"></div> </div> </div><!-- end .row --> </div><!-- end .container --> </div> <div class="woocommerce-Tabs-panel woocommerce-Tabs-panel--docs_tab panel entry-content wc-tab" id="tab-docs_tab" role="tabpanel" aria-labelledby="tab-title-docs_tab"> <div class="container"> <ul class="webappick-product-tab-docs"> <li><a class="webappick-btn webappick-btn-primary" target="_blank" rel="noopener noreferrer" href="https://webappick.com/docs">Documentation</a></li> <li><a class="webappick-btn webappick-btn-primary" href="https://webappick.com/my-account/contact-support">Contact Support</a></li> <li><a class="webappick-btn webappick-btn-primary" rel="noopener noreferrer" target="_blank" href="//www.youtube.com/c/WebAppick/videos/?sub_confirmation=1">Video Tutorials</a></li> <li><a class="webappick-btn webappick-btn-primary" target="_blank" rel="noopener noreferrer" href="https://webappick.com/woo-invoice-pro-supported-plugins/">Supported Plugins</a></li> </ul><!-- end .webappick-product-tab-docs --> </div> </div> <div class="woocommerce-Tabs-panel woocommerce-Tabs-panel--changelog_tab panel entry-content wc-tab" id="tab-changelog_tab" role="tabpanel" aria-labelledby="tab-title-changelog_tab"> </div> </div> </div> </main></div></div><!-- end .webappick-single-product --> <!-- WALP FEATURES START --> <!-- WALP FEATURES END --><!-- START WEBAPPICK FOOTER --> <footer id="webappick-footer"> <div class="webappick-footer-call-to-action"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="webappick-footer-call-to-action-content"> <div class="webappick-footer-call-to-action-description"> <h3>You will love our solutions</h3> <p>Take a look at our highly rated premium and free WordPress plugins</p> </div><!-- end .webappick-footer-call-to-action-description --> <div class="webappick-footer-call-to-action-button"> <a href="https://webappick.com/plugin/" class="webappick-btn webappick-btn-large webappick-btn-large-hover">Products</a> </div><!-- end .webappick-footer-call-action-button --> </div><!-- end .webappick-footer-call-to-action-content --> </div><!-- end .col-xl-12 --> </div><!-- end .row --> </div><!-- end .container --> </div><!-- end .webappick-footer-call-to-action --> <div class="webappick-footer-content"> <div class="container"> <div class="row"> <div class="col-xl-4 col-lg-5 col-md-12 col-sm-12 col-12 order-last order-lg-first"> <div class="webappick-footer-logo-area"> <a href="https://webappick.com"> <img loading="lazy" class="webappick-logo" title="" width="180" height="30" alt="WebAppick Logo" src="data:image/svg+xml,%3Csvg%20width%3D%22187%22%20height%3D%2231%22%20viewBox%3D%220%200%20187%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M30.0753%2018.9131L29.9355%2019.1487L29.7958%2019.2901C29.7026%2019.3844%2029.656%2019.5258%2029.5629%2019.6201C29.5629%2019.6201%2029.5629%2019.6201%2029.5629%2019.6672C29.3765%2019.95%2029.1902%2020.2328%2029.0038%2020.5156C28.9573%2020.5628%2028.9573%2020.6099%2028.9107%2020.657C28.8641%2020.7042%2028.8641%2020.7513%2028.8175%2020.7984C28.7709%2020.8927%2028.6777%2020.987%2028.6312%2021.0812C28.5846%2021.1755%2028.4914%2021.2698%2028.4448%2021.3641C28.3051%2021.5997%2028.1653%2021.7883%2028.0256%2022.0239C24.9976%2023.8622%2022.3422%2023.9564%2020.6186%2022.3539C20.3857%2022.1182%2020.1528%2021.8354%2019.9198%2021.5526C19.5472%2021.0341%2019.3142%2020.4685%2019.0813%2019.9029C18.9416%2019.6201%2018.8018%2019.2901%2018.7086%2019.0073C18.5689%2018.7245%2018.4757%2018.3946%2018.336%2018.1118C18.1496%2017.5933%2017.9167%2017.1219%2017.7303%2016.6035C17.6372%2016.4149%2017.5906%2016.2264%2017.4974%2015.9907C17.3577%2015.7079%2017.2645%2015.378%2017.1247%2015.0952C17.1247%2015.048%2017.0782%2015.048%2017.0782%2015.0009C17.0782%2014.9538%2017.0316%2014.9066%2017.0316%2014.8595C17.0316%2014.8124%2017.0316%2014.8124%2016.985%2014.7652C16.985%2014.7181%2016.9384%2014.7181%2016.9384%2014.671C16.8918%2014.6238%2016.8918%2014.5295%2016.8452%2014.4824C16.7987%2014.3881%2016.7521%2014.2939%2016.7055%2014.1525C16.6123%2013.9639%2016.5191%2013.7283%2016.3794%2013.4926C16.5657%2013.2098%2016.7055%2012.9741%2016.8918%2012.6913C17.0316%2012.5028%2017.1247%2012.3142%2017.2645%2012.1257C17.2645%2012.1257%2017.2645%2012.1257%2017.2645%2012.0786C17.2645%2012.0786%2017.2645%2012.0786%2017.2645%2012.0314C17.4508%2011.7486%2017.6372%2011.4187%2017.8235%2011.1359C17.8235%2011.1359%2017.8235%2011.0887%2017.8701%2011.0416C17.8701%2010.9945%2017.9167%2010.9945%2017.9167%2010.9473C17.9167%2010.9473%2017.9167%2010.9002%2017.9633%2010.9002C18.0099%2010.8059%2018.103%2010.6645%2018.1496%2010.5703C18.1962%2010.5231%2018.2428%2010.4288%2018.2428%2010.3817C18.2894%2010.3346%2018.2894%2010.3346%2018.336%2010.2874C18.9416%209.62756%2019.5006%209.10908%2020.1993%208.82627C21.5969%208.3078%2022.9944%208.54347%2024.392%209.10908C24.4851%209.15622%2024.5783%209.20335%2024.6715%209.25048C24.718%209.25048%2024.718%209.29762%2024.7646%209.29762C24.8112%209.34475%2024.8578%209.34475%2024.9044%209.39189C24.951%209.39189%2024.9976%209.43902%2024.9976%209.43902C25.0441%209.48616%2025.0907%209.48616%2025.1373%209.53329C25.1839%209.58043%2025.2305%209.58043%2025.2771%209.62756C25.3702%209.67469%2025.4168%209.72183%2025.51%209.8161C25.5566%209.86323%2025.6032%209.86323%2025.6497%209.91037C25.6963%209.9575%2025.7429%2010.0046%2025.7895%2010.0046C25.8827%2010.0518%2025.9292%2010.146%2026.0224%2010.2403C26.069%2010.2874%2026.1156%2010.3346%2026.1156%2010.3346L26.1622%2010.3817C26.2088%2010.4288%2026.2088%2010.476%2026.2553%2010.476C26.3019%2010.5231%2026.3485%2010.5703%2026.3951%2010.6174C26.4417%2010.6645%2026.4883%2010.7117%2026.4883%2010.7588C26.5348%2010.8059%2026.5814%2010.8531%2026.5814%2010.9002C26.7212%2011.0416%2026.8144%2011.2301%2026.9075%2011.4187C26.9541%2011.4658%2026.9541%2011.5129%2027.0007%2011.5601C27.2336%2012.0314%2027.42%2012.5499%2027.6529%2013.0684C27.7461%2013.2569%2027.7926%2013.4455%2027.8858%2013.634C27.8858%2013.6811%2027.8858%2013.6811%2027.9324%2013.7283C28.0721%2014.0111%2028.1653%2014.2939%2028.2585%2014.5767C28.3982%2014.9538%2028.538%2015.3308%2028.7243%2015.7079C28.9107%2016.1793%2029.097%2016.6977%2029.3299%2017.1691C29.4697%2017.5462%2029.656%2017.9232%2029.7958%2018.3474L30.0753%2018.9131C30.0753%2018.8659%2030.0753%2018.8659%2030.0753%2018.9131Z%22%20fill%3D%22url(%23paint0_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M59.8894%2016.6974C60.1689%2016.9331%2060.5416%2017.1216%2060.9142%2017.0745C61.5664%2017.0273%2061.8925%2016.6031%2061.6596%2015.7547C61.5198%2014.4349%2061.4267%2013.1623%2061.2869%2011.8425C61.1006%209.72149%2060.8211%207.55331%2060.5881%205.38512L60.1689%201.70863C60.0757%200.81307%2059.6099%200.294591%2058.7713%200.106053C58.4918%20-0.0353509%2058.2123%20-0.0353509%2057.9328%200.106053C57.7931%200.106053%2057.6999%200.106053%2057.6067%200.153187C56.5353%200.483129%2055.4172%200.81307%2054.3458%201.19015C53.5073%201.47295%2052.6222%201.75576%2051.7371%202.03857C50.2929%202.50991%2048.8488%203.02839%2047.4047%203.49974C46.4264%203.82967%2045.4016%204.1596%2044.3768%204.48952L44.3767%204.48956C43.6313%204.72523%2043.3518%205.24371%2043.6313%205.85646C43.7711%206.13927%2044.004%206.32781%2044.2369%206.46921C44.7028%206.79915%2045.2152%207.08196%2045.6811%207.4119C45.8674%207.55331%2046.0537%207.69471%2045.8208%208.02465C45.7276%208.21319%2045.5879%208.35459%2045.4481%208.54313L45.355%208.73167L44.5164%2010.0986L43.9108%2010.9941L43.3052%2011.8897L43.2121%2011.9839L42.1406%2013.5865L44.5867%2019.8706C45.5713%2022.1447%2048.6357%2026.5713%2052.552%2023.6277L53.9265%2022.2593L54.3458%2021.5523C54.3924%2021.458%2054.4856%2021.3637%2054.5321%2021.2694L54.5787%2021.2223C55.2309%2020.1854%2055.883%2019.1956%2056.5352%2018.2059L56.5353%2018.2057C57.0477%2017.4044%2057.5601%2016.6503%2058.0726%2015.849C58.2123%2015.6604%2058.3055%2015.6133%2058.4918%2015.7076C58.9577%2016.0375%2059.4235%2016.4146%2059.8894%2016.6974Z%22%20fill%3D%22%233D89D0%22%2F%3E%0A%3Cpath%20d%3D%22M28.0259%2022.0232C27.9793%2022.0703%2027.9793%2022.1175%2027.9327%2022.1646C27.9793%2022.1175%2028.0259%2022.0703%2028.0259%2022.0232Z%22%20fill%3D%22url(%23paint1_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M53.9265%2022.3064C53.7402%2022.5892%2053.5538%2022.872%2053.3675%2023.202C53.0414%2023.7204%2052.7153%2024.1918%2052.3892%2024.7103C51.3178%2026.4071%2050.1531%2027.9625%2048.4295%2029.0938C46.9388%2030.0365%2045.4015%2030.6021%2043.6779%2030.8849C42.1872%2031.1206%2040.7896%2030.9791%2039.3921%2030.5549C37.6219%2030.0365%2036.038%2029.1409%2034.687%2027.8211C33.7088%2026.8784%2032.9634%2025.7944%2032.3578%2024.616C32.0317%2023.9561%2031.7988%2023.2491%2031.4727%2022.5421C31.0534%2021.5522%2030.1683%2019.2427%2030.1218%2019.1012C30.0752%2019.0541%2030.0752%2018.9598%2030.0286%2018.9127C29.9354%2018.7242%2029.8422%2018.5828%2029.7957%2018.3942C29.6559%2018.0172%2029.4696%2017.6401%2029.3298%2017.2159C29.2366%2017.0273%2029.1901%2016.8388%2029.0969%2016.6503C28.9571%2016.3674%2028.864%2016.0846%2028.7242%2015.7547C28.5845%2015.3776%2028.4447%2015.0005%2028.2584%2014.6235C28.1652%2014.3407%2028.0254%2014.0579%2027.9323%2013.775C27.9323%2013.7279%2027.9323%2013.7279%2027.8857%2013.6808C27.7925%2013.4922%2027.7459%2013.3037%2027.6528%2013.1152C27.4664%2012.5967%2027.2335%2012.1253%2027.0006%2011.6069C27.0006%2011.5597%2026.954%2011.5126%2026.9074%2011.4655C26.8142%2011.2769%2026.7211%2011.1355%2026.5813%2010.947C26.5347%2010.8998%2026.4882%2010.8527%2026.4882%2010.8056C26.4416%2010.7584%2026.395%2010.7113%2026.395%2010.6642C26.3484%2010.617%2026.3018%2010.5699%2026.2552%2010.5228C26.2086%2010.4756%2026.2086%2010.4285%2026.1621%2010.4285L26.1155%2010.3814C26.0689%2010.3342%2026.0223%2010.2871%2026.0223%2010.2871C25.9291%2010.1928%2025.8826%2010.1457%2025.7894%2010.0514C25.7428%2010.0043%2025.6962%209.95715%2025.6496%209.95715C25.603%209.91002%2025.5565%209.91002%2025.5099%209.86288C25.4167%209.81575%2025.3701%209.76861%2025.277%209.67435C25.2304%209.62721%2025.1838%209.62721%2025.1372%209.58008C25.0906%209.53294%2025.044%209.53294%2024.9974%209.48581C24.9509%209.48581%2024.9043%209.43867%2024.9043%209.43867C24.8577%209.39154%2024.8111%209.39154%2024.7645%209.3444C24.7179%209.3444%2024.7179%209.29727%2024.6714%209.29727C24.5782%209.25014%2024.485%209.203%2024.3918%209.15587C22.9943%208.59025%2021.1775%208.77879%2020.1992%209.10873C19.2675%209.43867%2018.2893%2010.3342%2018.2427%2010.4285C18.6619%209.72148%2019.0812%208.96733%2019.547%208.26031C20.1526%207.36475%2020.7117%206.4692%2021.3638%205.62078C22.3887%204.63095%2023.4602%203.78253%2024.6714%203.07551C27.0006%201.75575%2029.4696%201.52007%2032.0317%201.89715C33.3361%202.08569%2034.5939%202.60417%2035.7585%203.35832C36.9231%204.06534%2037.9014%204.96089%2038.7399%206.04499C39.2989%206.79914%2039.8114%207.60043%2040.1374%208.49598C40.6033%209.67435%2041.1623%2010.8056%2041.5816%2011.9839C41.7679%2012.5496%2042.0008%2013.068%2042.2338%2013.6336C42.2338%2013.6336%2042.2338%2013.6336%2042.2338%2013.6808V13.7279L45.0288%2019.8554C45.4015%2020.8452%2045.9139%2021.6465%2046.7059%2022.3535C47.2183%2022.872%2047.8705%2023.1548%2048.5227%2023.3905C48.5693%2023.3905%2048.6158%2023.4376%2048.6624%2023.4376C49.7805%2023.7676%2051.2246%2023.3905%2052.3426%2023.0134C53.088%2022.6835%2053.6936%2022.4007%2053.9265%2022.3064Z%22%20fill%3D%22url(%23paint2_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M28.0255%2022.0238C27.9789%2022.0709%2027.9789%2022.118%2027.9324%2022.1652C27.9324%2022.1652%2027.9324%2022.1652%2027.9324%2022.2123C27.7926%2022.448%2027.6063%2022.6836%2027.4665%2022.9664C25.8826%2025.8416%2024.4385%2028.1512%2021.6434%2029.6595C19.3142%2030.9793%2016.8452%2031.215%2014.2831%2030.8379C14.1433%2030.8379%2014.0501%2030.7908%2013.9104%2030.7908C12.7458%2030.6022%2011.5812%2030.0838%2010.4165%2029.2825C8.78607%2028.1512%207.52829%2026.5958%206.64318%2024.8047L6.17733%2023.9091L5.01272%2021.5524L0.726927%2012.6911C0.447419%2012.0784%200.214496%2011.4656%200.121327%2010.8529C-0.437689%207.8834%200.95985%204.77252%203.80151%203.35849C5.43198%202.51007%207.24878%202.4158%208.87924%202.93428C10.6029%203.45276%2012.1402%204.67825%2013.0253%206.46937L13.1184%206.6579L14.7489%209.95732C14.7955%2010.0516%2014.7955%2010.1459%2014.8421%2010.2401C15.075%2010.8529%2015.8204%2012.4083%2016.426%2013.5867C16.4725%2013.6809%2016.5191%2013.7752%2016.5657%2013.8223C16.6123%2013.9638%2016.7055%2014.1052%2016.752%2014.1994C16.7986%2014.2937%2016.8452%2014.3408%2016.8452%2014.4351C16.8452%2014.4822%2016.8918%2014.4822%2016.8918%2014.5294C16.9384%2014.5765%2016.9384%2014.6708%2016.985%2014.7179C16.985%2014.765%2017.0316%2014.765%2017.0316%2014.8122C17.0316%2014.8593%2017.0781%2014.8593%2017.0781%2014.9064C17.0781%2014.9536%2017.1247%2015.0007%2017.1247%2015.0478C17.1247%2015.095%2017.1713%2015.095%2017.1713%2015.1421C17.3111%2015.4249%2017.4042%2015.7549%2017.544%2016.0377C17.6372%2016.2262%2017.6837%2016.4147%2017.7769%2016.6504C17.9632%2017.1689%2018.1962%2017.6402%2018.3825%2018.1587C18.5223%2018.4415%2018.6154%2018.7715%2018.7552%2019.0543C18.8018%2019.1485%2018.8484%2019.29%2018.8949%2019.3842C18.9881%2019.5728%2019.0347%2019.7613%2019.1279%2019.9498C19.3608%2020.5154%2019.5937%2021.0811%2019.9664%2021.5995C20.1993%2021.8823%2020.3857%2022.1652%2020.6652%2022.4008C22.3888%2023.9563%2024.9975%2023.862%2028.0255%2022.0238Z%22%20fill%3D%22url(%23paint3_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M68.0888%2024.8694L68%207.88696H71.9963L71.8187%2018.4448L76.8806%207.88696H80.6548L81.3209%2018.3999L85.5392%207.88696H89.713L82.4754%2024.8694H78.1683L77.5466%2013.9072L72.3959%2024.8694H68.0888Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M92.7771%2025.1385C89.2693%2025.1385%2086.7383%2022.6675%2086.7383%2019.2081C86.7383%2015.3893%2089.8021%2012.1545%2093.4431%2012.1545C96.6402%2012.1545%2098.8603%2014.4458%2098.8603%2017.7704C98.8603%2018.5342%2098.8159%2019.1182%2098.7271%2019.6124H90.4237C90.6457%2021.0501%2091.7114%2022.0385%2093.2211%2022.0385C94.1536%2022.0385%2094.9528%2021.724%2095.5301%2021.095L97.617%2023.4762C96.0185%2024.6443%2094.5976%2025.1385%2092.7771%2025.1385ZM90.6457%2017.411H95.4857C95.3081%2016.0632%2094.4644%2015.2545%2093.2211%2015.2545C92.0666%2015.2096%2091.0898%2016.0632%2090.6457%2017.411Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M105.965%2024.9589C104.411%2024.9589%20103.167%2024.24%20102.368%2022.8473L101.924%2024.869H98.1499L101.791%207.52717L105.698%206.89819L104.322%2013.5923C105.166%2012.7836%20106.32%2012.2894%20107.519%2012.2894C110.139%2012.2894%20112.181%2014.8054%20112.181%2018.0401C112.226%2021.814%20109.428%2024.9589%20105.965%2024.9589ZM103.789%2016.3778L102.945%2020.4212C103.478%2021.185%20104.366%2021.6792%20105.388%2021.6792C107.208%2021.6792%20108.54%2020.2415%20108.54%2018.3097C108.54%2016.6474%20107.43%2015.4793%20105.92%2015.4793C105.077%2015.4793%20104.411%2015.7937%20103.789%2016.3778Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M120.44%207.88696H125.058L127.899%2024.8694H123.725L123.193%2020.8259H117.154L114.978%2024.8694H110.582L120.44%207.88696ZM122.704%2017.5912L121.949%2011.9304L118.886%2017.5463H122.704V17.5912Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M131.23%2012.3347H135.004L134.782%2013.5927C135.626%2012.7391%20136.736%2012.2449%20137.935%2012.2449C140.555%2012.2449%20142.597%2014.7608%20142.597%2017.9955C142.597%2021.8143%20139.8%2024.9592%20136.336%2024.9592C134.782%2024.9592%20133.539%2024.2853%20132.828%2022.9824L131.274%2030.0809H127.456L131.23%2012.3347ZM134.205%2016.3332L133.317%2020.5114C133.85%2021.2303%20134.738%2021.6796%20135.715%2021.6796C137.535%2021.6796%20138.867%2020.2419%20138.867%2018.31C138.867%2016.6477%20137.757%2015.4796%20136.247%2015.4796C135.493%2015.4796%20134.827%2015.7492%20134.205%2016.3332Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M144.595%2012.3347H148.369L148.147%2013.5927C148.99%2012.7391%20150.101%2012.2449%20151.299%2012.2449C153.919%2012.2449%20155.962%2014.7608%20155.962%2017.9955C155.962%2021.8143%20153.164%2024.9592%20149.701%2024.9592C148.147%2024.9592%20146.904%2024.2853%20146.193%2022.9824L144.683%2030.0809H140.865L144.595%2012.3347ZM147.57%2016.3332L146.682%2020.5114C147.214%2021.2303%20148.102%2021.6796%20149.079%2021.6796C150.9%2021.6796%20152.232%2020.2419%20152.232%2018.31C152.232%2016.6477%20151.122%2015.4796%20149.612%2015.4796C148.857%2015.4796%20148.191%2015.7492%20147.57%2016.3332Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M159.115%2024.8694H155.296L158.005%2012.3347H161.824L159.115%2024.8694ZM158.449%208.47099C158.449%207.1681%20159.559%206%20160.847%206C161.912%206%20162.8%206.85361%20162.8%207.93186C162.8%209.27967%20161.69%2010.4029%20160.358%2010.4029C159.248%2010.4029%20158.449%209.54924%20158.449%208.47099Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M169.727%2020.6909L171.592%2023.1619C170.304%2024.4648%20168.572%2025.1387%20166.752%2025.1387C163.466%2025.1387%20161.068%2022.7126%20161.068%2019.388C161.068%2015.3446%20164.088%2012.1099%20167.862%2012.1099C170.082%2012.1099%20171.947%2013.0983%20173.013%2014.7606L170.304%2017.0069C169.727%2015.9736%20168.927%2015.4794%20167.773%2015.4794C166.13%2015.4794%20164.842%2017.0518%20164.842%2019.0286C164.842%2020.6909%20165.819%2021.6793%20167.329%2021.6793C168.261%2021.7243%20169.016%2021.4098%20169.727%2020.6909Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M175.722%207.52717L179.629%206.89819L177.365%2017.6807L182.426%2012.3344H187L180.517%2018.6691L184.691%2024.869H180.162L177.009%2019.5676L175.899%2024.869H172.081L175.722%207.52717Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear%22%20x1%3D%2223.1831%22%20y1%3D%2224.7007%22%20x2%3D%2223.3049%22%20y2%3D%228.44851%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23327ACD%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234696D2%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint1_linear%22%20x1%3D%2227.9436%22%20y1%3D%2222.0876%22%20x2%3D%2228.0428%22%20y2%3D%2222.0876%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.2029%22%20stop-color%3D%22%234C51BF%22%20stop-opacity%3D%220.9%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235A67D8%22%20stop-opacity%3D%220.9%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint2_linear%22%20x1%3D%2232.4583%22%20y1%3D%222.22148%22%20x2%3D%2239.8371%22%20y2%3D%2230.0298%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.3367%22%20stop-color%3D%22%2342B9FF%22%2F%3E%0A%3Cstop%20offset%3D%220.7818%22%20stop-color%3D%22%233B97E1%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233784D1%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint3_linear%22%20x1%3D%2211.252%22%20y1%3D%220.972585%22%20x2%3D%2215.8771%22%20y2%3D%2225.7529%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.3367%22%20stop-color%3D%22%2342B9FF%22%2F%3E%0A%3Cstop%20offset%3D%220.7818%22%20stop-color%3D%22%233B97E1%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233784D1%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A"></img> </a> <p>Get notification about coupons, product updates and sales tips.</p> <div class="webappick-subscription-form"> <form id="webappick-subscription" action="#" method="POST"> <label for="subscribe_news" class="screen-reader-text">Subscribe to our newsletter</label> <input type="email" name="subscribe_news" id="subscribe_news" placeholder="Enter email address" required> <input type="submit" name="subscribe" id="subscribe_submit" value="Subscribe" /> </form><!-- end #webappick-subscription --> <div id="webappick-subscription-message"></div> </div><!-- end .webappick-subscription-form --> <div class="webappick-footer-social-media"> <ul> <li><a href="https://twitter.com/webappick"><img loading="lazy" class="social-icon" title="" width="17" height="14" alt="Twitter Icon" src="data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%200%2017%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.7887%202.0916C16.2064%202.35019%2015.5807%202.52378%2014.9243%202.60335C15.5952%202.2019%2016.1088%201.56538%2016.3511%200.807691C15.7236%201.1802%2015.0274%201.44964%2014.2896%201.59612C13.6983%200.965014%2012.8538%200.570801%2011.9207%200.570801C10.1269%200.570801%208.67297%202.02288%208.67297%203.81673C8.67297%204.07171%208.70191%204.31944%208.75616%204.55633C6.05814%204.42071%203.66574%203.12957%202.06538%201.16393C1.7869%201.64313%201.62596%202.2019%201.62596%202.79684C1.62596%203.92342%202.19919%204.91619%203.06899%205.49847C2.53735%205.48219%202.03644%205.33572%201.59883%205.0916V5.13319C1.59883%206.70643%202.71818%208.01746%204.20281%208.31583C3.93156%208.38997%203.64404%208.42975%203.34747%208.42975C3.13771%208.42975%202.93518%208.40986%202.73807%208.37189C3.15037%209.66122%204.34928%2010.5997%205.76881%2010.6269C4.65851%2011.4967%203.26068%2012.0156%201.73807%2012.0156C1.47587%2012.0156%201.21908%2012.0012%200.964111%2011.9704C2.40172%2012.8909%204.10697%2013.4279%205.9406%2013.4279C11.9117%2013.4279%2015.1775%208.48219%2015.1775%204.19286C15.1775%204.05181%2015.1739%203.91257%2015.1685%203.77333C15.8032%203.31402%2016.3547%202.74259%2016.7887%202.0916Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A"></img></a></li><li><a href="https://www.facebook.com/webappick/"><img loading="lazy" class="social-icon" title="" width="7" height="14" alt="Facebook Icon" src="data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2214%22%20viewBox%3D%220%200%207%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.76111%204.73405H4.7243V3.3997C4.7243%202.89858%205.05789%202.78101%205.29155%202.78101H6.72584V0.578149L4.74782%200.570801C2.55377%200.570801%202.05559%202.21376%202.05559%203.26597V4.73405H0.785889V7.00305H2.05559V13.4279H4.72577V7.00452H6.52745L6.76111%204.73405Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A"></img></a></li><li><a href="https://www.linkedin.com/company/webappick"><img loading="lazy" class="social-icon" title="" width="14" height="14" alt="Linkedin Icon" src="data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.4029%200.570801H1.516C0.994424%200.570801%200.571289%200.983652%200.571289%201.49347V12.5067C0.571289%2013.0166%200.994424%2013.4279%201.516%2013.4279H12.4029C12.9245%2013.4279%2013.3476%2013.0166%2013.3476%2012.5067V1.492C13.3462%200.983652%2012.923%200.570801%2012.4029%200.570801ZM4.44415%2011.3314H2.51507V5.52795H4.44415V11.3314ZM3.48034%204.73604H3.46712C2.8192%204.73604%202.40194%204.29087%202.40194%203.73256C2.40194%203.1625%202.83389%202.72908%203.4921%202.72908C4.15325%202.72908%204.55875%203.1625%204.57051%203.73256C4.57051%204.29087%204.15325%204.73604%203.48034%204.73604ZM11.4024%2011.3314H9.47182V8.22691C9.47182%207.44675%209.19414%206.91489%208.49626%206.91489C7.96146%206.91489%207.64411%207.27338%207.50454%207.62012C7.45458%207.745%207.44283%207.91837%207.44283%208.09027V11.3343H5.51227C5.51227%2011.3343%205.53725%206.0745%205.51227%205.52942H7.44283V6.35071C7.69847%205.95549%208.15834%205.39278%209.18092%205.39278C10.4503%205.39278%2011.4024%206.22289%2011.4024%208.00652V11.3314Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A"></img></a></li><li><a href="https://www.youtube.com/c/WebAppick/?sub_confirmation=1"><img loading="lazy" class="social-icon" title="" width="16" height="16" alt="Linkedin Icon" src="data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M19.9985%209.58203H19.9645C19.9645%209.38635%2019.9685%209.19266%2019.9625%208.99697C19.9565%208.80528%2019.9425%208.61359%2019.9285%208.42189C19.9105%208.18427%2019.8865%207.94665%2019.8645%207.70903C19.8425%207.47142%2019.8385%207.2298%2019.7905%206.99817C19.7185%206.64873%2019.6285%206.30329%2019.5245%205.96383C19.4305%205.65832%2019.2905%205.36878%2019.0785%205.12517C18.6125%204.58804%2018.0125%204.30249%2017.3104%204.22861C16.9404%204.19067%2016.5664%204.16671%2016.1944%204.14475C15.8524%204.12278%2015.5104%204.10681%2015.1664%204.09483C14.6504%204.07486%2014.1344%204.05689%2013.6183%204.04291C13.1123%204.02893%2012.6063%204.01495%2012.1023%204.01096C11.1103%204.00497%2010.1183%203.99499%209.12623%204.00297C8.1202%204.01096%207.11618%204.03692%206.11015%204.05689C5.68614%204.06487%205.26213%204.07885%204.83812%204.09083C4.70412%204.09483%204.57011%204.10082%204.43611%204.1088C3.9961%204.13476%203.55609%204.15473%203.11808%204.19267C2.82407%204.21863%202.52406%204.24459%202.23806%204.31447C1.60804%204.46623%201.10003%204.81168%200.750019%205.3608C0.496012%205.76415%200.356009%206.21543%200.270007%206.67869C0.200005%207.05608%200.158004%207.43947%200.118003%207.82285C0.078002%208.21023%200.0560014%208.59961%200.0340009%208.98699C0.0140004%209.30448%200%209.62197%200%209.93946C0%2010.84%200.00600015%2011.7426%200.0160004%2012.6431C0.0180005%2012.8688%200.0340009%2013.0944%200.0500013%2013.318C0.0740019%2013.6395%200.102003%2013.961%200.130003%2014.2805C0.150004%2014.5181%200.164004%2014.7577%200.202005%2014.9934C0.266007%2015.3987%200.374009%2015.7921%200.520013%2016.1755C0.78802%2016.8843%201.29003%2017.3496%202.00405%2017.5892C2.45806%2017.741%202.93207%2017.7829%203.40209%2017.8268C3.78209%2017.8628%204.1641%2017.8747%204.54611%2017.8927C4.86012%2017.9067%205.17613%2017.9187%205.49214%2017.9267C5.98615%2017.9406%206.48016%2017.9526%206.97417%2017.9606C7.43219%2017.9686%207.8902%2017.9786%208.34821%2017.9826C9.15223%2017.9906%209.95825%2018.0045%2010.7603%2017.9985C11.7683%2017.9906%2012.7763%2017.9646%2013.7843%2017.9446C14.1984%2017.9366%2014.6104%2017.9227%2015.0244%2017.9107C15.1604%2017.9067%2015.2984%2017.9007%2015.4344%2017.8927C15.8884%2017.8668%2016.3424%2017.8448%2016.7944%2017.8089C17.0784%2017.7869%2017.3664%2017.7669%2017.6444%2017.707C18.5265%2017.5173%2019.1505%2017.0101%2019.4805%2016.1575C19.7065%2015.5764%2019.8125%2014.9714%2019.8625%2014.3544C19.8905%2014.0049%2019.9245%2013.6555%2019.9425%2013.3081C19.9665%2012.8608%2019.9885%2012.4115%2019.9925%2011.9642C20.0045%2011.1715%2019.9985%2010.3768%2019.9985%209.58203ZM7.9322%2013.5916V7.98659C9.73424%208.92309%2011.5263%209.8556%2013.3343%2010.7981C11.5303%2011.7306%209.73824%2012.6571%207.9322%2013.5916Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A"></img></a></li> </ul> </div><!-- end .webappick-footer-social-media --> </div><!-- end .webappick-footer-logo-area --> </div><!-- end .col-xl-5 --> <div id="nav_menu-10" class="widget_nav_menu col-xl-2 col-lg-2 col-md-12 col-sm-12"><p class="webappick-footer-link-title">Quick links</p><div class="menu-footer-1-container"><ul id="menu-footer-1" class="menu"><li id="menu-item-63242" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-63242"><a href="https://webappick.com/plugin/">Products</a></li> <li id="menu-item-63244" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63244"><a href="https://webappick.com/blog/">Blog Posts</a></li> <li id="menu-item-61868" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61868"><a href="https://webappick.com/my-account/">My Account</a></li> <li id="menu-item-75458" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-75458"><a href="https://webappick.com/career/">Career</a></li> <li id="menu-item-75457" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-75457"><a href="https://webappick.com/submit-review/">Submit Review</a></li> </ul></div></div> <div id="nav_menu-4" class="widget_nav_menu col-xl-3 col-lg-3 col-md-12 col-sm-12"><p class="webappick-footer-link-title">Our Products</p><div class="menu-footer-2-container"><ul id="menu-footer-2" class="menu"><li id="menu-item-61871" class="menu-item menu-item-type-post_type menu-item-object-product menu-item-61871"><a href="https://webappick.com/plugin/woocommerce-product-feed-pro/">CTX Feed Pro</a></li> <li id="menu-item-61870" class="menu-item menu-item-type-post_type menu-item-object-product current-menu-item menu-item-61870"><a href="https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips/" aria-current="page">Challan Pro</a></li> </ul></div></div> <div id="nav_menu-5" class="2$s col-xl-3 col-lg-2 col-md-12 col-sm-12"><p class="webappick-footer-link-title">Resources</p><div class="menu-footer-3-container"><ul id="menu-footer-3" class="menu"><li id="menu-item-67832" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-67832"><a href="https://webappick.com/contact/">Contact</a></li> <li id="menu-item-67850" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-67850"><a href="https://webappick.com/write-for-us/">Write For Us</a></li> <li id="menu-item-75459" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-75459"><a rel="privacy-policy" href="https://webappick.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-61873" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61873"><a href="https://webappick.com/refund-policy/">Refund Policy</a></li> <li id="menu-item-61875" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61875"><a href="https://webappick.com/terms-and-conditions/">Terms & Conditions</a></li> <li id="menu-item-61908" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61908"><a href="https://webappick.com/affiliate-area/">Affiliates</a></li> <li id="menu-item-61909" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61909"><a href="https://webappick.com/become-an-affiliate/">Affiliates T&C</a></li> </ul></div></div> </div><!-- end .row --> </div><!-- end .container --> </div><!-- end .webappick-footer-content --> <div class="webappick-footer-copyright-container"> <div class="container"> <div class="row" id="footer-items-center"> <div class="col-xl-8 col-lg-8 col-md-8 col-sm-12"> <div class="webappick-footer-copyright"> <p>©2024 WebAppick LLC All Rights Reserved</p> </div><!-- end .footer-copyright --> </div><!-- end .col-xl-8 --> <div class="col-xl-4 col-lg-4 col-md-4 col-sm-12"> <div class="webappick-footer-top " id="remove-top-btn"> <a href="#webappick-header" aria-label="Goto Top"> <img loading="lazy" class="ftp-icon" title="" width="16" height="16" alt="Footer to top" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%20.396l-.48.458L.855%207.521l.958.958%205.521-5.52v13.04h1.333V2.96l5.521%205.52.959-.958L8.479.854l-.48-.458z%22%2F%3E%3C%2Fsvg%3E"></img> </a> </div><!-- end .footer-top --> </div><!-- end .col-xl-4 --> </div><!-- end .row --> </div><!-- end .container --> </div><!-- end .footer-copyright-container --> </footer><!-- end #webappick-footer --> <!-- END WEBAPPICK FOOTER --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> window.__lc_connect = '{"ajaxUrl":"https:\/\/webappick.com\/wp-admin\/admin-ajax.php","customer":{"id":"","name":"","email":""}}'; </script> <script type="rocketlazyloadscript" data-minify="1" async data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/api/v1/script/8e9bc0f4-371e-4ea3-8358-a3cc43c91cf2/widget.js?ver=1731660326"></script> <script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"Product","@id":"https:\/\/webappick.com\/plugin\/woocommerce-pdf-invoice-packing-slips\/#product","name":"Challan Pro","url":"https:\/\/webappick.com\/plugin\/woocommerce-pdf-invoice-packing-slips\/","description":"WooCommerce PDF Invoices and Packing Slips Pro (Challan Pro) help you to attach a PDF invoice to the order confirmation email. Unlike a normal WooCommerce invoice, WooCommerce PDF Invoices and Packing Slips Pro can be easily downloaded and is fully customizable","image":"https:\/\/webappick.com\/wp-content\/uploads\/2016\/10\/woo-invoice-thumbnail.svg","sku":"WOINPRO","offers":[{"@type":"AggregateOffer","lowPrice":"69","highPrice":"716","offerCount":6,"priceCurrency":"USD","availability":"http:\/\/schema.org\/InStock","url":"https:\/\/webappick.com\/plugin\/woocommerce-pdf-invoice-packing-slips\/","seller":{"@type":"Organization","name":"WEBAPPICK","url":"https:\/\/webappick.com"}}],"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.67","reviewCount":52},"review":[{"@type":"Review","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"},"author":{"@type":"Person","name":"Sanja Kocevski"},"reviewBody":"excellent product","datePublished":"2024-04-20T16:19:13+06:00"},{"@type":"Review","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"1","worstRating":"1"},"author":{"@type":"Person","name":"Darla Wood"},"reviewBody":"When I first installed this plugin I had some issues and worked through it. Now every timeI update the darn thing stops working. I am sick of having to troubleshoot this app, while Never getting a reply from webAppick when asking for help","datePublished":"2024-02-23T10:21:43+06:00"},{"@type":"Review","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"},"author":{"@type":"Person","name":"Suede Creek"},"reviewBody":"Is there something I'm missing in the shipping label? When I request a shipping label I do not get a shipping label. I get the shipping information, what do I need to turn it into a lable.","datePublished":"2024-01-12T22:49:53+06:00"},{"@type":"Review","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"},"author":{"@type":"Person","name":"Chaz Lovely"},"reviewBody":"Easy High Quality GREAT Pricing. I want to see more!","datePublished":"2023-11-17T11:54:08+06:00"},{"@type":"Review","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"},"author":{"@type":"Person","name":"Magnus Johansson"},"reviewBody":"I have test alot of them but this is the best one.","datePublished":"2023-11-16T16:14:42+06:00"}],"brand":{"@type":"Brand","name":"WebAppick"},"mpn":51372}</script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: [BFCM2024] Combine Checkout Page --> <script type="rocketlazyloadscript">(function(d,u,ac){var s=d.createElement('script');s.type='text/javascript';s.src='https://a.omappapi.com/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,35974,'uivwckkg3hvvlhw6ci8z');</script> <!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: [BFCM2024] Challan Pro Page --> <script type="rocketlazyloadscript">(function(d,u,ac){var s=d.createElement('script');s.type='text/javascript';s.src='https://a.omappapi.com/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,35974,'alamvjkbsqj0o4ngzt5s');</script> <!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: [BFCM2024] CTX feed Pro Page --> <script type="rocketlazyloadscript">(function(d,u,ac){var s=d.createElement('script');s.type='text/javascript';s.src='https://a.omappapi.com/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,35974,'a8gamp08vbglzgdkcvo5');</script> <!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: Challan - Monsterlink --> <script type="rocketlazyloadscript">(function(d,u,ac){var s=d.createElement('script');s.type='text/javascript';s.src='https://a.omappapi.com/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,35974,'i2ikxa3lepgjrmh3ybuv');</script> <!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: Exit Intent only for CTX Feed Pro Page --> <script type="rocketlazyloadscript">(function(d,u,ac){var s=d.createElement('script');s.type='text/javascript';s.src='https://a.omappapi.com/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,35974,'d3ffx8m9w20awlafb3hy');</script> <!-- / OptinMonster --> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var uivwckkg3hvvlhw6ci8z_shortcode = true;var alamvjkbsqj0o4ngzt5s_shortcode = true;var a8gamp08vbglzgdkcvo5_shortcode = true;var i2ikxa3lepgjrmh3ybuv_shortcode = true;var d3ffx8m9w20awlafb3hy_shortcode = true; </script> <script type="text/template" id="tmpl-variation-template"> <div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div> <div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div> <div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div> </script> <script type="text/template" id="tmpl-unavailable-variation-template"> <p role="alert">Sorry, this product is unavailable. Please choose a different combination.</p> </script> <link data-minify="1" rel='stylesheet' id='wc-blocks-style-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=1731660326' type='text/css' media='all' /> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/assets/js/frontend/single-product.js?ver=1731660335" id="wcs-single-product-js" defer></script> <script type="text/javascript" id="site_tracking-js-extra"> /* <![CDATA[ */ var php_data = {"ac_settings":{"tracking_actid":253804279,"site_tracking_default":1,"site_tracking":1},"user_email":""}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/activecampaign-subscription-forms/site_tracking.js?ver=1731660326" id="site_tracking-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1731660326" id="swv-js" defer></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/webappick.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1731660326" id="contact-form-7-js" defer></script> <script type="text/javascript" id="fue-front-script-js-extra"> /* <![CDATA[ */ var FUE_Front = {"is_logged_in":"","ajaxurl":"https:\/\/webappick.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-follow-up-emails/templates/js/fue-front.js?ver=1731660326" id="fue-front-script-js" defer></script> <script type="text/javascript" id="eae-main-js-extra"> /* <![CDATA[ */ var eae = {"ajaxurl":"https:\/\/webappick.com\/wp-admin\/admin-ajax.php","current_url":"aHR0cHM6Ly93ZWJhcHBpY2suY29tL3BsdWdpbi93b29jb21tZXJjZS1wZGYtaW52b2ljZS1wYWNraW5nLXNsaXBzLw==","nonce":"ddaebc1d0a","plugin_url":"https:\/\/webappick.com\/wp-content\/plugins\/addon-elements-for-elementor-page-builder\/"}; var eae_editor = {"plugin_url":"https:\/\/webappick.com\/wp-content\/plugins\/addon-elements-for-elementor-page-builder\/"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/js/eae.min.js?ver=1.13.7" id="eae-main-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/build/index.min.js?ver=1.13.7" id="eae-index-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=1.0" id="font-awesome-4-shim-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/js/animated-main.min.js?ver=1.0" id="animated-main-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/js/particles.min.js?ver=2.0.0" id="eae-particles-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/lib/magnific.min.js?ver=1.1.0" id="wts-magnific-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/lib/vegas/vegas.min.js?ver=2.4.0" id="vegas-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-contact-form-7-tracker.js?ver=1731660326" id="gtm4wp-contact-form-7-tracker-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="gtm4wp-additional-datalayer-pushes-js-after"> /* <![CDATA[ */ dataLayer.push({"ecommerce":{"currency":"USD","value":69,"items":[{"item_id":51372,"item_name":"Challan Pro","sku":"WOINPRO","price":69,"stocklevel":null,"stockstatus":"instock","google_business_vertical":"custom","item_category":"WooCommerce","id":51372}]},"event":"view_item"}); /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-ecommerce-generic.js?ver=1731660326" id="gtm4wp-ecommerce-generic-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-woocommerce.js?ver=1731660326" id="gtm4wp-woocommerce-js" defer></script> <script type="text/javascript" id="social_warfare_script-js-extra"> /* <![CDATA[ */ var socialWarfare = {"addons":["pro"],"post_id":"51372","variables":{"emphasizeIcons":"0","powered_by_toggle":false,"affiliate_link":"https:\/\/warfareplugins.com"},"floatBeforeContent":""}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/social-warfare/assets/js/script.min.js?ver=4.4.6.3" id="social_warfare_script-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://js.stripe.com/v3/?ver=3.0" id="stripe-js" defer></script> <script type="text/javascript" id="wc_stripe_payment_request-js-extra"> /* <![CDATA[ */ var wc_stripe_payment_request_params = {"ajax_url":"\/?wc-ajax=%%endpoint%%","stripe":{"key":"pk_live_07R66eyPpZt6GGOnndY08R5S","allow_prepaid_card":"yes","locale":"en","is_link_enabled":false,"is_payment_request_enabled":true},"nonce":{"payment":"f29d67e519","shipping":"621979eab9","update_shipping":"a71a0f720f","checkout":"d2f44a8313","add_to_cart":"b8c39106de","get_selected_product_data":"41e3c9410c","log_errors":"909272bd40","clear_cart":"13094b382f"},"i18n":{"no_prepaid_card":"Sorry, we're not accepting prepaid cards at this time.","unknown_shipping":"Unknown shipping option \"[option]\"."},"checkout":{"url":"https:\/\/webappick.com\/checkout\/","currency_code":"usd","country_code":"US","needs_shipping":"no","needs_payer_phone":true},"button":{"type":"buy","theme":"light","height":"48","locale":"en","branded_type":"long","css_selector":"","label":"","is_custom":false,"is_branded":false},"login_confirmation":"","is_product_page":"1","product":{"displayItems":[{"label":"Challan Pro - Single Site","amount":6900}],"total":{"label":" (via WooCommerce)","amount":6900},"requestShipping":false,"currency":"usd","country_code":"US","validVariationSelected":true}}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-payment-request.min.js?ver=8.8.1" id="wc_stripe_payment_request-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after"> /* <![CDATA[ */ "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-extra"> /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/docs\/ctx-feed\/dynamic-attributes\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/??(.*)|\/cart\/?|\/my-account\/??(.*)|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/webappick.com","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after"> /* <![CDATA[ */ (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/themes/webappick/assets/js/plugins/bootstrap.min.js?ver=5.0.0" id="bootstrap-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/themes/webappick/assets/js/plugins/jquery.smartmenus.min.js?ver=5.0.0" id="smartmenus-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/themes/webappick/assets/js/plugins/jquery.lazy.min.js?ver=1.0.0" id="webappick-lazy-plugin-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js" defer></script> <script type="text/javascript" id="wp-util-js-extra"> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/wp-util.min.js?ver=6.5.5" id="wp-util-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/themes/webappick/assets/js/common.js?ver=1731660326" id="webappick-common-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/themes/webappick/assets/js/product-single.js?ver=1731660335" id="webappick-product-single-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/comment-reply.min.js?ver=6.5.5" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/themes/webappick/assets/js/plugins/owl.carousel.min.js?ver=2.3.4" id="owl-carousel-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.3.3" id="sourcebuster-js-js" defer></script> <script type="text/javascript" id="wc-order-attribution-js-extra"> /* <![CDATA[ */ var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/webappick.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.3.3" id="wc-order-attribution-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.min.js?ver=3.0.0-wc.9.3.3" id="jquery-payment-js" data-wp-strategy="defer" defer></script> <script type="text/javascript" id="woocommerce_stripe-js-extra"> /* <![CDATA[ */ var wc_stripe_params = {"title":"Credit Card (Stripe)","key":"pk_live_07R66eyPpZt6GGOnndY08R5S","i18n_terms":"Please accept the terms and conditions first","i18n_required_fields":"Please fill in required checkout fields first","updateFailedOrderNonce":"ec4c6bde95","updatePaymentIntentNonce":"db5cec8ddc","orderId":"0","checkout_url":"\/?wc-ajax=checkout","stripe_locale":"en","no_prepaid_card_msg":"Sorry, we're not accepting prepaid cards at this time. Your credit card has not been charged. Please try with alternative payment method.","no_sepa_owner_msg":"Please enter your IBAN account name.","no_sepa_iban_msg":"Please enter your IBAN account number.","payment_intent_error":"We couldn't initiate the payment. Please try again.","sepa_mandate_notification":"email","allow_prepaid_card":"yes","inline_cc_form":"yes","is_checkout":"no","return_url":"https:\/\/webappick.com\/checkout\/order-received\/?utm_nooverride=1","ajaxurl":"\/?wc-ajax=%%endpoint%%","stripe_nonce":"e7655a148e","statement_descriptor":"","elements_options":[],"sepa_elements_options":{"supportedCountries":["SEPA"],"placeholderCountry":"US","style":{"base":{"fontSize":"15px"}}},"invalid_owner_name":"Billing First Name and Last Name are required.","is_change_payment_page":"no","is_add_payment_page":"no","is_pay_for_order_page":"no","elements_styling":"","elements_classes":"","add_card_nonce":"e3694fd1df","create_payment_intent_nonce":"27da8da464","cpf_cnpj_required_msg":"CPF\/CNPJ is a required field","invalid_number":"The card number is not a valid credit card number.","invalid_expiry_month":"The card's expiration month is invalid.","invalid_expiry_year":"The card's expiration year is invalid.","invalid_cvc":"The card's security code is invalid.","incorrect_number":"The card number is incorrect.","incomplete_number":"The card number is incomplete.","incomplete_cvc":"The card's security code is incomplete.","incomplete_expiry":"The card's expiration date is incomplete.","expired_card":"The card has expired.","incorrect_cvc":"The card's security code is incorrect.","incorrect_zip":"The card's zip code failed validation.","postal_code_invalid":"Invalid zip code, please correct and try again","invalid_expiry_year_past":"The card's expiration year is in the past","card_declined":"The card was declined.","missing":"There is no card on a customer that is being charged.","processing_error":"An error occurred while processing the card.","invalid_sofort_country":"The billing country is not accepted by Sofort. Please try another country.","email_invalid":"Invalid email address, please correct and try again.","invalid_request_error":"Unable to process this payment, please try again or use alternative method.","amount_too_large":"The order total is too high for this payment method","amount_too_small":"The order total is too low for this payment method","country_code_invalid":"Invalid country code, please try again with a valid country code","tax_id_invalid":"Invalid Tax Id, please try again with a valid tax id","invalid_wallet_type":"Invalid wallet payment type, please try again or use an alternative method."}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe.min.js?ver=8.8.1" id="woocommerce_stripe-js" defer></script> <script type="rocketlazyloadscript">(function(d){var s=d.createElement("script");s.type="text/javascript";s.src="https://a.omappapi.com/app/js/api.min.js";s.async=true;s.id="omapi-script";d.getElementsByTagName("head")[0].appendChild(s);})(document);</script><script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.google.com/recaptcha/api.js?render=6Ldn5IgUAAAAAJlbHUMlZoxfcVtO_A6A5NjAcWXG&ver=3.0" id="google-recaptcha-js"></script> <script type="text/javascript" id="wpcf7-recaptcha-js-extra"> /* <![CDATA[ */ var wpcf7_recaptcha = {"sitekey":"6Ldn5IgUAAAAAJlbHUMlZoxfcVtO_A6A5NjAcWXG","actions":{"homepage":"homepage","contactform":"contactform"}}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=1731660326" id="wpcf7-recaptcha-js" defer></script> <script type="text/javascript" id="wc-add-to-cart-variation-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/themes/webappick/assets/js/frontend/add-to-cart-variation.js?ver=1731660335" id="wc-add-to-cart-variation-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/optinmonster/assets/dist/js/helper.min.js?ver=2.16.7" id="optinmonster-wp-helper-js" defer></script> <!-- WooCommerce JavaScript --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() { jQuery(function($) { ( function() { function trackEvents() { gtag('event', 'view_item', JSON.parse(`{\"items\":[{\"item_id\":\"WOINPRO\",\"item_name\":\"Challan Pro\",\"item_variant\":\"single-site\",\"price\":69,\"quantity\":1,\"item_category\":\"WooCommerce\",\"item_category2\":\"WooCommerce PDF Invoice\",\"item_category3\":\"WooCommerce Packing Slip\",\"item_category4\":\"Invoice\",\"item_category5\":\"Packing Slip\"}],\"value\":\"69\",\"currency\":\"USD\",\"category\":\"Products\"}`)) } if ( 'undefined' !== typeof gtag ) { trackEvents(); } else { // avoid using jQuery in case it's not available when this script is loaded document.addEventListener( 'wc_google_analytics_pro_gtag_loaded', trackEvents ); } function trackUAEvents() { ga( 'send', 'pageview' ); ga( 'ec:addProduct', {"id":"WOINPRO","name":"Challan Pro","brand":"","category":"WooCommerce","variant":"single-site","price":"69","quantity":1,"position":1} );ga( 'ec:setAction', 'detail', [] ); ga( 'send', {"hitType":"event","eventCategory":"Products","eventAction":"viewed product","eventLabel":"Challan Pro","eventValue":null,"nonInteraction":true} ); } if ( 'undefined' !== typeof ga ) { trackUAEvents(); } else { // avoid using jQuery in case it's not available when this script is loaded document.addEventListener( 'wc_google_analytics_pro_loaded', trackUAEvents ); } } ) (); }); });</script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var swp_nonce = "31c56d78ed";var swpFloatBeforeContent = false; var swp_ajax_url = "https://webappick.com/wp-admin/admin-ajax.php"; var swp_post_id = "51372";var swpClickTracking = false; swpPinIt={"enabled":false};</script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">var omapi_localized = { ajax: 'https://webappick.com/wp-admin/admin-ajax.php?optin-monster-ajax-route=1', nonce: '00f3785d91', slugs: {"uivwckkg3hvvlhw6ci8z":{"slug":"uivwckkg3hvvlhw6ci8z","mailpoet":false},"alamvjkbsqj0o4ngzt5s":{"slug":"alamvjkbsqj0o4ngzt5s","mailpoet":false},"a8gamp08vbglzgdkcvo5":{"slug":"a8gamp08vbglzgdkcvo5","mailpoet":false},"i2ikxa3lepgjrmh3ybuv":{"slug":"i2ikxa3lepgjrmh3ybuv","mailpoet":false},"d3ffx8m9w20awlafb3hy":{"slug":"d3ffx8m9w20awlafb3hy","mailpoet":false}} };</script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">var omapi_data = {"object_id":51372,"object_key":"product","object_type":"post","term_ids":[4124,4125,4126,84,2331,2330,2699,2772,2773,2774,2771,2775],"wp_json":"https:\/\/webappick.com\/wp-json","wc_active":true,"edd_active":false,"nonce":"98774dd41b"};</script> <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1732370191 -->