hello,
i know, its possible to add new fifth(without “need help position”) position to help bar. I mean place, where is FAQ, Shipping information etc. When its possible to add new position, thats mean (if i think correct) – i must add new box text position in woocommerce Option in Theme Option to.
I can add new position in help bar, when i put new “modal” in:
function sf_woo_help_bar() {
$options = get_option(‘sf_neighborhood_options’);
$help_bar_text = __($options[‘help_bar_text’], ‘swiftframework’);
$email_modal = __($options[’email_modal’], ‘swiftframework’);
$shipping_modal = __($options[‘shipping_modal’], ‘swiftframework’);
$returns_modal = __($options[‘returns_modal’], ‘swiftframework’);
$faqs_modal = __($options[‘faqs_modal’], ‘swiftframework’);
$NEW_modal = __($options[‘NEW_modal’], ‘swiftframework’);
My custom “New” nodal apear on box at my site, but i cant put there a text.
Please tell me, how can i make new box text to put text in Woocommerce Options in Theme Options admin.
Regards
Tomek