The biggest platform for WordPress products

Shack HelpScout PRO – support your Joomla users

​Help Scout PRO is one of the most popular and convenient ways to support clients. With the Shack HelpScout extension, you can tightly integrate Help Scout with Joomla.

Shack HelpScout enables you to display Help Scout forms and user conversations directly inside your Joomla site. Your users will never realize that their questions are being answered from inside Help Scout.

We have happily been using Shack HelpScout on Joomlashack.com for years to manage customer support.

  

  • shack-helpscout-pro-support-your-joomla-users-v2-0-7.zip
  • shack-helpscout-pro-support-your-joomla-users-v2-0-7.zip
  • shackhelpscout-pro_2_0_7
    • admin
      • access.xml
      • assets
        • .htaccess
      • config.xml
      • controller.php
      • controllers
        • authenticate.php
      • form
        • fields
          • base.php
          • customfooter.php
          • grant.php
          • layouts
            • alledia
              • customfooter.php
            • shackhelpscout
              • grant.php
          • mailboxes.php
          • subtitle.php
      • helper.php
      • include.php
      • language
        • en-GB
          • en-GB.com_shackhelpscout.ini
          • en-GB.com_shackhelpscout.sys.ini
          • en-GB.lib_allediainstaller.sys.ini
        • pt-BR
          • pt-BR.lib_allediainstaller.sys.ini
      • library
        • Installer
          • AbstractScript.php
          • AutoLoader.php
          • Extension
            • Generic.php
            • Licensed.php
          • include.php
          • Loader.php
        • Pro
          • Client.php
          • Joomla
            • Component
              • Site.php
            • Controller
              • Json.php
              • Site.php
      • shackhelpscout.php
      • vendor
        • autoload.php
        • bin
          • carbon
        • composer
          • autoload_classmap.php
          • autoload_files.php
          • autoload_namespaces.php
          • autoload_psr4.php
          • autoload_real.php
          • autoload_static.php
          • ClassLoader.php
          • installed.json
          • LICENSE
        • guzzlehttp
          • guzzle
            • CHANGELOG.md
            • composer.json
            • Dockerfile
            • LICENSE
            • phpstan.neon.dist
            • README.md
            • src
              • Client.php
              • ClientInterface.php
              • Cookie
                • CookieJar.php
                • CookieJarInterface.php
                • FileCookieJar.php
                • SessionCookieJar.php
                • SetCookie.php
              • Exception
                • BadResponseException.php
                • ClientException.php
                • ConnectException.php
                • GuzzleException.php
                • InvalidArgumentException.php
                • RequestException.php
                • SeekException.php
                • ServerException.php
                • TooManyRedirectsException.php
                • TransferException.php
              • functions.php
              • functions_include.php
              • Handler
                • CurlFactory.php
                • CurlFactoryInterface.php
                • CurlHandler.php
                • CurlMultiHandler.php
                • EasyHandle.php
                • MockHandler.php
                • Proxy.php
                • StreamHandler.php
              • HandlerStack.php
              • MessageFormatter.php
              • Middleware.php
              • Pool.php
              • PrepareBodyMiddleware.php
              • RedirectMiddleware.php
              • RequestOptions.php
              • RetryMiddleware.php
              • TransferStats.php
              • UriTemplate.php
            • UPGRADING.md
          • promises
            • CHANGELOG.md
            • composer.json
            • LICENSE
            • Makefile
            • README.md
            • src
              • AggregateException.php
              • CancellationException.php
              • Coroutine.php
              • EachPromise.php
              • FulfilledPromise.php
              • functions.php
              • functions_include.php
              • Promise.php
              • PromiseInterface.php
              • PromisorInterface.php
              • RejectedPromise.php
              • RejectionException.php
              • TaskQueue.php
              • TaskQueueInterface.php
          • psr7
            • CHANGELOG.md
            • composer.json
            • LICENSE
            • README.md
            • src
              • AppendStream.php
              • BufferStream.php
              • CachingStream.php
              • DroppingStream.php
              • FnStream.php
              • functions.php
              • functions_include.php
              • InflateStream.php
              • LazyOpenStream.php
              • LimitStream.php
              • MessageTrait.php
              • MultipartStream.php
              • NoSeekStream.php
              • PumpStream.php
              • Request.php
              • Response.php
              • Rfc7230.php
              • ServerRequest.php
              • Stream.php
              • StreamDecoratorTrait.php
              • StreamWrapper.php
              • UploadedFile.php
              • Uri.php
              • UriNormalizer.php
              • UriResolver.php
        • helpscout
          • api
            • composer.json
            • CONTRIBUTING.md
            • examples
              • auth.php
              • conversations.php
              • customers.php
              • incoming_webhook.php
              • mailboxes.php
              • tags.php
              • teams.php
              • threads.php
              • transition.php
              • users.php
              • webhooks.php
              • workflows.php
              • _credentials.php.example
            • LICENSE
            • phpstan.neon
            • src
              • ApiClient.php
              • ApiClientFactory.php
              • Assert
                • Assert.php
              • Conversations
                • ChatConversation.php
                • Conversation.php
                • ConversationFilters.php
                • ConversationLinks.php
                • ConversationLoader.php
                • ConversationRequest.php
                • ConversationsEndpoint.php
                • CustomerWaitingSince.php
                • CustomField.php
                • CustomFieldsCollection.php
                • EmailConversation.php
                • PhoneConversation.php
                • Status.php
                • Threads
                  • Attachments
                    • Attachment.php
                    • AttachmentFactory.php
                    • AttachmentsEndpoint.php
                  • ChatThread.php
                  • CustomerThread.php
                  • IncludesThreadDetails.php
                  • NoteThread.php
                  • PhoneThread.php
                  • ReplyThread.php
                  • Support
                    • HasCustomer.php
                    • HasPartiesToBeNotified.php
                    • HasUser.php
                  • Thread.php
                  • ThreadFactory.php
                  • ThreadsEndpoint.php
              • Customers
                • Customer.php
                • CustomerFilters.php
                • CustomerLinks.php
                • CustomerLoader.php
                • CustomerRequest.php
                • CustomersEndpoint.php
                • Entry
                  • Address.php
                  • Chat.php
                  • ChatHandle.php
                  • CustomerEntryEndpoint.php
                  • Email.php
                  • Phone.php
                  • SocialProfile.php
                  • Website.php
              • Endpoint.php
              • Entity
                • Collection.php
                • Extractable.php
                • Hydratable.php
                • LinkedEntityLoader.php
                • PagedCollection.php
                • Patch.php
              • Exception
                • AuthenticationException.php
                • Exception.php
                • InvalidArgumentException.php
                • InvalidSignatureException.php
                • JsonException.php
                • RateLimitExceededException.php
                • RuntimeException.php
                • ValidationErrorException.php
              • Http
                • Auth
                  • Auth.php
                  • ClientCredentials.php
                  • CodeCredentials.php
                  • LegacyCredentials.php
                  • NullCredentials.php
                  • RefreshCredentials.php
                • Authenticator.php
                • Hal
                  • HalDeserializer.php
                  • HalDocument.php
                  • HalLink.php
                  • HalLinks.php
                  • HalPagedResources.php
                  • HalPageMetadata.php
                  • HalResource.php
                  • HalResources.php
                  • VndError.php
                • Handlers
                  • ClientErrorHandler.php
                  • RateLimitHandler.php
                  • ValidationHandler.php
                • RestClient.php
                • RestClientBuilder.php
              • Mailboxes
                • Entry
                  • Field.php
                  • FieldOption.php
                  • Folder.php
                • Mailbox.php
                • MailboxesEndpoint.php
                • MailboxLinks.php
                • MailboxLoader.php
                • MailboxRequest.php
              • Reports
                • Chat.php
                • Company
                  • CustomersHelped.php
                  • Drilldown.php
                  • Overall.php
                • Conversations
                  • BusyTimes.php
                  • Drilldown.php
                  • DrilldownByField.php
                  • NewConversationDrilldown.php
                  • NewConversations.php
                  • Overall.php
                  • ReceivedMessages.php
                  • VolumesByChannel.php
                • Docs
                  • Overall.php
                • Email.php
                • Happiness
                  • Overall.php
                  • Ratings.php
                • ParameterBag.php
                • ParameterBagFactory.php
                • Phone.php
                • Productivity
                  • FirstResponseTime.php
                  • Overall.php
                  • RepliesSent.php
                  • ResolutionTime.php
                  • Resolved.php
                  • ResponseTime.php
                • Report.php
                • User
                  • ConversationHistory.php
                  • CustomersHelped.php
                  • Drilldown.php
                  • Happiness.php
                  • HappinessDrilldown.php
                  • Overall.php
                  • Replies.php
                  • Resolutions.php
              • Support
                • ExtractsData.php
                • Filesystem.php
                • HydratesData.php
              • Tags
                • Tag.php
                • TagsCollection.php
                • TagsEndpoint.php
              • Teams
                • Team.php
                • TeamsEndpoint.php
              • Users
                • User.php
                • UsersEndpoint.php
              • Webhooks
                • IncomingWebhook.php
                • Webhook.php
                • WebhooksEndpoint.php
              • Workflows
                • RunWorkflowRequest.php
                • Workflow.php
                • WorkflowBatch.php
                • WorkflowsEndpoint.php
          • apps
            • CHANGELOG.md
            • composer.json
            • phpunit.xml.dist
            • README.md
            • src
              • HelpScoutApp
                • ClassLoader.php
                • DynamicApp.php
                • model
                  • Conversation.php
                  • Customer.php
                  • Mailbox.php
                  • User.php
            • tests
              • HelpScoutApp
                • model
                  • UserTest.php
        • nesbot
          • carbon
            • bin
              • carbon
              • carbon.bat
            • composer.json
            • contributing.md
            • LICENSE
            • phpmd.xml
            • readme.md
            • src
              • Carbon
                • Carbon.php
                • CarbonImmutable.php
                • CarbonInterface.php
                • CarbonInterval.php
                • CarbonPeriod.php
                • CarbonTimeZone.php
                • Cli
                  • Invoker.php
                • Exceptions
                  • BadUnitException.php
                  • InvalidDateException.php
                  • NotAPeriodException.php
                  • ParseErrorException.php
                • Factory.php
                • FactoryImmutable.php
                • Lang
                  • aa.php
                  • aa_DJ.php
                  • aa_ER.php
                  • [email protected]
                  • aa_ET.php
                  • af.php
                  • af_NA.php
                  • af_ZA.php
                  • agq.php
                  • agr.php
                  • agr_PE.php
                  • ak.php
                  • ak_GH.php
                  • am.php
                  • am_ET.php
                  • an.php
                  • anp.php
                  • anp_IN.php
                  • an_ES.php
                  • ar.php
                  • ar_AE.php
                  • ar_BH.php
                  • ar_DJ.php
                  • ar_DZ.php
                  • ar_EG.php
                  • ar_EH.php
                  • ar_ER.php
                  • ar_IL.php
                  • ar_IN.php
                  • ar_IQ.php
                  • ar_JO.php
                  • ar_KM.php
                  • ar_KW.php
                  • ar_LB.php
                  • ar_LY.php
                  • ar_MA.php
                  • ar_MR.php
                  • ar_OM.php
                  • ar_PS.php
                  • ar_QA.php
                  • ar_SA.php
                  • ar_SD.php
                  • ar_Shakl.php
                  • ar_SO.php
                  • ar_SS.php
                  • ar_SY.php
                  • ar_TD.php
                  • ar_TN.php
                  • ar_YE.php
                  • as.php
                  • asa.php
                  • ast.php
                  • ast_ES.php
                  • as_IN.php
                  • ayc.php
                  • ayc_PE.php
                  • az.php
                  • az_AZ.php
                  • az_Cyrl.php
                  • az_IR.php
                  • az_Latn.php
                  • bas.php
                  • be.php
                  • bem.php
                  • bem_ZM.php
                  • ber.php
                  • ber_DZ.php
                  • ber_MA.php
                  • bez.php
                  • be_BY.php
                  • [email protected]
                  • bg.php
                  • bg_BG.php
                  • bhb.php
                  • bhb_IN.php
                  • bho.php
                  • bho_IN.php
                  • bi.php
                  • bi_VU.php
                  • bm.php
                  • bn.php
                  • bn_BD.php
                  • bn_IN.php
                  • bo.php
                  • bo_CN.php
                  • bo_IN.php
                  • br.php
                  • brx.php
                  • brx_IN.php
                  • br_FR.php
                  • bs.php
                  • bs_BA.php
                  • bs_Cyrl.php
                  • bs_Latn.php
                  • byn.php
                  • byn_ER.php
                  • ca.php
                  • ca_AD.php
                  • ca_ES.php
                  • ca_ES_Valencia.php
                  • ca_FR.php
                  • ca_IT.php
                  • ccp.php
                  • ccp_IN.php
                  • ce.php
                  • ce_RU.php
                  • cgg.php
                  • chr.php
                  • chr_US.php
                  • cmn.php
                  • cmn_TW.php
                  • crh.php
                  • crh_UA.php
                  • cs.php
                  • csb.php
                  • csb_PL.php
                  • cs_CZ.php
                  • cu.php
                  • cv.php
                  • cv_RU.php
                  • cy.php
                  • cy_GB.php
                  • da.php
                  • dav.php
                  • da_DK.php
                  • da_GL.php
                  • de.php
                  • de_AT.php
                  • de_BE.php
                  • de_CH.php
                  • de_DE.php
                  • de_IT.php
                  • de_LI.php
                  • de_LU.php
                  • dje.php
                  • doi.php
                  • doi_IN.php
                  • dsb.php
                  • dsb_DE.php
                  • dua.php
                  • dv.php
                  • dv_MV.php
                  • dyo.php
                  • dz.php
                  • dz_BT.php
                  • ebu.php
                  • ee.php
                  • ee_TG.php
                  • el.php
                  • el_CY.php
                  • el_GR.php
                  • en.php
                  • en_001.php
                  • en_150.php
                  • en_AG.php
                  • en_AI.php
                  • en_AS.php
                  • en_AT.php
                  • en_AU.php
                  • en_BB.php
                  • en_BE.php
                  • en_BI.php
                  • en_BM.php
                  • en_BS.php
                  • en_BW.php
                  • en_BZ.php
                  • en_CA.php
                  • en_CC.php
                  • en_CH.php
                  • en_CK.php
                  • en_CM.php
                  • en_CX.php
                  • en_CY.php
                  • en_DE.php
                  • en_DG.php
                  • en_DK.php
                  • en_DM.php
                  • en_ER.php
                  • en_FI.php
                  • en_FJ.php
                  • en_FK.php
                  • en_FM.php
                  • en_GB.php
                  • en_GD.php
                  • en_GG.php
                  • en_GH.php
                  • en_GI.php
                  • en_GM.php
                  • en_GU.php
                  • en_GY.php
                  • en_HK.php
                  • en_IE.php
                  • en_IL.php
                  • en_IM.php
                  • en_IN.php
                  • en_IO.php
                  • en_ISO.php
                  • en_JE.php
                  • en_JM.php
                  • en_KE.php
                  • en_KI.php
                  • en_KN.php
                  • en_KY.php
                  • en_LC.php
                  • en_LR.php
                  • en_LS.php
                  • en_MG.php
                  • en_MH.php
                  • en_MO.php
                  • en_MP.php
                  • en_MS.php
                  • en_MT.php
                  • en_MU.php
                  • en_MW.php
                  • en_MY.php
                  • en_NA.php
                  • en_NF.php
                  • en_NG.php
                  • en_NL.php
                  • en_NR.php
                  • en_NU.php
                  • en_NZ.php
                  • en_PG.php
                  • en_PH.php
                  • en_PK.php
                  • en_PN.php
                  • en_PR.php
                  • en_PW.php
                  • en_RW.php
                  • en_SB.php
                  • en_SC.php
                  • en_SD.php
                  • en_SE.php
                  • en_SG.php
                  • en_SH.php
                  • en_SI.php
                  • en_SL.php
                  • en_SS.php
                  • en_SX.php
                  • en_SZ.php
                  • en_TC.php
                  • en_TK.php
                  • en_TO.php
                  • en_TT.php
                  • en_TV.php
                  • en_TZ.php
                  • en_UG.php
                  • en_UM.php
                  • en_US.php
                  • en_US_Posix.php
                  • en_VC.php
                  • en_VG.php
                  • en_VI.php
                  • en_VU.php
                  • en_WS.php
                  • en_ZA.php
                  • en_ZM.php
                  • en_ZW.php
                  • eo.php
                  • es.php
                  • es_419.php
                  • es_AR.php
                  • es_BO.php
                  • es_BR.php
                  • es_BZ.php
                  • es_CL.php
                  • es_CO.php
                  • es_CR.php
                  • es_CU.php
                  • es_DO.php
                  • es_EA.php
                  • es_EC.php
                  • es_ES.php
                  • es_GQ.php
                  • es_GT.php
                  • es_HN.php
                  • es_IC.php
                  • es_MX.php
                  • es_NI.php
                  • es_PA.php
                  • es_PE.php
                  • es_PH.php
                  • es_PR.php
                  • es_PY.php
                  • es_SV.php
                  • es_US.php
                  • es_UY.php
                  • es_VE.php
                  • et.php
                  • et_EE.php
                  • eu.php
                  • eu_ES.php
                  • ewo.php
                  • fa.php
                  • fa_AF.php
                  • fa_IR.php
                  • ff.php
                  • ff_CM.php
                  • ff_GN.php
                  • ff_MR.php
                  • ff_SN.php
                  • fi.php
                  • fil.php
                  • fil_PH.php
                  • fi_FI.php
                  • fo.php
                  • fo_DK.php
                  • fo_FO.php
                  • fr.php
                  • fr_BE.php
                  • fr_BF.php
                  • fr_BI.php
                  • fr_BJ.php
                  • fr_BL.php
                  • fr_CA.php
                  • fr_CD.php
                  • fr_CF.php
                  • fr_CG.php
                  • fr_CH.php
                  • fr_CI.php
                  • fr_CM.php
                  • fr_DJ.php
                  • fr_DZ.php
                  • fr_FR.php
                  • fr_GA.php
                  • fr_GF.php
                  • fr_GN.php
                  • fr_GP.php
                  • fr_GQ.php
                  • fr_HT.php
                  • fr_KM.php
                  • fr_LU.php
                  • fr_MA.php
                  • fr_MC.php
                  • fr_MF.php
                  • fr_MG.php
                  • fr_ML.php
                  • fr_MQ.php
                  • fr_MR.php
                  • fr_MU.php
                  • fr_NC.php
                  • fr_NE.php
                  • fr_PF.php
                  • fr_PM.php
                  • fr_RE.php
                  • fr_RW.php
                  • fr_SC.php
                  • fr_SN.php
                  • fr_SY.php
                  • fr_TD.php
                  • fr_TG.php
                  • fr_TN.php
                  • fr_VU.php
                  • fr_WF.php
                  • fr_YT.php
                  • fur.php
                  • fur_IT.php
                  • fy.php
                  • fy_DE.php
                  • fy_NL.php
                  • ga.php
                  • ga_IE.php
                  • gd.php
                  • gd_GB.php
                  • gez.php
                  • gez_ER.php
                  • gez_ET.php
                  • gl.php
                  • gl_ES.php
                  • gom.php
                  • gom_Latn.php
                  • gsw.php
                  • gsw_CH.php
                  • gsw_FR.php
                  • gsw_LI.php
                  • gu.php
                  • guz.php
                  • gu_IN.php
                  • gv.php
                  • gv_GB.php
                  • ha.php
                  • hak.php
                  • hak_TW.php
                  • haw.php
                  • ha_GH.php
                  • ha_NE.php
                  • ha_NG.php
                  • he.php
                  • he_IL.php
                  • hi.php
                  • hif.php
                  • hif_FJ.php
                  • hi_IN.php
                  • hne.php
                  • hne_IN.php
                  • hr.php
                  • hr_BA.php
                  • hr_HR.php
                  • hsb.php
                  • hsb_DE.php
                  • ht.php
                  • ht_HT.php
                  • hu.php
                  • hu_HU.php
                  • hy.php
                  • hy_AM.php
                  • i18n.php
                  • ia.php
                  • ia_FR.php
                  • id.php
                  • id_ID.php
                  • ig.php
                  • ig_NG.php
                  • ii.php
                  • ik.php
                  • ik_CA.php
                  • in.php
                  • is.php
                  • is_IS.php
                  • it.php
                  • it_CH.php
                  • it_IT.php
                  • it_SM.php
                  • it_VA.php
                  • iu.php
                  • iu_CA.php
                  • iw.php
                  • ja.php
                  • ja_JP.php
                  • jgo.php
                  • jmc.php
                  • jv.php
                  • ka.php
                  • kab.php
                  • kab_DZ.php
                  • kam.php
                  • ka_GE.php
                  • kde.php
                  • kea.php
                  • khq.php
                  • ki.php
                  • kk.php
                  • kkj.php
                  • kk_KZ.php
                  • kl.php
                  • kln.php
                  • kl_GL.php
                  • km.php
                  • km_KH.php
                  • kn.php
                  • kn_IN.php
                  • ko.php
                  • kok.php
                  • kok_IN.php
                  • ko_KP.php
                  • ko_KR.php
                  • ks.php
                  • ksb.php
                  • ksf.php
                  • ksh.php
                  • ks_IN.php
                  • [email protected]
                  • ku.php
                  • ku_TR.php
                  • kw.php
                  • kw_GB.php
                  • ky.php
                  • ky_KG.php
                  • lag.php
                  • lb.php
                  • lb_LU.php
                  • lg.php
                  • lg_UG.php
                  • li.php
                  • lij.php
                  • lij_IT.php
                  • li_NL.php
                  • lkt.php
                  • ln.php
                  • ln_AO.php
                  • ln_CD.php
                  • ln_CF.php
                  • ln_CG.php
                  • lo.php
                  • lo_LA.php
                  • lrc.php
                  • lrc_IQ.php
                  • lt.php
                  • lt_LT.php
                  • lu.php
                  • luo.php
                  • luy.php
                  • lv.php
                  • lv_LV.php
                  • lzh.php
                  • lzh_TW.php
                  • mag.php
                  • mag_IN.php
                  • mai.php
                  • mai_IN.php
                  • mas.php
                  • mas_TZ.php
                  • mer.php
                  • mfe.php
                  • mfe_MU.php
                  • mg.php
                  • mgh.php
                  • mgo.php
                  • mg_MG.php
                  • mhr.php
                  • mhr_RU.php
                  • mi.php
                  • miq.php
                  • miq_NI.php
                  • mi_NZ.php
                  • mjw.php
                  • mjw_IN.php
                  • mk.php
                  • mk_MK.php
                  • ml.php
                  • ml_IN.php
                  • mn.php
                  • mni.php
                  • mni_IN.php
                  • mn_MN.php
                  • mo.php
                  • mr.php
                  • mr_IN.php
                  • ms.php
                  • ms_BN.php
                  • ms_MY.php
                  • ms_SG.php
                  • mt.php
                  • mt_MT.php
                  • mua.php
                  • my.php
                  • my_MM.php
                  • mzn.php
                  • nan.php
                  • nan_TW.php
                  • [email protected]
                  • naq.php
                  • nb.php
                  • nb_NO.php
                  • nb_SJ.php
                  • nd.php
                  • nds.php
                  • nds_DE.php
                  • nds_NL.php
                  • ne.php
                  • ne_IN.php
                  • ne_NP.php
                  • nhn.php
                  • nhn_MX.php
                  • niu.php
                  • niu_NU.php
                  • nl.php
                  • nl_AW.php
                  • nl_BE.php
                  • nl_BQ.php
                  • nl_CW.php
                  • nl_NL.php
                  • nl_SR.php
                  • nl_SX.php
                  • nmg.php
                  • nn.php
                  • nnh.php
                  • nn_NO.php
                  • no.php
                  • nr.php
                  • nr_ZA.php
                  • nso.php
                  • nso_ZA.php
                  • nus.php
                  • nyn.php
                  • oc.php
                  • oc_FR.php
                  • om.php
                  • om_ET.php
                  • om_KE.php
                  • or.php
                  • or_IN.php
                  • os.php
                  • os_RU.php
                  • pa.php
                  • pap.php
                  • pap_AW.php
                  • pap_CW.php
                  • pa_Arab.php
                  • pa_Guru.php
                  • pa_IN.php
                  • pa_PK.php
                  • pl.php
                  • pl_PL.php
                  • prg.php
                  • ps.php
                  • ps_AF.php
                  • pt.php
                  • pt_AO.php
                  • pt_BR.php
                  • pt_CH.php
                  • pt_CV.php
                  • pt_GQ.php
                  • pt_GW.php
                  • pt_LU.php
                  • pt_MO.php
                  • pt_MZ.php
                  • pt_PT.php
                  • pt_ST.php
                  • pt_TL.php
                  • qu.php
                  • quz.php
                  • quz_PE.php
                  • qu_BO.php
                  • qu_EC.php
                  • raj.php
                  • raj_IN.php
                  • rm.php
                  • rn.php
                  • ro.php
                  • rof.php
                  • ro_MD.php
                  • ro_RO.php
                  • ru.php
                  • ru_BY.php
                  • ru_KG.php
                  • ru_KZ.php
                  • ru_MD.php
                  • ru_RU.php
                  • ru_UA.php
                  • rw.php
                  • rwk.php
                  • rw_RW.php
                  • sa.php
                  • sah.php
                  • sah_RU.php
                  • saq.php
                  • sat.php
                  • sat_IN.php
                  • sa_IN.php
                  • sbp.php
                  • sc.php
                  • sc_IT.php
                  • sd.php
                  • sd_IN.php
                  • [email protected]
                  • se.php
                  • seh.php
                  • ses.php
                  • se_FI.php
                  • se_NO.php
                  • se_SE.php
                  • sg.php
                  • sgs.php
                  • sgs_LT.php
                  • sh.php
                  • shi.php
                  • shi_Latn.php
                  • shi_Tfng.php
                  • shn.php
                  • shn_MM.php
                  • shs.php
                  • shs_CA.php
                  • si.php
                  • sid.php
                  • sid_ET.php
                  • si_LK.php
                  • sk.php
                  • sk_SK.php
                  • sl.php
                  • sl_SI.php
                  • sm.php
                  • smn.php
                  • sm_WS.php
                  • sn.php
                  • so.php
                  • so_DJ.php
                  • so_ET.php
                  • so_KE.php
                  • so_SO.php
                  • sq.php
                  • sq_AL.php
                  • sq_MK.php
                  • sq_XK.php
                  • sr.php
                  • sr_Cyrl.php
                  • sr_Cyrl_BA.php
                  • sr_Cyrl_ME.php
                  • sr_Cyrl_XK.php
                  • sr_Latn.php
                  • sr_Latn_BA.php
                  • sr_Latn_ME.php
                  • sr_Latn_XK.php
                  • sr_ME.php
                  • sr_RS.php
                  • [email protected]
                  • ss.php
                  • ss_ZA.php
                  • st.php
                  • st_ZA.php
                  • sv.php
                  • sv_AX.php
                  • sv_FI.php
                  • sv_SE.php
                  • sw.php
                  • sw_CD.php
                  • sw_KE.php
                  • sw_TZ.php
                  • sw_UG.php
                  • szl.php
                  • szl_PL.php
                  • ta.php
                  • ta_IN.php
                  • ta_LK.php
                  • ta_MY.php
                  • ta_SG.php
                  • tcy.php
                  • tcy_IN.php
                  • te.php
                  • teo.php
                  • teo_KE.php
                  • tet.php
                  • te_IN.php
                  • tg.php
                  • tg_TJ.php
                  • th.php
                  • the.php
                  • the_NP.php
                  • th_TH.php
                  • ti.php
                  • tig.php
                  • tig_ER.php
                  • ti_ER.php
                  • ti_ET.php
                  • tk.php
                  • tk_TM.php
                  • tl.php
                  • tlh.php
                  • tl_PH.php
                  • tn.php
                  • tn_ZA.php
                  • to.php
                  • to_TO.php
                  • tpi.php
                  • tpi_PG.php
                  • tr.php
                  • tr_CY.php
                  • tr_TR.php
                  • ts.php
                  • ts_ZA.php
                  • tt.php
                  • tt_RU.php
                  • [email protected]
                  • twq.php
                  • tzl.php
                  • tzm.php
                  • tzm_Latn.php
                  • ug.php
                  • ug_CN.php
                  • uk.php
                  • uk_UA.php
                  • unm.php
                  • unm_US.php
                  • ur.php
                  • ur_IN.php
                  • ur_PK.php
                  • uz.php
                  • uz_Arab.php
                  • uz_Cyrl.php
                  • uz_Latn.php
                  • uz_UZ.php
                  • [email protected]
                  • vai.php
                  • vai_Latn.php
                  • vai_Vaii.php
                  • ve.php
                  • ve_ZA.php
                  • vi.php
                  • vi_VN.php
                  • vo.php
                  • vun.php
                  • wa.php
                  • wae.php
                  • wae_CH.php
                  • wal.php
                  • wal_ET.php
                  • wa_BE.php
                  • wo.php
                  • wo_SN.php
                  • xh.php
                  • xh_ZA.php
                  • xog.php
                  • yav.php
                  • yi.php
                  • yi_US.php
                  • yo.php
                  • yo_BJ.php
                  • yo_NG.php
                  • yue.php
                  • yue_Hans.php
                  • yue_Hant.php
                  • yue_HK.php
                  • yuw.php
                  • yuw_PG.php
                  • zgh.php
                  • zh.php
                  • zh_CN.php
                  • zh_Hans.php
                  • zh_Hans_HK.php
                  • zh_Hans_MO.php
                  • zh_Hans_SG.php
                  • zh_Hant.php
                  • zh_Hant_HK.php
                  • zh_Hant_MO.php
                  • zh_Hant_TW.php
                  • zh_HK.php
                  • zh_MO.php
                  • zh_SG.php
                  • zh_TW.php
                  • zh_YUE.php
                  • zu.php
                  • zu_ZA.php
                • Language.php
                • Laravel
                  • ServiceProvider.php
                • List
                  • languages.php
                  • regions.php
                • Traits
                  • Boundaries.php
                  • Cast.php
                  • Comparison.php
                  • Converter.php
                  • Creator.php
                  • Date.php
                  • Difference.php
                  • Localization.php
                  • Macro.php
                  • Mixin.php
                  • Modifiers.php
                  • Mutability.php
                  • Options.php
                  • Rounding.php
                  • Serialization.php
                  • Test.php
                  • Timestamp.php
                  • Units.php
                  • Week.php
                • Translator.php
        • psr
          • http-message
            • CHANGELOG.md
            • composer.json
            • LICENSE
            • README.md
            • src
              • MessageInterface.php
              • RequestInterface.php
              • ResponseInterface.php
              • ServerRequestInterface.php
              • StreamInterface.php
              • UploadedFileInterface.php
              • UriInterface.php
        • ql
          • uri-template
            • src
              • Exception.php
              • Expander.php
              • UriTemplate.php
        • ralouphie
          • getallheaders
            • composer.json
            • LICENSE
            • README.md
            • src
              • getallheaders.php
        • symfony
          • polyfill-ctype
            • bootstrap.php
            • composer.json
            • Ctype.php
            • LICENSE
            • README.md
          • polyfill-mbstring
            • bootstrap.php
            • composer.json
            • LICENSE
            • Mbstring.php
            • README.md
            • Resources
              • unidata
                • lowerCase.php
                • titleCaseRegexp.php
                • upperCase.php
          • translation
            • Catalogue
              • AbstractOperation.php
              • MergeOperation.php
              • OperationInterface.php
              • TargetOperation.php
            • CHANGELOG.md
            • Command
              • XliffLintCommand.php
            • composer.json
            • DataCollector
              • TranslationDataCollector.php
            • DataCollectorTranslator.php
            • DependencyInjection
              • TranslationDumperPass.php
              • TranslationExtractorPass.php
              • TranslatorPass.php
              • TranslatorPathsPass.php
            • Dumper
              • CsvFileDumper.php
              • DumperInterface.php
              • FileDumper.php
              • IcuResFileDumper.php
              • IniFileDumper.php
              • JsonFileDumper.php
              • MoFileDumper.php
              • PhpFileDumper.php
              • PoFileDumper.php
              • QtFileDumper.php
              • XliffFileDumper.php
              • YamlFileDumper.php
            • Exception
              • ExceptionInterface.php
              • InvalidArgumentException.php
              • InvalidResourceException.php
              • LogicException.php
              • NotFoundResourceException.php
              • RuntimeException.php
            • Extractor
              • AbstractFileExtractor.php
              • ChainExtractor.php
              • ExtractorInterface.php
              • PhpExtractor.php
              • PhpStringTokenParser.php
            • Formatter
              • ChoiceMessageFormatterInterface.php
              • IntlFormatter.php
              • IntlFormatterInterface.php
              • MessageFormatter.php
              • MessageFormatterInterface.php
            • IdentityTranslator.php
            • Interval.php
            • LICENSE
            • Loader
              • ArrayLoader.php
              • CsvFileLoader.php
              • FileLoader.php
              • IcuDatFileLoader.php
              • IcuResFileLoader.php
              • IniFileLoader.php
              • JsonFileLoader.php
              • LoaderInterface.php
              • MoFileLoader.php
              • PhpFileLoader.php
              • PoFileLoader.php
              • QtFileLoader.php
              • XliffFileLoader.php
              • YamlFileLoader.php
            • LoggingTranslator.php
            • MessageCatalogue.php
            • MessageCatalogueInterface.php
            • MessageSelector.php
            • MetadataAwareInterface.php
            • PluralizationRules.php
            • Reader
              • TranslationReader.php
              • TranslationReaderInterface.php
            • README.md
            • Resources
              • bin
                • translation-status.php
              • data
                • parents.json
              • schemas
                • xliff-core-1.2-strict.xsd
                • xliff-core-2.0.xsd
                • xml.xsd
            • Translator.php
            • TranslatorBagInterface.php
            • TranslatorInterface.php
            • Util
              • ArrayConverter.php
              • XliffUtils.php
            • Writer
              • TranslationWriter.php
              • TranslationWriterInterface.php
          • translation-contracts
            • composer.json
            • LICENSE
            • LocaleAwareInterface.php
            • README.md
            • Test
              • TranslatorTest.php
            • TranslatorInterface.php
            • TranslatorTrait.php
        • webmozart
          • assert
            • CHANGELOG.md
            • ci
              • composer.json
            • composer.json
            • LICENSE
            • psalm.xml
            • README.md
            • src
              • Assert.php
      • views
        • footer
          • tmpl
            • default.php
        • installer
          • tmpl
            • default.php
            • default_info.php
            • default_license.php
        • shackhelpscout
          • tmpl
            • authentication.php
            • default.php
          • view.html.php
    • extensions
      • AllediaFramework
        • allediaframework.xml
        • AllediaPsr4AutoLoader.php
        • Framework
          • AutoLoader.php
          • Base.php
          • Content
            • Tag.php
            • Text.php
          • Exception
            • NotFound.php
          • Exception.php
          • Extension.php
          • Factory.php
          • Helper.php
          • Joomla
            • Controller
              • Admin.php
              • Base.php
            • Extension
              • AbstractComponent.php
              • AbstractFlexibleModule.php
              • AbstractModule.php
              • AbstractPlugin.php
              • Component.php
              • Generic.php
              • Helper.php
              • Licensed.php
            • Model
              • Base.php
            • Table
              • Base.php
            • View
              • Admin.php
              • Base.php
          • Loader.php
          • Network
            • Request.php
          • Profiler.php
        • include.php
      • OSMyLicensesManager
        • form
          • fields
            • base.php
            • customfooter.php
            • layouts
              • alledia
                • customfooter.php
            • subtitle.php
        • include.php
        • language
          • en-GB
            • en-GB.lib_allediainstaller.sys.ini
            • en-GB.plg_system_osmylicensesmanager.ini
            • en-GB.plg_system_osmylicensesmanager.sys.ini
          • pt-BR
            • pt-BR.lib_allediainstaller.sys.ini
        • library
          • Free
            • PluginHelper.php
            • UpdateHelper.php
          • Installer
            • AbstractScript.php
            • AutoLoader.php
            • Extension
              • Generic.php
              • Licensed.php
            • include.php
            • Loader.php
        • media
          • css
            • admin-default.css
            • field_customfooter.css
            • installer.css
          • fonts
            • alledia-install.eot
          • images
            • joomlashack-logo-150x38.png
            • joomlashack-logo.png
          • js
            • jquery.js
        • osmylicensesmanager.php
        • osmylicensesmanager.xml
        • script.installer.php
        • views
          • footer
            • tmpl
              • default.php
          • installer
            • tmpl
              • default.php
              • default_info.php
              • default_license.php
      • OSSystem
        • form
          • fields
            • base.php
            • customfooter.php
            • layouts
              • alledia
                • customfooter.php
            • subtitle.php
        • helper.php
        • include.php
        • language
          • en-GB
            • en-GB.lib_allediainstaller.sys.ini
            • en-GB.plg_system_ossystem.ini
            • en-GB.plg_system_ossystem.sys.ini
          • pt-BR
            • pt-BR.lib_allediainstaller.sys.ini
        • library
          • Helper.php
          • Installer
            • AbstractScript.php
            • AutoLoader.php
            • Extension
              • Generic.php
              • Licensed.php
            • include.php
            • Loader.php
        • media
          • css
            • admin-default.css
            • field_customfooter.css
            • installer.css
          • fonts
            • alledia-install.eot
          • images
            • joomlashack-logo-150x38.png
            • joomlashack-logo.png
          • js
            • jquery.js
        • ossystem.php
        • ossystem.xml
        • script.installer.php
        • views
          • footer
            • tmpl
              • default.php
          • installer
            • tmpl
              • default.php
              • default_info.php
              • default_license.php
    • media
      • css
        • admin-default.css
        • default.css
        • dropzone.css
        • field_customfooter.css
        • installer.css
      • fonts
        • alledia-install.eot
        • fontello.eot
        • fontello.svg
        • fontello.ttf
        • fontello.woff
        • fontello.woff2
      • images
        • ajax-loader.gif
        • joomlashack-logo-150x38.png
        • joomlashack-logo.png
      • js
        • dropzone.js
        • jquery.js
        • ractive.js
        • ractive.min.js
      • scss
        • default.scss
        • icons.scss
        • mixins.scss
    • script.installer.php
    • shackhelpscout.xml
    • site
      • controller.php
      • controllers
        • conversation.json.php
        • conversations.json.php
      • language
        • en-GB
          • en-GB.com_shackhelpscout.ini
      • models
        • conversations.php
      • shackhelpscout.php
      • views
        • conversation
          • tmpl
            • default.php
            • default.xml
          • view.html.php
        • conversations
          • tmpl
            • default.php
            • default.xml
            • default_guest.php
            • default_registered.php
          • view.html.php
        • customer
          • tmpl
            • default.php
            • default.xml
          • view.html.php
  • Read More ▼

    10000+ Themes/Plugins/Scripts

    Already purchased?

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    Money Back Guarantee

    You are fully protected by our 100% Money Back Guarantee 30 day trial period.

    Payment Methods

    We accept all major credit cards including Visa, Mastercard, American Express, as well as PayPal.

    SSL Secure Payment

    Your information is protected by 256-bit SSL encryption identity verification and data security.

    Why choose us?

    You get official products from developers, but our prices are much lower. All files do not contain ads, viruses or malicious code. We have regular updates and direct download links. You will always find something that is not freely available! We are simply the best.

    Affordable price

    Our prices are much lower than developers' prices. You have the opportunity to purchase a premium product at an affordable price!

    Clean content

    100% original files from developers without advertising, viruses or malicious code. All products presented on the site are bought directly from developers, and are not downloaded from other sites.

    Direct download links

    You download the product directly from our website without any waiting and advertising!

    Unlimited license

    Our goal is to provide any user with an opportunity to get premium products at an affordable price. All products you can use on an unlimited number of websites (domains).

    Secure payment

    All payment gateways that we accept use PCI DSS security sertificate.

    New products and latest versions

    We regularly buy and add new WordPress themes and plugins to the site. We also monitor all the updates and add the latest product versions every 2-3 days. If you can’t find the latest version of the product on the site, please contact us.

    Safe

    We have been successfully working since 2018. More than 10,000 customers choose us and buy products on PreRAID. Join now!

    BEST SELLERS