export default {
name: "PersonalizedProductsOrdering",
+ methods: {
+ goToLink(pageLink) {
+ window.open(pageLink, "_blank");
+ },
+ },
};
diff --git a/src/routes/retailer/personalized_albums.scss b/src/routes/retailer/personalized_albums.scss
new file mode 100644
index 0000000..f3bb4b6
--- /dev/null
+++ b/src/routes/retailer/personalized_albums.scss
@@ -0,0 +1,12 @@
+.subheading{
+ border-bottom: 1px solid #111 ;
+
+ display: inline;
+ transition: all 0.1s ease-in-out;
+}
+.subheading:hover{
+ border-bottom: 1px solid #2c05da ;
+}
+.padding-space{
+ padding: 15px 0px 0px 0px;
+}
diff --git a/src/routes/retailer/personalized_albums.vue b/src/routes/retailer/personalized_albums.vue
new file mode 100644
index 0000000..47a0797
--- /dev/null
+++ b/src/routes/retailer/personalized_albums.vue
@@ -0,0 +1,170 @@
+
+
+ Personalized Albums
+ Crane & Co.
+
+
+
+
+
+ Crane Stationery 2021
+
+
+
+
+
+
+
+
+ Crane Stationery 2021 - Pricing Booklet
+
+
+
+
+
+
+
+
+
+ Crane Wedding
+
+
+
+
+
+
+
+
+ Crane Wedding Reference Guide
+
+
+
+
+ Crane Stationery Holiday 2021
+
+
+
+
+ Crane Holiday 2021
+
+
+
+
+
+ William Arthur
+
+
+
+
+ William Arthur Weddings Volume One - 2019
+
+
+
+
+
+
+
+
+ William Arthur Weddings Volume Two - 2019
+
+
+
+
+
+
+
+
+ Back to Personalized Products & Ordering
+
+
+
+
+
+
+
+
diff --git a/src/routes/retailer/promotions.scss b/src/routes/retailer/promotions.scss
new file mode 100644
index 0000000..c35d65a
--- /dev/null
+++ b/src/routes/retailer/promotions.scss
@@ -0,0 +1,10 @@
+.subheading{
+ border-bottom: 1px solid #111 ;
+
+ display: inline;
+ transition: all 0.1s ease-in-out;
+}
+.subheading:hover{
+ border-bottom: 1px solid #2c05da ;
+
+}
diff --git a/src/routes/retailer/promotions.vue b/src/routes/retailer/promotions.vue
new file mode 100644
index 0000000..3667865
--- /dev/null
+++ b/src/routes/retailer/promotions.vue
@@ -0,0 +1,35 @@
+
+
+ Promotions
+ Promotions
+ TBA
+
+
+
+
+
+ Back to Marketing Tools & Promotions
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/routes/retailer/retailer-communications.vue b/src/routes/retailer/retailer-communications.vue
index b3ee9db..2a43037 100644
--- a/src/routes/retailer/retailer-communications.vue
+++ b/src/routes/retailer/retailer-communications.vue
@@ -8,7 +8,7 @@
+
+ Service Levels
+ Please reference your weekly service level email. If you do not receive this email and would like to receive it please contact Customer Service and ask to have your email address added to this mailing list.
+
+
+
+
+
+
+
+ Back to Retailer Communications
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/routes/retailer/training.vue b/src/routes/retailer/training.vue
index 02821bc..f4d6845 100644
--- a/src/routes/retailer/training.vue
+++ b/src/routes/retailer/training.vue
@@ -6,249 +6,303 @@
Training
PDS Training Materials
PDS Documentation
-
+
- Crane's PDS Basic Guide
+ Crane's PDS Basic Guide
-
+
- Crane's PDS Holiday Basic Guide
+ Crane's PDS Holiday Basic Guide
-
+
- Crane's PDS Basic Q&A
+ Crane's PDS Basic Q&A
-
+
- Crane's PDS Advanced Guide
+ Crane's PDS Advanced Guide
-
+
- Crane's PDS Advanced Q&A
+ Crane's PDS Advanced Q&A
-
+
- Crane Wedding Reference Guide
+ Crane Wedding Reference Guide
-
PDS Video Tutorials
-
+
PDS Video Tutorials
+
- Video Demonstration - Placing a PDS Order
+ Video Demonstration - Placing a PDS Order
-
+
- PDS Holiday Order in a few steps
+ PDS Holiday Order in a few steps
-
+
-
+
+
+
- Multi Browser PDS
+ Multi Browser PDS
-
PDS Sign Up Forms
-
+
PDS Sign Up Forms
+
- PDS Usage Agreement
+ PDS Usage Agreement
-
+
- Account Sign Up Form
+ Account Sign Up Form
-
Retailer Portal Training Materials
-
+
Retailer Portal Training Materials
+
- Retailer Portal Training Overview
+ Retailer Portal Training Overview
-
+
- Retailer Portal FAQ
+ Retailer Portal FAQ
-
+
- How to Place a Boxed Order
+ How to Place a Boxed Order
-
Universal Order Form Training Materials
-
+
+ Universal Order Form Training Materials
+
+
- Alternate Characters Reference Sheet
+ Alternate Characters Reference Sheet
-
-
Sign Up for Training
-
No training sessions are currently scheduled at this time.
-
-
-
+
Sign Up for Training
+
No training sessions are currently scheduled at this time.
+
+
export default {
name: "Training",
+ methods: {
+ goToLink(pageLink) {
+ window.open(pageLink, "_blank");
+ },
+ },
};