“subtotal” text options cannot be changed
-
Hi!
Your plugin, in the file “xoo-wsc-footer.php” attempts to check the Options for a Subtotal text:
$subtotal_txt = isset($options[‘sc-subtotal-text’]) ? $options[‘sc-subtotal-text’]: __(“Subtotal:”,’side-cart-woocommerce’); //Subtotal Text
But, there are no fields in the Options for this. I’m sure others would like to be able to change the “Subtotal” text.
I’ve already added functionality for it in mine, by duplicating the ‘sc-shipping-text’ add_settings_field(), and the “sc_shipping_text” function to output the actual input tag. But I figured you would like to know you seemed to have forgotten that option in your settings… ?? I hope you’ll be able to add that for your own.
- The topic ‘“subtotal” text options cannot be changed’ is closed to new replies.