PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/seoshop.live/wp-content/plugins/cart66/views/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : //home/trave494/seoshop.live/wp-content/plugins/cart66/views/receipt_print_version.php |
<?php $product = new Cart66Product(); $order = $data['order']; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title><?php _e( 'Your Receipt' , 'cart66' ); ?></title> <style type="text/css" media="print"> /*<![CDATA[*/ #print_button { display: none; } /*]]>*/ </style> <style type="text/css" media="screen,print"> /*<![CDATA[*/ body { font-family: arial; font-size: 12px; color: black; } table { margin: 10px; } h1 { font-size: 14px; } p { padding: 3px 0px; } #viewCartTable th, #viewCartTable td { padding: 5px; } table .entry-details { width: 100%; } table .entry-details tbody { padding: 0px; margin: 0px; background-color: #fff; } #viewCartTable td .entry-view-field-name { font-weight: bold; margin: 0px; } #viewCartTable td .entry-view-field-value { padding-left: 25px !important; border: none !important; } /*]]>*/ </style> </head> <body> <h1><?php echo get_bloginfo('name'); ?></h1> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="3"><p><strong><?php _e( 'Order Number' , 'cart66' ); ?>: <?php echo $order->trans_id ?></strong></p></td> <!-- <td> </td> <td align="left"><p><strong>Date: <?php echo date('m/d/Y', strtotime($order->ordered_on)); ?></strong></p></td> --> </tr> <?php if(strlen($order->bill_last_name) > 2): ?> <tr> <td valign="top"> <p> <strong><?php _e( 'Billing Information' , 'cart66' ); ?></strong><br/> <?php echo $order->bill_first_name ?> <?php echo $order->bill_last_name ?><br/> <?php echo $order->bill_address ?><br/> <?php if(!empty($order->bill_address2)): ?> <?php echo $order->bill_address2 ?><br/> <?php endif; ?> <?php if(!empty($order->bill_city)): ?> <?php echo $order->bill_city ?> <?php echo $order->bill_state ?>, <?php echo $order->bill_zip ?><br/> <?php endif; ?> <?php if(!empty($order->bill_country)): ?> <?php echo $order->bill_country ?><br/> <?php endif; ?> </p> </td> <td> </td> <td valign="top"> <p><strong><?php _e( 'Contact Information' , 'cart66' ); ?></strong><br/> <?php if(!empty($order->phone)): ?> Phone: <?php echo Cart66Common::formatPhone($order->phone) ?><br/> <?php endif; ?> Email: <?php echo $order->email ?><br/> Date: <?php echo date('m/d/Y g:i a', strtotime($order->ordered_on)) ?> </p> </td> </tr> <?php endif; ?> <tr> <td> <?php if($order->shipping_method != 'None'): ?> <p> <strong><?php _e( 'Shipping Information' , 'cart66' ); ?></strong><br/> <?php echo $order->ship_first_name ?> <?php echo $order->ship_last_name ?><br/> <?php echo $order->ship_address ?><br/> <?php if(!empty($order->ship_address2)): ?> <?php echo $order->ship_address2 ?><br/> <?php endif; ?> <?php if($order->ship_city != ''): ?> <?php echo $order->ship_city ?> <?php echo $order->ship_state ?>, <?php echo $order->ship_zip ?><br/> <?php endif; ?> <?php if(!empty($order->ship_country)): ?> <?php echo $order->ship_country ?><br/> <?php endif; ?> <br/><em><?php _e( 'Delivery via' , 'cart66' ); ?>: <?php echo $order->shipping_method ?></em><br/> </p> <?php endif; ?> </td> <?php if(strlen($order->bill_last_name) > 2): ?> <td> </td> <td> </td> <?php else: ?> <td> </td> <td valign="top"> <p><strong><?php _e( 'Contact Information' , 'cart66' ); ?></strong><br/> <?php if(!empty($order->phone)): ?> Phone: <?php echo Cart66Common::formatPhone($order->phone) ?><br/> <?php endif; ?> Email: <?php echo $order->email ?><br/> Date: <?php echo date('m/d/Y g:i a', strtotime($order->ordered_on)) ?> </p> </td> <?php endif; ?> </tr> <?php if(isset($order->custom_field) && $order->custom_field != ''): ?> <tr> <td colspan="3"> <p><strong><?php echo Cart66Setting::getValue('checkout_custom_field_label'); ?></strong><br/> <p><?php echo $order->custom_field; ?></p> </td> </tr> <?php endif; ?> </table> <table id="viewCartTable" cellspacing="0" cellpadding="0"> <tr> <th style="text-align: left;"><?php _e( 'Product' , 'cart66' ); ?></th> <th style="text-align: center;"><?php _e( 'Quantity' , 'cart66' ); ?></th> <th style="text-align: left;"><?php _e( 'Item Price' , 'cart66' ); ?></th> <th style="text-align: left;"><?php _e( 'Item Total' , 'cart66' ); ?></th> </tr> <?php foreach($order->getItems() as $item): ?> <?php $product->load($item->product_id); $price = $item->product_price * $item->quantity; ?> <tr> <td> <?php echo str_replace("'", "'", $item->description); ?> <?php $product->load($item->product_id); if($product->isDigital()) { $receiptPage = get_page_by_path('store/receipt'); $receiptPageLink = get_permalink($receiptPage); $receiptPageLink .= (strstr($receiptPageLink, '?')) ? '&duid=' . $item->duid : '?duid=' . $item->duid; //echo "<br/><a href='$receiptPageLink'>Download</a>"; } ?> </td> <td style="text-align: center;"><?php echo $item->quantity ?></td> <td><?php echo Cart66Common::currency($item->product_price) ?></td> <td><?php echo Cart66Common::currency($item->product_price * $item->quantity) ?></td> </tr> <?php if(!empty($item->form_entry_ids)) { $entries = explode(',', $item->form_entry_ids); foreach($entries as $entryId) { if(class_exists('RGFormsModel')) { if(RGFormsModel::get_lead($entryId)) { echo "<tr><td colspan='4'><div class='Cart66GravityFormDisplay'>" . Cart66GravityReader::displayGravityForm($entryId) . "</div></td></tr>"; } } else { echo "<tr><td colspan='5' style='color: #955;'>This order requires Gravity Forms in order to view all of the order information</td></tr>"; } } } ?> <?php endforeach; ?> <tr> <td class='noBorder' colspan='1'> </td> <td class='noBorder' colspan="1" style='text-align: center;'> </td> <td class='noBorder' colspan="1" style='text-align: right; font-weight: bold;'><?php _e( 'Subtotal' , 'cart66' ); ?>:</td> <td class='noBorder' colspan="1" style="text-align: left; font-weight: bold;"><?php echo Cart66Common::currency($order->subtotal); ?></td> </tr> <?php if($order->shipping_method != 'None' && $order->shipping_method != 'Download'): ?> <tr> <td class='noBorder' colspan='1'> </td> <td class='noBorder' colspan="1" style='text-align: center;'> </td> <td class='noBorder' colspan="1" style='text-align: right; font-weight: bold;'><?php _e( 'Shipping' , 'cart66' ); ?>:</td> <td class='noBorder' colspan="1" style="text-align: left; font-weight: bold;"><?php echo Cart66Common::currency($order->shipping); ?></td> </tr> <?php endif; ?> <?php if($order->discount_amount > 0): ?> <tr> <td class='noBorder' colspan='2'> </td> <td class='noBorder' colspan="1" style='text-align: right; font-weight: bold;'><?php _e( 'Discount' , 'cart66' ); ?>:</td> <td class='noBorder' colspan="1" style="text-align: left; font-weight: bold;">-<?php echo Cart66Common::currency($order->discount_amount); ?></td> </tr> <?php endif; ?> <?php if($order->tax > 0): ?> <tr> <td class='noBorder' colspan='2'> </td> <td class='noBorder' colspan="1" style='text-align: right; font-weight: bold;'><?php _e( 'Tax' , 'cart66' ); ?>:</td> <td class='noBorder' colspan="1" style="text-align: left; font-weight: bold;"><?php echo Cart66Common::currency($order->tax); ?></td> </tr> <?php endif; ?> <tr> <td class='noBorder' colspan='2' style='text-align: center;'> </td> <td class='noBorder' colspan="1" style='text-align: right; font-weight: bold;'><?php _e( 'Total' , 'cart66' ); ?>:</td> <td class='noBorder' colspan="1" style="text-align: left; font-weight: bold;"><?php echo Cart66Common::currency($order->total); ?></td> </tr> </table> <form> <input type="button" onClick="window.print();" name="print_button" id="print_button" value="Print Receipt" /> </form> </body> </html>