Variable/Grouped product shown as simple product
-
$pid = 237; //variable Product ID $prod_test = new WC_Product($pid); echo $prod_test->get_type(); //echo "simple"
Same with the Grouped products. I am using “Woo Product Bundles” plugin.
$pid = 229; //grouped Product ID $prod_test = new WC_Product($pid); echo $prod_test->get_type(); //echo "simple"
I installed fresh wordpress and I have no other plugin than woocomerce and it says “simple” instead of “variable”
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Variable/Grouped product shown as simple product’ is closed to new replies.