ce7 Posted September 2, 2020 Posted September 2, 2020 hi I have Phoenix 1075, installed addon WYSIWYG CKE Editor edit pages BOOTSTRAP (by @FIMBLE)the info page for privacy, condition, shipping, contact us work great, FYI, if anyone also try to install this addon, as Phoenix has template system introduced, so follow the installation instruction, but put the code for the privacy, condition, shipping, contact us intotemplate/default/includes/pages/conditions.php template/default/includes/pages/contact_us.php template/default/includes/pages/privacy.php template/default/includes/pages/shipping.php the only thing I can not make it work is index page, i tried to put it with tpl_cm_i_customer_greeting.php (text_main also tried, same not showing) echo $customer_greeting; $linuxuk_index_info_query = tep_db_query("select * from linuxuk_edit_page_index where linuxuk_edit_index_language_id = " . $languages_id ); $linuxuk_index_info = tep_db_fetch_array($linuxuk_index_info_query); echo '<br>' . $linuxuk_index_info['edit_index_description']; any help or suggestion is appreciated, thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.