Hide PostalPoint from menu
This commit is contained in:
parent
0244e9e333
commit
2f54dbe032
@ -33,7 +33,7 @@ var pagesToCompile = [
|
||||
"trailer",
|
||||
"money",
|
||||
"moneyorder",
|
||||
"postalpoint",
|
||||
//"postalpoint",
|
||||
"quicksend"
|
||||
];
|
||||
console.log("Compiling page templates...");
|
||||
@ -212,12 +212,18 @@ var routes = [
|
||||
// href: "/labelmaker",
|
||||
// icon: "fa-duotone fa-mobile-alt",
|
||||
// text: "Send USPS Flat Rate packages from your phone. Printer optional."
|
||||
// },
|
||||
// {
|
||||
// title: "Shipping Kiosk",
|
||||
// href: "/postalpoint",
|
||||
// icon: "fa-duotone fa-shop",
|
||||
// text: "Stop by a PostalPoint kiosk at a local business, put your package on the scale, and print postage."
|
||||
// },
|
||||
{
|
||||
title: "Shipping Kiosk",
|
||||
href: "/postalpoint",
|
||||
icon: "fa-duotone fa-shop",
|
||||
text: "Stop by a PostalPoint kiosk at a local business, put your package on the scale, and print postage."
|
||||
title: "Pickup",
|
||||
href: "/pickup",
|
||||
icon: "fa-duotone fa-home",
|
||||
text: "Leave your package on your porch and we'll pick it up and ship it for you. No postage or appointment needed."
|
||||
},
|
||||
{
|
||||
title: "Drop Box",
|
||||
@ -226,22 +232,16 @@ var routes = [
|
||||
text: "Just drop your package into a Drop and Send drop box. We'll add postage for you and charge your account."
|
||||
},
|
||||
{
|
||||
title: "Pickup",
|
||||
href: "/pickup",
|
||||
icon: "fa-duotone fa-home",
|
||||
text: "Leave your package on your porch and we'll pick it up and ship it for you. No postage or appointment needed."
|
||||
title: "Appointment",
|
||||
href: "/appointment/shipping",
|
||||
icon: "fa-duotone fa-calendar-alt",
|
||||
text: "A courier will come to you on your schedule. No account required."
|
||||
},
|
||||
{
|
||||
title: "Mobile Shipping Center",
|
||||
href: "/mobile",
|
||||
icon: "fa-duotone fa-caravan",
|
||||
text: "Our Mobile Shipping Center roams the Helena area like a food truck for mail. Find dates and places here."
|
||||
},
|
||||
{
|
||||
title: "Appointment",
|
||||
href: "/appointment/shipping",
|
||||
icon: "fa-duotone fa-calendar-alt",
|
||||
text: "A courier will come to you on your schedule. No account required."
|
||||
}
|
||||
]
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user