Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Want Variaton Selection Fields Side-By-Side › Reply To: Want Variaton Selection Fields Side-By-Side
February 2, 2010 at 7:30 am
#17680
Participant
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.