@jricketts4 Thanks. I fixed an error in the console and the field for entering the payment card appeared.
Hi @jricketts4 – There is no such error in the Storefront theme.
Problem solved
$main_menu = get_term_by( 'name', 'Main Menu', 'nav_menu' );
set_theme_mod( 'nav_menu_locations', array(
'here you need to write the location of the menu' => $main_menu->term_id,
)
);
The developer of the plugin, specify it in the FAQ. This will help many