Top "Variations" questions

List of known "Safari on iPad" differences over "Desktop Safari"

In recently testing a web application on Windows/Mac desktop browsers - and then on an iPad I noticed various …

ipad safari rendering variations
WooCommerce: trigger event after change of variation

We use Woocommerce to sell colorboxes. Mostly the variable-product option is chosen. We added a modal dialog with a color …

javascript woocommerce variations
Display woocommerce variable product price

How to display woocommerce variable price for current active variation on single product page? I use the code: <?php …

php woocommerce variations
add additional button on product page for woocommerce

I have spent the majority of the day trying to figure out how to adjust the single product page using …

wordpress woocommerce product woothemes variations
How get variation's stock quantity woocommerce

I'm developing a theme for wordpress and woocommerce. I need show variation's stock. <p class="stock-m13"><?php …

php woocommerce stock variations
Replace the Variable Price range by the chosen variation price in WooCommerce 3

On WooCommerce I would like to change the Variable single product page layout. Because, when you have an variable product …

php wordpress woocommerce product variations
How to get Woocommerce Variation ID?

I've already had this code on functions.php This code is to add a new field on each product variation …

php mysql wordpress woocommerce variations
PHP - preg_match - How to match a string upper/lower case with anything before or after it?

I have a part of a function that goes like this: if (preg_match("#\bscript\b#",$userInput)) { $bannedWord = 'script'; logHax(); …

php preg-match variations
generating Variations without repetitions / Permutations in java

I have to generate all variations without repetitions made of digits 0 - 9. Length of them could be from 1 to 10. I …

java algorithm permutation variations
Woocommerce: Display Product Variation Description on Cart page

I'm trying to display my product variation description in my Cart. I have tried inserting this code in the cart.…

php wordpress woocommerce cart variations