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.
' . $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.
'default',
'image_url' => \Elementor\Utils::get_placeholder_image_src(),
'preview_link' => '',
'title' => __( 'Blank Template', 'shopbuilder' ),
];
$this->get_modal_card_html( $default_item );
if ( ! empty( $layoutData['layouts'] ) ) {
foreach ( $layoutData['layouts'] as $item ) {
$this->get_modal_card_html( $item );
}
}
?>