';
}
function ahncommerce_output_content_wrapper_end() {
echo '
';
}
function ahncommerce_shop_sidebar() {
echo ' ';
if ( is_active_sidebar( 'ahncommerce-shop-sidebar' ) ) {
dynamic_sidebar( 'ahncommerce-shop-sidebar' );
}
echo '
';
}
function ahncommerce_before_shop_loop() {
echo '
';
}
function ahncommerce_after_shop_loop() {
echo '
';
}
function ahncommerce_pagination() {
global $wp_query;
echo '';
}
function ahncommerce_template_single_meta() {
global $product;
?>
- Availability is_in_stock() ? esc_html__( 'In Stock', 'ahncommerce' ) : esc_html__( 'Out of Stock', 'ahncommerce' ); ?>
- Shipping 01 day shipping. Free pickup today
- Weight get_weight() ? esc_html( $product->get_weight() . ' kg' ) : esc_html__( 'N/A', 'ahncommerce' ); ?>
- Share on
-
get_sku() ? esc_html( $product->get_sku() ) : esc_html__( 'N/A', 'ahncommerce' ); ?>
-
get_id() ) ); ?>
-
get_weight() ? esc_html( $product->get_weight() . ' kg' ) : esc_html__( 'N/A', 'ahncommerce' ); ?>
-
get_dimensions() ? esc_html( $product->get_dimensions() ) : esc_html__( 'N/A', 'ahncommerce' ); ?>