Support Forum ยป User Profile

Forum Replies Created

Viewing 3 posts - 91 through 93 (of 93 total)
  • Author
    Posts
  • in reply to: WordPress 4.3 incompatible? #1264
    carassiuscarassius
    Participant

    Dont worry, it is all good..my error

    in reply to: Grouped Products to Front End Help #941
    carassiuscarassius
    Participant

    Ok, I have it displaying, but it will only show the first item not the other repeater fields when multiple items added to the field

    This is how I got it to work so far

    $product_group = rwmb_meta( 'products' );
    $sku_key = 'sw_swsku';
    $sku_value = isset( $product_group[0][$sku_key] ) ? $product_group[0][$sku_key] : false;
    in reply to: Noob Q: help outputting content #939
    carassiuscarassius
    Participant

    my fault, needed to add this to my code flush_rewrite_rules();

Viewing 3 posts - 91 through 93 (of 93 total)