'; } 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 '
'; echo paginate_links( array( 'total' => $wp_query->max_num_pages, 'current' => max( 1, get_query_var( 'paged' ) ), 'format' => '?paged=%#%', 'prev_text' => '', 'next_text' => '', ) ); echo '
'; } function ahncommerce_template_single_meta() { global $product; ?>

get_description() ); ?>

  • 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' ); ?>