OpenCart 3.0.3.8
This commit is contained in:
		@@ -11,4 +11,5 @@ $_['text_credit_amount']       = 'Cost of credit';
 | 
			
		||||
$_['text_amount_payable']      = 'Total payable';
 | 
			
		||||
$_['text_total_interest']      = 'Total interest APR';
 | 
			
		||||
$_['text_monthly_installment'] = 'Monthly installment';
 | 
			
		||||
$_['text_redirection']         = 'You will be redirected to Divido to complete this finance application when you confirm your order';
 | 
			
		||||
$_['text_redirection']         = 'You will be redirected to Divido to complete this finance application when you confirm your order';
 | 
			
		||||
$_['text_divido']              = 'Divido';
 | 
			
		||||
							
								
								
									
										74
									
								
								catalog/extension/module/paypal_smart_button.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										74
									
								
								catalog/extension/module/paypal_smart_button.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,74 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_title']						= 'PayPal';
 | 
			
		||||
$_['text_checkout_payment_address']  	= 'Billing Details';
 | 
			
		||||
$_['text_checkout_shipping_address'] 	= 'Delivery Details';
 | 
			
		||||
$_['text_checkout_shipping_method']  	= 'Delivery Method';
 | 
			
		||||
$_['text_checkout_payment_method']  	= 'Payment Method';
 | 
			
		||||
$_['text_your_details']              	= 'Your Personal Details';
 | 
			
		||||
$_['text_your_address']              	= 'Your Address';
 | 
			
		||||
$_['text_cart']               			= 'Shopping Cart';
 | 
			
		||||
$_['text_shipping_updated']   			= 'Shipping service updated';
 | 
			
		||||
$_['text_order_message']				= 'PayPal Seller Protection - %s';
 | 
			
		||||
$_['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_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';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_email']                    	= 'E-Mail';
 | 
			
		||||
$_['entry_firstname']                	= 'First Name';
 | 
			
		||||
$_['entry_lastname']                 	= 'Last Name';
 | 
			
		||||
$_['entry_telephone']               	= 'Telephone';
 | 
			
		||||
$_['entry_company']                  	= 'Company';
 | 
			
		||||
$_['entry_address_1']                	= 'Address 1';
 | 
			
		||||
$_['entry_address_2']                	= 'Address 2';
 | 
			
		||||
$_['entry_postcode']                 	= 'Post Code';
 | 
			
		||||
$_['entry_city']                     	= 'City';
 | 
			
		||||
$_['entry_country']                  	= 'Country';
 | 
			
		||||
$_['entry_zone']                    	= 'Region / State';
 | 
			
		||||
 | 
			
		||||
// Button
 | 
			
		||||
$_['button_confirm']  					= 'Confirm';
 | 
			
		||||
$_['button_shipping'] 					= 'Update shipping';
 | 
			
		||||
 | 
			
		||||
// 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!';
 | 
			
		||||
$_['error_unavailable'] 	  			= 'Please use the full checkout with this order!';
 | 
			
		||||
$_['error_shipping']                 	= 'Warning: Shipping method required!';
 | 
			
		||||
$_['error_no_shipping']    				= 'Warning: No Shipping options are available.';
 | 
			
		||||
$_['error_firstname']                	= 'First Name must be between 1 and 32 characters!';
 | 
			
		||||
$_['error_lastname']                 	= 'Last Name must be between 1 and 32 characters!';
 | 
			
		||||
$_['error_email']                    	= 'E-Mail address does not appear to be valid!';
 | 
			
		||||
$_['error_telephone']                	= 'Telephone must be between 3 and 32 characters!';
 | 
			
		||||
$_['error_password']                 	= 'Password must be between 4 and 20 characters!';
 | 
			
		||||
$_['error_confirm']                  	= 'Password confirmation does not match password!';
 | 
			
		||||
$_['error_address_1']                	= 'Address 1 must be between 3 and 128 characters!';
 | 
			
		||||
$_['error_city']                     	= 'City must be between 2 and 128 characters!';
 | 
			
		||||
$_['error_postcode']                 	= 'Postcode must be between 2 and 10 characters!';
 | 
			
		||||
$_['error_country']                  	= 'Please select a country!';
 | 
			
		||||
$_['error_zone']                     	= 'Please select a region / state!';
 | 
			
		||||
$_['error_agree']                    	= 'Warning: You must agree to the %s!';
 | 
			
		||||
$_['error_address']                  	= 'Warning: You must select address!';
 | 
			
		||||
$_['error_custom_field']             	= '%s required!';
 | 
			
		||||
$_['error_timeout'] 	  				= 'Sorry, PayPal is currently busy. Please try again later!';
 | 
			
		||||
							
								
								
									
										7
									
								
								catalog/extension/module/pilibaba_button.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								catalog/extension/module/pilibaba_button.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
<?php
 | 
			
		||||
//Heading
 | 
			
		||||
$_['heading_title']    = '中国用户请点击Pilibaba按钮跳转至中文页面付款';
 | 
			
		||||
 | 
			
		||||
//Text
 | 
			
		||||
$_['text_description'] = 'Chinese customers please click Pilibaba button to complete checkout';
 | 
			
		||||
?>
 | 
			
		||||
@@ -39,3 +39,8 @@ $_['text_must_apply_coupon'] = 'Please apply your coupon.';
 | 
			
		||||
$_['text_payment_success'] = 'Your order was successfully placed. Order details are below';
 | 
			
		||||
$_['text_success_title'] = 'Your order has been placed!';
 | 
			
		||||
$_['text_tax_other'] = 'Taxes / Other handling fees';
 | 
			
		||||
$_['error_failure_mfa'] = 'There was a problem with your payment. Your order hasn\'t been placed, and you haven\'t been charged.';
 | 
			
		||||
$_['error_unexpected_network_error'] = 'Unexpected network error';
 | 
			
		||||
$_['error_invaild_request'] = 'Invaild request, please post your order again';
 | 
			
		||||
$_['error_abandoned_mfa'] = 'Something\'s wrong with your payment method. To place your order, try another.';
 | 
			
		||||
$_['text_created_by']     = 'created by iSenseLabs, OpenCart, V%s';
 | 
			
		||||
 
 | 
			
		||||
@@ -15,3 +15,4 @@ $_['divido_checkout']          = 'Confirm and checkout with Divido';
 | 
			
		||||
$_['deposit_to_low']           = 'Deposit to low';
 | 
			
		||||
$_['credit_amount_to_low']     = 'Credit amount to low';
 | 
			
		||||
$_['no_country']               = 'Country not accepted';
 | 
			
		||||
$_['text_divido']              = 'Divido';
 | 
			
		||||
 
 | 
			
		||||
@@ -232,4 +232,12 @@ $_['text_card_message_F9031']									= 'Multiple transactions for same credit c
 | 
			
		||||
$_['text_card_message_F9032']									= 'Invalid Customer Last Name';
 | 
			
		||||
$_['text_card_message_F9033']									= 'Invalid Billing Street';
 | 
			
		||||
$_['text_card_message_F9034']									= 'Invalid Shipping Street';
 | 
			
		||||
$_['text_card_message_F9037']									= 'Suspicious Customer Email Address';
 | 
			
		||||
$_['text_card_message_F9037']									= 'Suspicious Customer Email Address';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_payment']                                             = 'Payment Error';
 | 
			
		||||
$_['error_empty_name']                                          = 'Card Holder\'s Name must be entered';
 | 
			
		||||
$_['error_invalid_card']                                        = 'Card Number appears invalid';
 | 
			
		||||
$_['error_expiry_date']                                         = 'This expiry date has passed';
 | 
			
		||||
$_['error_cvv']                                                 = 'CVV/CSV Number appears invalid';
 | 
			
		||||
$_['error_payment_text']                                        = 'There was a problem completing the payment';
 | 
			
		||||
@@ -3,6 +3,7 @@
 | 
			
		||||
$_['text_title']				= 'Credit or Debit Card';
 | 
			
		||||
$_['text_credit_card']			= 'Credit Card Details';
 | 
			
		||||
$_['text_wait']					= 'Please wait!';
 | 
			
		||||
$_['text_store_card']           = 'Store card details?';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_cc_number']			= 'Card number';
 | 
			
		||||
 
 | 
			
		||||
@@ -13,6 +13,8 @@ $_['text_payment_option']		= 'Payment options';
 | 
			
		||||
$_['text_single_payment']		= 'Single Payment';
 | 
			
		||||
$_['text_monthly_payment']		= '%s - %s per month';
 | 
			
		||||
$_['text_comment']				= 'Klarna\'s Invoice ID: %s' . "\n" . '%s/%s: %.4f';
 | 
			
		||||
$_['text_terms_description']    = 'Mit der Übermittlung der für die Abwicklung des Rechnungskaufes und einer Identitäts - und Bonitätsprüfung erforderlichen
 | 
			
		||||
Daten an Klarna bin ich einverstanden. Meine <a href="https://online.klarna.com/consent_de.yaws" target="_blank">Einwilligung</a> kann ich jederzeit mit Wirkung für die Zukunft widerrufen.';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_gender']				= 'Gender';
 | 
			
		||||
 
 | 
			
		||||
@@ -10,4 +10,5 @@ $_['text_checkout']				   = 'Checkout';
 | 
			
		||||
$_['text_success']				   = 'Success';
 | 
			
		||||
$_['text_choose_shipping_method']  = 'Choose shipping method';
 | 
			
		||||
$_['text_sales_tax']			   = 'Sales Tax';
 | 
			
		||||
$_['text_newsletter']			   = 'Subscribe to our newsletter';
 | 
			
		||||
$_['text_newsletter']			   = 'Subscribe to our newsletter';
 | 
			
		||||
$_['text_list']                    = 'Order Summary';
 | 
			
		||||
@@ -10,6 +10,8 @@ $_['text_year']					= 'Year';
 | 
			
		||||
$_['text_month']				= 'Month';
 | 
			
		||||
$_['text_day']					= 'Day';
 | 
			
		||||
$_['text_comment']				= 'Klarna\'s Invoice ID: %s. ' . "\n" . '%s/%s: %.4f';
 | 
			
		||||
$_['text_trems_description']    = 'Mit der Übermittlung der für die Abwicklung des Rechnungskaufes und einer Identitäts - und Bonitätsprüfung erforderlichen
 | 
			
		||||
Daten an Klarna bin ich einverstanden. Meine <a href="https://online.klarna.com/consent_de.yaws" target="_blank">Einwilligung</a> kann ich jederzeit mit Wirkung für die Zukunft widerrufen.';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_gender']				= 'Gender';
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										28
									
								
								catalog/extension/payment/paypal.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								catalog/extension/payment/paypal.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,28 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_title']						= 'PayPal (Express, Card)';
 | 
			
		||||
$_['text_paypal_express']				= 'PayPal Express';
 | 
			
		||||
$_['text_paypal_card']					= 'PayPal Card';
 | 
			
		||||
$_['text_wait']							= 'Please wait!';
 | 
			
		||||
$_['text_order_message']				= 'PayPal Seller Protection - %s';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_card_number']					= 'Card Number';
 | 
			
		||||
$_['entry_expiration_date']				= 'Expiration Date';
 | 
			
		||||
$_['entry_cvv']							= 'CVV';
 | 
			
		||||
 | 
			
		||||
// Button
 | 
			
		||||
$_['button_pay']						= 'Pay with Card';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_warning']						= 'Please check the form carefully for errors.';
 | 
			
		||||
$_['error_3ds_error']					= 'An error occurred with the 3DS authentication system.';
 | 
			
		||||
$_['error_3ds_skipped_by_buyer']		= '3D Secure authentication was skipped by you.';
 | 
			
		||||
$_['error_3ds_failure']					= 'You may have failed the challenge or the device was not verified.';
 | 
			
		||||
$_['error_3ds_undefined']				= 'Card network did not require a 3D Secure.';
 | 
			
		||||
$_['error_3ds_bypassed']				= '3D Secure was skipped as authentication system did not require a challenge.';
 | 
			
		||||
$_['error_3ds_unavailable']				= 'Issuing bank is not able to complete authentication.';
 | 
			
		||||
$_['error_3ds_attempted']				= 'Card is not enrolled in 3D Secure as card issuing bank is not participating in 3D Secure.';
 | 
			
		||||
$_['error_3ds_card_ineligible']			= 'Card is not eligible for 3DS Secure authentication.';
 | 
			
		||||
$_['error_payment']						= 'Please choose another payment method or <a href="%s" target="_blank">contact us</a>.';
 | 
			
		||||
$_['error_timeout'] 	  				= 'Sorry, PayPal is currently busy. Please try again later!';
 | 
			
		||||
		Reference in New Issue
	
	Block a user