And how translate this text?
I change file code:
Options::add_field(
array(
‘id’ => ’empty_cart_text’,
‘type’ => ‘textarea’,
‘wysiwyg’ => false,
‘name’ => esc_html__( ‘Empty cart text’, ‘xts-theme’ ),
‘description’ => esc_html__( ‘Text will be displayed if user don\’t add any products to cart.’, ‘xts-theme’ ),
‘default’ => ‘Прежде чем приступить к оформлению заказа, Вы должны добавить товары в свою корзину покупок.<br> В каталоге нашего магазина Вы найдете много интересных товаров.’,
‘section’ => ‘cart_page_section’,
‘priority’ => 20,
)
);
This change not work ((
Attachments:
You must be
logged in to view attached files.