' . __('Show cart', 'themify') . ' ' . esc_html__('seconds', 'themify') . '
' . esc_html__('When an item is added, show cart for n second(s)', 'themify') . '

'; /** * Disable AJAX add to cart * @var String */ $output .= '

'; return $output; }