| @@ -105,8 +105,9 @@ | ||
| 105 | 105 | unset( $content_visibility['show_title']['separator'] ); |
| 106 | 106 | |
| 107 | 107 | $sections = array_merge( |
| 108 | 108 | $content_visibility, |
| 109 | + Controls\SettingsFields::content_ordering( $this ), | |
| 109 | 110 | Controls\SettingsFields::image( $this ), |
| 110 | 111 | Controls\SettingsFields::action_buttons( $this ), |
| 111 | 112 | Controls\SettingsFields::section_title( $this ), |
| 112 | 113 | Controls\SettingsFields::product_title( $this ), |
| @@ -215,8 +216,9 @@ | ||
| 215 | 216 | if ( $this->is_builder_mode() ) { |
| 216 | 217 | add_filter( 'wp_kses_allowed_html', [ FilterHooks::class, 'custom_wpkses_post_tags' ], 10, 2 ); |
| 217 | 218 | } |
| 218 | 219 | |
| 220 | + // Call the template rendering method. | |
| 219 | 221 | Fns::print_html( Render::instance()->setup_loop_for_product_view( $this->render_template_file(), $settings, $this ), true ); |
| 220 | 222 | |
| 221 | 223 | $this->action_button_icon_set_default(); |
| 222 | 224 | $this->render_end(); |