Anyone know if the variation selection fields can be side-by-side and not stacked?
-Josh
Anyone know if the variation selection fields can be side-by-side and not stacked?
-Josh
You should be able to do the following modification to achieve this.
1. open the "eStore_button_display_helper.php" file
2. search for the following line of code:
function get_variation_and_input_code($ret_product,$line_break=true)
3. Once you find it, replcate it with the following line:
function get_variation_and_input_code($ret_product,$line_break=false)
that should make the variations stack sideways.
You must log in to post.