- This topic has 1 reply, 2 voices, and was last updated 14 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 General Questions › Variation Coding Reside
Tagged: Add to Cart variation
What page does the eStore generate the Variation dropdown menus in? Want to mess with the spacing and such which should be an easy fix if I can find it.
Also, anyone know what exactly calls the Variation up? Looks like the script that generates the page goes from the prices output to a if statement to figure out which button to use but in between them the variations show up. So not sure if the variations are compiled with the price stuff before this script or if its something to do with the button if statement.
You will need to take a look at the “eStore_button_display_heler.php” file (checkout the following function):
get_variation_and_input_code
Remember some stuff do come from Javascript too.