Ali Khallad
Forum Replies Created
-
AuthorPosts
-
Ali Khallad
KeymasterFixed.
wp-content/plugins/wpali-woocommerce-order-builder/public/partials/wpali-woocommerce-order-builder-public-display.php on line 332
change:
$iscolorRequired = !empty(get_post_meta( $product_id, 'wwob_available_colors_isrequired', true )) ? 'options_required="on"' : '';
To:$wwob_available_colors_isrequired = get_post_meta( $product_id, 'wwob_available_colors_isrequired', true ); $iscolorRequired = !empty($wwob_available_colors_isrequired) ? 'options_required="on"' : '';This will be patched in the coming version.
Ali Khallad
KeymasterPlease share the details of you environment: PHP verson, WordPress version, List of plugins, Steps to replicate.
Also make sure to update wordpress and use latest version, your WordPress is missing a core class method.
-
This reply was modified 7 years, 10 months ago by
Ali Khallad.
Ali Khallad
KeymasterDo you have the latest version installed?
for instructions they don’t show on checkout page, they will only appear on the order from admin area.November 26, 2017 at 11:01 am in reply to: issues/conflitcs with woocommerce varations while plugin its actviated #405Ali Khallad
Keymasterit’s already available, we pushed another update to the same release and it should be available today or tomorrow the latest.
Ali Khallad
KeymasterHi, can you specify which settings you’re referring to?
Any settings within a single post are saved for that post, and general setting are saved as well.November 12, 2017 at 1:28 pm in reply to: issues/conflitcs with woocommerce varations while plugin its actviated #382Ali Khallad
KeymasterThanks. We have solved the problem and it will be updated on the next release (1.0.6)
-
This reply was modified 7 years, 10 months ago by
-
AuthorPosts