Remove Woocommerce Product Tabs Heading
add_filter(‘woocommerce_product_description_heading’, ‘__return_empty_string’); Css Code for horizontal tab : .product .woocommerce-tabs ul.tabs { width: 100%;
add_filter(‘woocommerce_product_description_heading’, ‘__return_empty_string’); Css Code for horizontal tab : .product .woocommerce-tabs ul.tabs { width: 100%;
add_action( ‘wpo_wcpdf_after_item_meta’, ‘wpo_wcpdf_show_product_categories’, 10, 3 ); function wpo_wcpdf_show_product_categories ( $template_type, $item, $order ) { //
Invoice number to be the same as Order number , here is the code for
Here is one solutions that can improve your woocommerce speed, specially when you are adding
If your are having difficulties on adding more than 50 variations on woocommerce, this simple
There is no excerpt because this is a protected post.
add_filter( ‘woocommerce_cart_item_name’, ‘add_sku_in_cart’, 20, 3); function add_sku_in_cart( $title, $values, $cart_item_key ) { $sku = $values[‘data’]->get_sku();
add_filter( ‘woocommerce_cart_item_name’, ‘showing_sku_in_cart_items’, 99, 3 ); function showing_sku_in_cart_items( $item_name, $cart_item, $cart_item_key ) { // The
Here is the short custom function if you want to add a strike though on
[et_pb_section transparent_background=”off” allow_player_pause=”off” inner_shadow=”off” parallax=”off” parallax_method=”on” padding_mobile=”off” make_fullwidth=”off” use_custom_width=”off” width_unit=”off” custom_width_px=”1080px” custom_width_percent=”80%” make_equal=”off” use_custom_gutter=”off” fullwidth=”off”