/**
* Created by PhpStorm.
* User: waqasriaz
* Date: 08/08/16
* Time: 10:38 PM
*/
if( !function_exists('houzez_add_theme_caps') ) {
function houzez_add_theme_caps()
{
// gets the author role
$role = get_role('administrator');
$role->add_cap('create_properties');
$role->add_cap('publish_properties');
$role->add_cap('read_property');
$role->add_cap('delete_property');
$role->add_cap('edit_property');
$role->add_cap('edit_properties');
$role->add_cap('delete_properties');
$role->add_cap('edit_published_properties');
$role->add_cap('delete_published_properties');
$role->add_cap('read_private_properties');
$role->add_cap('delete_private_properties');
$role->add_cap('edit_others_properties');
$role->add_cap('delete_others_properties');
$role->add_cap('edit_private_properties');
$role->add_cap('delete_private_properties');
$role->add_cap('edit_published_properties');
$role->add_cap('delete_user_package');
$role->add_cap('delete_user_packages');
$role->add_cap('edit_user_packages');
$role->add_cap('delete_others_user_packages');
$role->add_cap('read_testimonial');
$role->add_cap('edit_testimonial');
$role->add_cap('delete_testimonial');
$role->add_cap('create_testimonials');
$role->add_cap('publish_testimonials');
$role->add_cap('edit_testimonials');
$role->add_cap('edit_published_testimonials');
$role->add_cap('delete_published_testimonials');
$role->add_cap('delete_testimonials');
$role->add_cap('delete_private_testimonials');
$role->add_cap('delete_others_testimonials');
$role->add_cap('edit_others_testimonials');
$role->add_cap('edit_private_testimonials');
$role->add_cap('edit_published_testimonials');
$role->add_cap('read_agent');
$role->add_cap('delete_agent');
$role->add_cap('edit_agent');
$role->add_cap('create_agents');
$role->add_cap('edit_agents');
$role->add_cap('edit_others_agents');
$role->add_cap('publish_agents');
$role->add_cap('read_private_agents');
$role->add_cap('delete_agents');
$role->add_cap('delete_private_agents');
$role->add_cap('delete_published_agents');
$role->add_cap('delete_others_agents');
$role->add_cap('edit_private_agents');
$role->add_cap('edit_published_agents');
// gets the author role
$role = get_role('editor');
$role->add_cap('create_properties');
$role->add_cap('read_property');
$role->add_cap('delete_property');
$role->add_cap('edit_property');
$role->add_cap('publish_properties');
$role->add_cap('edit_properties');
$role->add_cap('edit_published_properties');
$role->add_cap('delete_published_properties');
$role->add_cap('read_private_properties');
$role->add_cap('delete_private_properties');
$role->add_cap('edit_others_properties');
$role->add_cap('delete_others_properties');
$role->add_cap('edit_private_properties');
$role->add_cap('edit_published_properties');
$role->add_cap('read_testimonial');
$role->add_cap('delete_testimonial');
$role->add_cap('edit_testimonial');
$role->add_cap('create_testimonials');
$role->add_cap('delete_testimonial');
$role->add_cap('publish_testimonials');
$role->add_cap('edit_testimonials');
$role->add_cap('edit_published_testimonials');
$role->add_cap('delete_published_testimonials');
$role->add_cap('delete_testimonials');
$role->add_cap('delete_private_testimonials');
$role->add_cap('delete_others_testimonials');
$role->add_cap('edit_others_testimonials');
$role->add_cap('edit_private_testimonials');
$role->add_cap('edit_published_testimonials');
$role->add_cap('read_agent');
$role->add_cap('delete_agent');
$role->add_cap('edit_agent');
$role->add_cap('create_agents');
$role->add_cap('edit_agents');
$role->add_cap('edit_others_agents');
$role->add_cap('publish_agents');
$role->add_cap('read_private_agents');
$role->add_cap('delete_agents');
$role->add_cap('delete_private_agents');
$role->add_cap('delete_published_agents');
$role->add_cap('delete_others_agents');
$role->add_cap('edit_private_agents');
$role->add_cap('edit_published_agents');
// gets the author role
$role = get_role('houzez_agent');
// $role->add_cap('create_properties');
// $role->add_cap( 'edit_others_posts' ); //edit others' posts for current theme only
$role->add_cap( 'edit_posts' ); // edit own posts
$role->add_cap('delete_posts'); // delete own posts
$role->add_cap('publish_posts'); // publish own posts
// $role->remove_cap('edit_posts'); //removes the permission set before
// $role->remove_cap('delete_posts'); // delete own posts
$role->add_cap('upload_files');
$role->add_cap('read_property');
$role->add_cap('delete_property');
$role->add_cap('edit_property');
// $role->add_cap( 'publish_property' );
//$role->add_cap('publish_properties');
$role->add_cap('edit_properties');
$role->add_cap('edit_published_properties');
$role->add_cap('delete_published_properties');
$role->remove_cap('read_private_properties');
$role->remove_cap('delete_private_properties');
$role->remove_cap('edit_others_properties');
$role->remove_cap('delete_others_properties');
$role->remove_cap('edit_private_properties');
$role->add_cap('create_testimonials');
$role->add_cap('read_testimonial');
$role->add_cap('delete_testimonial');
$role->add_cap('edit_testimonial');
// $role->add_cap( 'delete_testimonial' );
$role->remove_cap('publish_testimonials');
$role->remove_cap('edit_testimonials');
$role->remove_cap('edit_published_testimonials');
$role->remove_cap('delete_published_testimonials');
// gets the author role
$role = get_role('contributor');
$role->add_cap('create_properties');
$role->add_cap('read_property');
$role->add_cap('delete_property');
$role->add_cap('edit_property');
$role->remove_cap('publish_properties');
$role->add_cap('edit_properties');
$role->add_cap('edit_published_properties');
$role->add_cap('delete_published_properties');
$role->remove_cap('read_private_properties');
$role->remove_cap('delete_private_properties');
$role->remove_cap('edit_others_properties');
$role->remove_cap('delete_others_properties');
$role->remove_cap('edit_private_properties');
}
add_action('admin_init', 'houzez_add_theme_caps');
}
?>import{proxyCustomElement,HTMLElement,h,Fragment}from"@stencil/core/internal/client";import{a as apiFetch}from"./fetch.js";import{o as onFirstVisible}from"./lazy.js";import{i as intervalString}from"./price.js";import{f as formatTaxDisplay}from"./tax.js";import{d as defineCustomElement$s}from"./sc-alert2.js";import{d as defineCustomElement$r}from"./sc-block-ui2.js";import{d as defineCustomElement$q}from"./sc-button2.js";import{d as defineCustomElement$p}from"./sc-card2.js";import{d as defineCustomElement$o}from"./sc-cc-logo2.js";import{d as defineCustomElement$n}from"./sc-dashboard-module2.js";import{d as defineCustomElement$m}from"./sc-divider2.js";import{d as defineCustomElement$l}from"./sc-empty2.js";import{d as defineCustomElement$k}from"./sc-flex2.js";import{d as defineCustomElement$j}from"./sc-format-bytes2.js";import{d as defineCustomElement$i}from"./sc-format-number2.js";import{d as defineCustomElement$h}from"./sc-icon2.js";import{d as defineCustomElement$g}from"./sc-line-item2.js";import{d as defineCustomElement$f}from"./sc-order-manual-instructions2.js";import{d as defineCustomElement$e}from"./sc-order-status-badge2.js";import{d as defineCustomElement$d}from"./sc-payment-method2.js";import{d as defineCustomElement$c}from"./sc-product-line-item2.js";import{d as defineCustomElement$b}from"./sc-purchase-downloads-list2.js";import{d as defineCustomElement$a}from"./sc-quantity-select2.js";import{d as defineCustomElement$9}from"./sc-skeleton2.js";import{d as defineCustomElement$8}from"./sc-spacing2.js";import{d as defineCustomElement$7}from"./sc-spinner2.js";import{d as defineCustomElement$6}from"./sc-stacked-list2.js";import{d as defineCustomElement$5}from"./sc-stacked-list-row2.js";import{d as defineCustomElement$4}from"./sc-tag2.js";import{d as defineCustomElement$3}from"./sc-text2.js";import{d as defineCustomElement$2}from"./sc-tooltip2.js";import{a as addQueryArgs}from"./add-query-args.js";const scOrderCss=":host{display:block}.order__row{padding:var(--sc-spacing-large);display:grid;gap:var(--sc-spacing-small)}",ScOrderStyle0=scOrderCss,ScOrder$1=proxyCustomElement(class extends HTMLElement{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.orderId=void 0,this.customerIds=void 0,this.heading=void 0,this.order=void 0,this.purchases=void 0,this.loading=void 0,this.busy=void 0,this.error=void 0}componentDidLoad(){onFirstVisible(this.el,(()=>{this.fetchOrder(),this.fetchDownloads()}))}async fetchOrder(){try{this.loading=!0,await this.getOrder()}catch(e){console.error(this.error),this.error=(null==e?void 0:e.message)||wp.i18n.__("Something went wrong","surecart")}finally{this.loading=!1}}async fetchDownloads(){try{this.busy=!0,this.purchases=await apiFetch({path:addQueryArgs("surecart/v1/purchases",{expand:["product","product.downloads","download.media"],order_ids:[this.orderId],customer_ids:this.customerIds,downloadable:!0})})}catch(e){console.error(this.error),this.error=(null==e?void 0:e.message)||wp.i18n.__("Something went wrong","surecart")}finally{this.busy=!1}}async getOrder(){this.order=await apiFetch({path:addQueryArgs(`surecart/v1/orders/${this.orderId}`,{expand:["checkout","checkout.line_items","line_item.price","line_item.fees","line_item.variant","variant.image","price.product","checkout.manual_payment_method","checkout.payment_method","checkout.selected_shipping_choice","shipping_choice.shipping_method","payment_method.card","payment_method.payment_instrument","payment_method.paypal_account","payment_method.bank_account","checkout.discount","discount.promotion","checkout.charge"]})})}renderLoading(){return h("sc-flex",{flexDirection:"column",style:{gap:"1em"}},h("sc-skeleton",{style:{width:"20%",display:"inline-block"}}),h("sc-skeleton",{style:{width:"60%",display:"inline-block"}}),h("sc-skeleton",{style:{width:"40%",display:"inline-block"}}))}renderEmpty(){return h("sc-empty",{icon:"shopping-bag"},wp.i18n.__("Order not found.","surecart"))}renderContent(){var e,t,s,n,o,r,i,l;if(this.loading)return this.renderLoading();if(!(null===(e=this.order)||void 0===e?void 0:e.id))return this.renderEmpty();const c=null===(t=this.order)||void 0===t?void 0:t.checkout,a=null===(s=null==c?void 0:c.selected_shipping_choice)||void 0===s?void 0:s.shipping_method,d=null==a?void 0:a.name;return h(Fragment,null,((null===(n=null==c?void 0:c.line_items)||void 0===n?void 0:n.data)||[]).map((e=>{var t,s,n,o,r,i,l;return h("sc-product-line-item",{key:e.id,image:null==e?void 0:e.image,name:null===(s=null===(t=null==e?void 0:e.price)||void 0===t?void 0:t.product)||void 0===s?void 0:s.name,priceName:null===(n=null==e?void 0:e.price)||void 0===n?void 0:n.name,variantLabel:((null==e?void 0:e.variant_options)||[]).filter(Boolean).join(" / ")||null,editable:!1,removable:!1,quantity:e.quantity,amount:e.subtotal_amount,currency:null===(o=null==e?void 0:e.price)||void 0===o?void 0:o.currency,trialDurationDays:null===(r=null==e?void 0:e.price)||void 0===r?void 0:r.trial_duration_days,interval:intervalString(null==e?void 0:e.price),scratchAmount:null==e?void 0:e.scratch_amount,setupFeeTrialEnabled:null===(i=null==e?void 0:e.price)||void 0===i?void 0:i.setup_fee_trial_enabled,fees:null===(l=null==e?void 0:e.fees)||void 0===l?void 0:l.data})})),(null==c?void 0:c.subtotal_amount)!==(null==c?void 0:c.total_amount)&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("Subtotal","surecart")),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.subtotal_amount})),!!(null==c?void 0:c.trial_amount)&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("Trial","surecart")),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.trial_amount})),!!(null==c?void 0:c.discounts)&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("Discount","surecart")),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.discounts})),!!(null===(r=null===(o=null==c?void 0:c.discount)||void 0===o?void 0:o.promotion)||void 0===r?void 0:r.code)&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("Discount","surecart"),h("br",null),h("sc-tag",{type:"success"},wp.i18n.__("Coupon:","surecart")," ",null===(l=null===(i=null==c?void 0:c.discount)||void 0===i?void 0:i.promotion)||void 0===l?void 0:l.code)),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.discount_amount})),!!(null==c?void 0:c.shipping_amount)&&h("sc-line-item",null,h("span",{slot:"description"},`${wp.i18n.__("Shipping","surecart")} ${d?`(${d})`:""}`),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.shipping_amount})),!!(null==c?void 0:c.tax_amount)&&h("sc-line-item",null,h("span",{slot:"description"},`${formatTaxDisplay(null==c?void 0:c.tax_label,"estimated"===(null==c?void 0:c.tax_status))} (${null==c?void 0:c.tax_percent}%)`),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.tax_amount}),!!(null==c?void 0:c.tax_inclusive_amount)&&h("span",{slot:"price-description"},`(${wp.i18n.__("included","surecart")})`)),h("sc-divider",{style:{"--spacing":"var(--sc-spacing-x-small)"}}),h("sc-line-item",{style:{width:"100%","--price-size":"var(--sc-font-size-x-large)"}},h("span",{slot:"title"},wp.i18n.__("Total","surecart")),h("span",{slot:"price"},h("sc-format-number",{type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.total_amount})),h("span",{slot:"currency"},null==c?void 0:c.currency)),!!(null==c?void 0:c.proration_amount)&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("Proration","surecart")),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.proration_amount})),!!(null==c?void 0:c.applied_balance_amount)&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("Applied Balance","surecart")),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.applied_balance_amount})),!!(null==c?void 0:c.credited_balance_amount)&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("Credited Balance","surecart")),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.credited_balance_amount})),(null==c?void 0:c.amount_due)!==(null==c?void 0:c.total_amount)&&h("sc-line-item",{style:{width:"100%","--price-size":"var(--sc-font-size-x-large)"}},h("span",{slot:"title"},wp.i18n.__("Amount Due","surecart")),h("span",{slot:"price"},h("sc-format-number",{type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.amount_due})),h("span",{slot:"currency"},null==c?void 0:c.currency)),h("sc-divider",{style:{"--spacing":"var(--sc-spacing-x-small)"}}),!!(null==c?void 0:c.paid_amount)&&h("sc-line-item",{style:{width:"100%","--price-size":"var(--sc-font-size-x-large)"}},h("span",{slot:"title"},wp.i18n.__("Paid","surecart")),h("span",{slot:"price"},h("sc-format-number",{type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.paid_amount})),h("span",{slot:"currency"},null==c?void 0:c.currency)),!!(null==c?void 0:c.refunded_amount)&&h(Fragment,null,h("sc-line-item",{style:{width:"100%","--price-size":"var(--sc-font-size-x-large)"}},h("span",{slot:"description"},wp.i18n.__("Refunded","surecart")),h("span",{slot:"price"},h("sc-format-number",{type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.refunded_amount}))),h("sc-line-item",{style:{width:"100%","--price-size":"var(--sc-font-size-x-large)"}},h("span",{slot:"title"},wp.i18n.__("Net Payment","surecart")),h("span",{slot:"price"},h("sc-format-number",{type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.net_paid_amount})))),(null==c?void 0:c.tax_reverse_charged_amount)>0&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("*Tax to be paid on reverse charge basis","surecart"))))}render(){var e,t,s,n,o,r,i;const l=null===(e=null==this?void 0:this.order)||void 0===e?void 0:e.checkout,c=null==l?void 0:l.manual_payment_method;return h("sc-spacing",{key:"f3660e2859ee4255f711e2067fe381fde4d46f92",style:{"--spacing":"var(--sc-spacing-large)"}},h("sc-dashboard-module",{key:"2a1c65ecb98b754ff9a9bb90978061afa56bab2f",error:this.error},h("span",{key:"b1e45072c9449404f79c76ee8b20a49ebe32aaba",slot:"heading"},this.loading?h("sc-skeleton",{style:{width:"120px"}}):`#${null===(t=null==this?void 0:this.order)||void 0===t?void 0:t.number}`),!this.loading&&!(null==l?void 0:l.live_mode)&&h("sc-tag",{key:"1fb3235865a5c427e6470552593183fc195fbeab",type:"warning",slot:"end"},wp.i18n.__("Test Mode","surecart")),!!(null==c?void 0:c.name)&&!!(null==c?void 0:c.instructions)&&h("sc-order-manual-instructions",{key:"75384249f7b9dd0349f8dbeabd81f1501d636c7a",manualPaymentTitle:null==c?void 0:c.name,manualPaymentInstructions:null==c?void 0:c.instructions}),h("sc-card",{key:"017c15b6dcc12ca755843eb75f086fed988a09de","no-padding":!this.loading},this.loading?this.renderLoading():h(Fragment,null,h("sc-stacked-list",null,h("sc-stacked-list-row",{style:{"--columns":"2"}},h("div",null,wp.i18n.__("Order Status","surecart")),h("sc-order-status-badge",{status:null===(s=null==this?void 0:this.order)||void 0===s?void 0:s.status})),h("sc-stacked-list-row",{style:{"--columns":"2"}},h("div",null,wp.i18n.__("Date","surecart")),h("span",null,null===(n=this.order)||void 0===n?void 0:n.created_at_date)),h("sc-stacked-list-row",{style:{"--columns":"2"}},h("div",null,wp.i18n.__("Payment Method","surecart")),h("sc-payment-method",{paymentMethod:null==l?void 0:l.payment_method})),h("div",{class:"order__row"},this.renderContent()))))),(null===(o=this.order)||void 0===o?void 0:o.statement_url)&&h("sc-button",{key:"8d1ac3bf1ce4a45fcbb42e72c79ccdd3e9b6cb7c",type:"primary",href:null===(r=this.order)||void 0===r?void 0:r.statement_url,target:"_blank"},h("sc-icon",{key:"52ad0045ef01787c2bc5b8b53792ebf913e71b7d",name:"inbox",slot:"prefix"}),wp.i18n.__("Download Receipt/Invoice","surecart")),!!(null===(i=this.purchases)||void 0===i?void 0:i.length)&&h("sc-purchase-downloads-list",{key:"2d3b0bfde0417ca434f22bd2c4136877203c0742",heading:wp.i18n.__("Downloads","surecart"),purchases:this.purchases}))}get el(){return this}static get style(){return ScOrderStyle0}},[1,"sc-order",{orderId:[1,"order-id"],customerIds:[16],heading:[1],order:[32],purchases:[32],loading:[32],busy:[32],error:[32]}]);function defineCustomElement$1(){"undefined"!=typeof customElements&&["sc-order","sc-alert","sc-block-ui","sc-button","sc-card","sc-cc-logo","sc-dashboard-module","sc-divider","sc-empty","sc-flex","sc-format-bytes","sc-format-number","sc-icon","sc-line-item","sc-order-manual-instructions","sc-order-status-badge","sc-payment-method","sc-product-line-item","sc-purchase-downloads-list","sc-quantity-select","sc-skeleton","sc-spacing","sc-spinner","sc-stacked-list","sc-stacked-list-row","sc-tag","sc-text","sc-tooltip"].forEach((e=>{switch(e){case"sc-order":customElements.get(e)||customElements.define(e,ScOrder$1);break;case"sc-alert":customElements.get(e)||defineCustomElement$s();break;case"sc-block-ui":customElements.get(e)||defineCustomElement$r();break;case"sc-button":customElements.get(e)||defineCustomElement$q();break;case"sc-card":customElements.get(e)||defineCustomElement$p();break;case"sc-cc-logo":customElements.get(e)||defineCustomElement$o();break;case"sc-dashboard-module":customElements.get(e)||defineCustomElement$n();break;case"sc-divider":customElements.get(e)||defineCustomElement$m();break;case"sc-empty":customElements.get(e)||defineCustomElement$l();break;case"sc-flex":customElements.get(e)||defineCustomElement$k();break;case"sc-format-bytes":customElements.get(e)||defineCustomElement$j();break;case"sc-format-number":customElements.get(e)||defineCustomElement$i();break;case"sc-icon":customElements.get(e)||defineCustomElement$h();break;case"sc-line-item":customElements.get(e)||defineCustomElement$g();break;case"sc-order-manual-instructions":customElements.get(e)||defineCustomElement$f();break;case"sc-order-status-badge":customElements.get(e)||defineCustomElement$e();break;case"sc-payment-method":customElements.get(e)||defineCustomElement$d();break;case"sc-product-line-item":customElements.get(e)||defineCustomElement$c();break;case"sc-purchase-downloads-list":customElements.get(e)||defineCustomElement$b();break;case"sc-quantity-select":customElements.get(e)||defineCustomElement$a();break;case"sc-skeleton":customElements.get(e)||defineCustomElement$9();break;case"sc-spacing":customElements.get(e)||defineCustomElement$8();break;case"sc-spinner":customElements.get(e)||defineCustomElement$7();break;case"sc-stacked-list":customElements.get(e)||defineCustomElement$6();break;case"sc-stacked-list-row":customElements.get(e)||defineCustomElement$5();break;case"sc-tag":customElements.get(e)||defineCustomElement$4();break;case"sc-text":customElements.get(e)||defineCustomElement$3();break;case"sc-tooltip":customElements.get(e)||defineCustomElement$2()}}))}const ScOrder=ScOrder$1,defineCustomElement=defineCustomElement$1;export{ScOrder,defineCustomElement};
digital marketing Archives - Atomic Billboards
User registration is disabled in this demo.
Please enter your username or email address. You will receive a link to create a new password via email.
Local and national non-profits, charities, and other philanthropic organizations benefit greatly from the high impact and targeted messages that local and out-of-home (OOH) digital billboards offer to different audiences. Whether your goal is to build a community, raise awareness, convert your existing community into donors, or some combination of all three, Atomic Billboards provides a […]
Local and national telecommunication, mobile phone operator, cable tv, cellular, CLECs, wireless, ISPs, IP networks, network solutions provider, broadband, fiber optic, satellite and companies are among the most frequent digital billboard, outdoor, and out-of-home (OOH) advertisers. Telecom, mobile phone, cable tv and network solution providers, resellers, retailers, and marketing professionals can leverage affordable digital outdoor […]
Local and national technology, information technology, internet, SAS, app, wireless, mobile, and software companies are among the most frequent digital billboard and out-of-home (OOH) advertisers. Technology, IT, software and web marketing professionals can leverage affordable digital outdoor billboard advertising to promote their brands, products, services, workplace to different audiences. Leading tech companies like Amazon, Apple, […]
Local and national brands, media, entertainment, sport and concert venues and promoters are among the most frequent digital billboard and out-of-home (OOH) advertisers. Media, entertainment, radio, tv, movie, sports and theme park marketing professionals can leverage affordable digital outdoor billboard advertising to promote their upcoming events, ticket sales, popular annual events, their venues, and highlight […]
Local and national retailers, merchants, distributors and outlets are among the most frequent digital billboard and out-of-home (OOH) advertisers. Top and leading merchants and specialty retailers can leverage affordable digital outdoor billboard advertising to promote their locations, sales, brands, and highlight new services. Multiple types of retailers are seeing the success of this marketing strategy. […]
Local commercial and residential insurance agents, brokers, risk managers, and insurance companies are among the most frequent digital billboard and out-of-home (OOH) advertisers. Insurance agents and brokers can leverage affordable digital outdoor billboard advertising to promote their brands, firm, reward top producing agents and brokers, profile existing agents, and highlight new services. Agents can showcase […]
Outdoor advertising and digital billboards are an affordable marketing and advertising medium and tool that help Cannabidiol (CBD) vendors, cannabis (aka weed, pot, ganja, grass), medicinal marijuana dispensaries, medical professionals, manufacturers of THC infused products, and medical marijuana organizations to grow retail sales, brand their businesses, and influence industry perception. Contact Atomic Billboards Today! Leading drug […]
Fliphound’s started with one Atomic billboard in Wichita Kansas and now serves thousands of advertisers who buy digital billboards direct on our platform in more than 40 states. Fliphound’s self service platform makes digital billboard adverting easy. Approximately 85% of Fliphound’s advertisers are new to outdoor advertising and ~90% are local-direct advertisers who are tech […]
Local and national digital marketing agencies regularly use digital billboards with web, social media, email, and other online campaigns to promote their clients to local audiences. Digital billboards are social media ready and work for online advertising companies and campaigns! Adding out-of-home (OOH) and digital billboard advertising to your media mix extends reach, generates buzz […]