• Closed by: Marek
  • Closed on: 29.08.17, 23:31
  • Reason: Closed
  • Comment: Glad to help!

Ticket #9146 - al4.5 Custom Tab, can't empty fields

Catalog>Products, edit > Custom Tab Can’t empty the fields if it has some values.

Fix:
file \modules\pk_themesettings\pk_themesettings.php line 2837
delete the code

                                if (!$custom_tab && is_array($check[0]))
		        		$custom_tab = $check[0]['custom_tab'];

		        	if (!$custom_tab_name && is_array($check[0]))
		        		$custom_tab_name = $check[0]['custom_tab_name'];

		        	if (!$video_id && is_array($check[0]))
		        		$video_id = $check[0]['video'];

Comments

No comments yet