| @@ -16,10 +16,10 @@ | ||
| 16 | 16 | <div style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);color: white;padding: 10px 30px 30px 30px;text-align: center;"> |
| 17 | 17 | <?php |
| 18 | 18 | App::make('view')->render('emails.components.header'); |
| 19 | 19 | ?> |
| 20 | - <h1 style="font-size: 24px;font-weight: 600;margin-bottom: 8px;">Package Delivered Successfully!</h1> | |
| 21 | - <p style="opacity: 0.9;font-size: 16px;margin: 0;">Your order has arrived at its destination</p> | |
| 20 | + <h1 style="font-size: 24px;font-weight: 600;margin-bottom: 8px;"><?php esc_html_e('Package Delivered Successfully!', 'fluent-cart'); ?></h1> | |
| 21 | + <p style="opacity: 0.9;font-size: 16px;margin: 0;"><?php esc_html_e('Your order has arrived at its destination', 'fluent-cart'); ?></p> | |
| 22 | 22 | </div> |
| 23 | 23 | |
| 24 | 24 | <div style="background-color: #fff; border-radius: 8px; "> |
| 25 | 25 | |
| @@ -71,14 +71,14 @@ | ||
| 71 | 71 | <table style="width: 100%; border: none !important;margin-top: 20px;"> |
| 72 | 72 | <tr style="width: 100%;"> |
| 73 | 73 | <td style="text-align: right;padding-right: 4px;"> |
| 74 | 74 | <a href="https://fluentcart.com" style="padding: 10px 20px;display:inline-block;text-decoration: none;border-radius: 8px;font-weight: 600;font-size: 14px;text-align: center;background: linear-gradient(135deg, #3b82f6, #2563eb);color: white;"> |
| 75 | - Leave a Review | |
| 75 | + <?php esc_html_e('Leave a Review', 'fluent-cart'); ?> | |
| 76 | 76 | </a> |
| 77 | 77 | </td> |
| 78 | 78 | <td style="padding-left: 4px;"> |
| 79 | 79 | <a href="{{order.customer_order_link}}" style="padding: 8px 20px;display:inline-block;text-decoration: none;border-radius: 8px;font-weight: 600;font-size: 14px;text-align: center;background: white;color: #374151;border: 2px solid #d1d5db;"> |
| 80 | - View Receipt | |
| 80 | + <?php esc_html_e('View Receipt', 'fluent-cart'); ?> | |
| 81 | 81 | </a> |
| 82 | 82 | </td> |
| 83 | 83 | </tr> |
| 84 | 84 | </table> |
| @@ -83,10 +83,10 @@ | ||
| 83 | 83 | </tr> |
| 84 | 84 | </table> |
| 85 | 85 | |
| 86 | 86 | <div style="background: linear-gradient(135deg, #fef3c7, #fef9e7);border-radius: 8px;padding: 20px;margin: 25px 0 0;text-align: center;border: 1px solid #fbbf24;"> |
| 87 | - <h3 style="color: #b45309;margin: 0 0 8px;font-size: 16px;font-weight: 600;">Thank You for Your Business!</h3> | |
| 88 | - <p style="margin: 0;color: #92400e;font-size: 14px;">We hope you love your purchase. Your satisfaction is our top priority.</p> | |
| 87 | + <h3 style="color: #b45309;margin: 0 0 8px;font-size: 16px;font-weight: 600;"><?php esc_html_e('Thank You for Your Business!', 'fluent-cart'); ?></h3> | |
| 88 | + <p style="margin: 0;color: #92400e;font-size: 14px;"><?php esc_html_e('We hope you love your purchase. Your satisfaction is our top priority.', 'fluent-cart'); ?></p> | |
| 89 | 89 | </div> |
| 90 | 90 | </div> |
| 91 | 91 | </div> |
| 92 | 92 | </div> |