| Server IP : 45.40.142.9 / Your IP : 216.73.216.250 Web Server : Apache System : Linux s45-40-142-9.secureserver.net 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : bayspec ( 506) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/bayspec/public_html/system/modification/catalog/language/english/checkout/ |
Upload File : |
<?php // Heading $_['heading_title'] = 'Shopping Cart'; // Text $_['text_success'] = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">shopping cart</a>!'; $_['text_remove'] = 'Success: You have modified your shopping cart!'; $_['text_login'] = 'Attention: You must <a href="%s">login</a> or <a href="%s">create an account</a> to view prices!'; $_['text_items2'] = '%s'; $_['text_shopping_cart'] = 'Shopping Cart:'; $_['text_items'] = '%s item(s) - %s'; $_['text_points'] = 'Reward Points: %s'; $_['text_next'] = 'What would you like to do next?'; $_['text_next_choice'] = 'Choose if you have a discount code or reward points you want to use or would like to estimate your delivery cost.'; $_['text_empty'] = 'Your shopping cart is empty!'; $_['text_day'] = 'day'; $_['text_week'] = 'week'; $_['text_semi_month'] = 'half-month'; $_['text_month'] = 'month'; $_['text_year'] = 'year'; $_['text_trial'] = '%s every %s %s for %s payments then '; $_['text_recurring'] = '%s every %s %s'; $_['text_length'] = ' for %s payments'; $_['text_until_cancelled'] = 'until cancelled'; $_['text_recurring_item'] = 'Recurring Item'; $_['text_payment_recurring'] = 'Payment Profile'; $_['text_trial_description'] = '%s every %d %s(s) for %d payment(s) then'; $_['text_payment_description'] = '%s every %d %s(s) for %d payment(s)'; $_['text_payment_cancel'] = '%s every %d %s(s) until canceled'; // Column $_['column_image'] = 'Image'; $_['column_name'] = 'Product Name'; $_['column_model'] = 'Model'; $_['column_quantity'] = 'Quantity'; $_['column_price'] = 'Unit Price'; $_['column_total'] = 'Total'; // Error $_['error_stock'] = 'Products marked with *** are not available in the desired quantity or not in stock!'; $_['error_minimum'] = 'Minimum order amount for %s is %s!'; $_['error_required'] = '%s required!'; $_['error_product'] = 'Warning: There are no products in your cart!'; $_['error_recurring_required'] = 'Please select a payment recurring!';