This topic is: resolved
-
The
[dt_woo_single_product_map]
shortcode ignores the global settings for “Directions” and “View More”.
In the
dt_woo_single_product_map_sc()
function:
title_term: '<?php echo __('View More', 'woocommerce');?>', directions: '<?php echo __('Get Directions', 'woocommerce'); ?>',
vs. the
dt_woo_map_sc()
function:
'title_term': '<?php echo trim(dtwm_get_option('view_more', 'View More'))?>', 'directions': '<?php echo trim(dtwm_get_option('directions', 'Get Directions')); ?>'