How To Design Awesome Product Pages With Gutenberg In WooCommerce

Published: 11 May 2021
on channel: WPCrafter.com WordPress For Non-Techies
41,130
850

In this WooCommerce tutorial, I am going to show you how to make impressive product pages simply by adding a small snippet of code to your website.

Say goodbye to boring and hello to exciting product pages that drive conversions.

Code Snippet
// enable gutenberg for woocommerce
function activate_gutenberg_product( $can_edit, $post_type ) {
if ( $post_type == 'product' ) {
$can_edit = true;
}
return $can_edit;
}
add_filter( 'use_block_editor_for_post_type', 'activate_gutenberg_product', 10, 2 );

// enable taxonomy fields for woocommerce with gutenberg on
function enable_taxonomy_rest( $args ) {
$args['show_in_rest'] = true;
return $args;
}
add_filter( 'woocommerce_taxonomy_args_product_cat', 'enable_taxonomy_rest' );
add_filter( 'woocommerce_taxonomy_args_product_tag', 'enable_taxonomy_rest' );

EXCLUSIVE WORDPRESS DEALS 2023
🟡 SureCart -- https://www.wpcrafter.com/surecart (SAVE 50% Auto Applied)
🟡 SureMembers -- https://www.wpcrafter.com/suremembers (SAVE 50% Auto Applied)
🟡 Presto Player -- https://www.wpcrafter.com/prestoplayer (SAVE 33% Auto Applied)
🟡 Astra Theme -- https://www.wpcrafter.com/astra (SAVE 10% Coupon WPCRAFTER)
🟡 CartFlows -- https://www.wpcrafter.com/cartflows (SAVE 40% Auto Applied)
🟡 Cloudways -- https://www.wpcrafter.com/cloudways (SAVE 20% Coupon WPCRAFTER)
🟡 BuddyBoss -- https://www.wpcrafter.com/buddyboss (SAVE 10%)
Want to offer a discount to WPCrafter subscribers, contact me on my website


BEST WORDPRESS PAGE BUILDERS
🟡 Spectra -- https://www.wpcrafter.com/spectra
🟡 Elementor -- https://www.wpcrafter.com/elementor
🟡 Beaver Builder -- https://www.wpcrafter.com/beaverbuilder
🟡 Divi -- https://www.wpcrafter.com/divi (SAVE 20%)


BEST WORDPRESS HOSTING
🟡 Full List -- https://www.wpcrafter.com/hosting
🟡 Cloudways -- https://www.wpcrafter.com/cloudways (SAVE 20% Coupon WPCRAFTER)
🟡 Hostinger -- https://www.wpcrafter.com/hostinger (SAVE 75%)
🟡 NameHero -- https://www.wpcrafter.com/namehero (SAVE 70%)
🟡 SiteGround -- https://www.wpcrafter.com/siteground (SAVE 70%)


CONTACT WPCRAFTER
☑ Website -- https://www.wpcrafter.com
☑ Facebook Group --   / wpcrafter  
☑ Twitter --   / wpcrafter  
☑ Twitter --   / adampreiser  


All of the opinions expressed in this video are my own, I was not paid to make this video. Whenever there is a link in any of my videos, if there is a referral program available, please assume that you are clicking on a referral link.


Watch video How To Design Awesome Product Pages With Gutenberg In WooCommerce online without registration, duration hours minute second in high quality. This video was added by user WPCrafter.com WordPress For Non-Techies 11 May 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 41,13 once and liked it 85 people.