Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Как вывести кастомные поля в *Распечаить список досивки*


kuripka2222
 Share

Recommended Posts

Здравствуйте, вывожу в функции shipping в файле order.php ик: 

Но при распечатывании списка досивки, поле не выводится. 

Помогите
 

	
				if ($order_info['shipping_address_format']) {
					$format = $order_info['shipping_address_format'];
				} else {
					$format = '{custom_field_26}';  // кастомное поле с id = 26
				}

				$find = array(
					'{custom_field_26}', // кастомное поле с id = 26

				);

				$replace = array(
					'custom_field_26'   => $order_info['shipping_custom_field']['26']  // кастомное поле с id = 26
				);

 

Link to comment
Share on other sites


@kuripka2222 Полиийте о синиксисе в PHP

Дное custom_field_26 нужно откуда-то полулить

Edited by Flint2000
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.