name;
$link = get_term_link( $cat );
if ( ! is_wp_error( $link ) ) {
$default_items_link .= '
' . $title_cat . '';
}
$default_items .= '
';
}
}
?>
Select a Product Category to apply this template. You can select multiple Categories. Keep it blank to apply to all Categories.
name;
$link = get_term_link( $tag );
if ( ! is_wp_error( $link ) ) {
$default_items_link .= '
' . $title_tag . '';
}
$default_items .= '
';
}
}
?>
Select a Product Tags to apply this template. You can select multiple Tags. Keep it blank to apply to All.
name;
$link = get_term_link( $brand );
if ( ! is_wp_error( $link ) ) {
$default_items_link .= '
' . esc_html( $title_brand ) . '';
}
$default_items .= '
';
}
}
?>
Select a Product Brand to apply this template. You can select multiple Brands. Keep it blank to apply to all.
' . $p_title . '';
$default_items .= '
';
}
}
?>
Select a Product to apply this template. You can select multiple Products. Keep it blank to apply to all Products.
' . get_the_title( $product_id ) . ' - ( ID ' . $product_id . ' )';
}
if ( $product_id && ! get_post_status( $product_id ) ) {
delete_post_meta( $post_id, BuilderFns::$product_template_meta );
}
?>
Select a Product for preview and Elementor editing purposes only.