- This topic has 3 replies, 2 voices, and was last updated 11 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › eStore – move variation dropdown menu
I followed these directions from post: https://support.tipsandtricks-hq.com/forums/topic/moving-the-digital-variation-dropdown-menu
Look for the following function in the “eStore_misc_functions.php” file
function get_button_code_for_element($ret_product,$line_break=true)
Find the following line inside the above mentioned function:
$var_output = get_variation_and_input_code($ret_product,$line_break);
change that to the following:
$var_output = get_variation_and_input_code($ret_product,false);
This should put the button and the variation fields on the same line
It’s not working. I am also needing to move the variation dropdown to the same line. This did not work. Please help.
Please send us a link to your site showing how it is currently displayed and then tell us where you would like to move the dropdown menu.
[http://highdesertwoodcollections.com/candle-cross]
I would like it in line to the right of ‘add to cart’ button.
Thanks.
Disregard. I changed the page so it won’t display the same anyways. Thanks.