×

Ali Khallad

Forum Replies Created

Viewing 6 posts - 181 through 186 (of 186 total)
  • Author
    Posts
  • in reply to: Not working properly #488
    Ali Khallad
    Keymaster

    Fixed.

    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.

    in reply to: Not working properly #486
    Ali Khallad
    Keymaster

    Please 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 6 years, 2 months ago by Ali Khallad.
    in reply to: Enabled Product Instructions Error #475
    Ali Khallad
    Keymaster

    Do 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.

    Ali Khallad
    Keymaster

    it’s already available, we pushed another update to the same release and it should be available today or tomorrow the latest.

    in reply to: Initial setting of plugin (color and layout, etc…) #402
    Ali Khallad
    Keymaster

    Hi, 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.

    Ali Khallad
    Keymaster

    Thanks. We have solved the problem and it will be updated on the next release (1.0.6)

Viewing 6 posts - 181 through 186 (of 186 total)