

- #Product builder style product page woocommerce how to#
- #Product builder style product page woocommerce install#
- #Product builder style product page woocommerce update#
- #Product builder style product page woocommerce code#
For now, I am importing the product grid #1 block.Īfter importing a block, you can also customize it using the settings section. Just click on the plus icon and add your desired product blocks. Now let’s customize shop page template starting with the product blocks. ProductX offers multiple types of Products Blocks that include Product Grids, Product List, Product Category Grids, and Product Sliders to showcase the products of your WooCommerce store. After installation click on the activate button.Īfter installing the plugin you need to turn on the WooCommerce Builder addon.Go to Plugin Section and click on add new button.
#Product builder style product page woocommerce install#
If you want to use the WooCommerce Builder addon you need to install the ProductX plugin to your WooCommerce site. Follow the below steps to start creating a new WooCommerce Shop page Template. It offers the exclusive WooCommerce Builder addon to create custom Product Archives, shop, and single product pages. In this method, you need to use the ProductX Gutenberg WooCommerce Blocks plugin.
#Product builder style product page woocommerce code#
If you are not a developer or simply don’t like writing code then the second method is perfect for you. Create and Customize WooCommerce Shop Page Template using ProductX You can also increase the number of products and columns by replacing the value of the product limits and columns. You will see that the products are displayed in an organized way according to the code.

Create a file and name it archive-product.php which will be the shop page template. For that, go to the Cpanel of your site and open the child theme file. Now that, you have created the child theme, it’s time to create a shop page template. That’s all now when you go to the appearance → themes section of your site and you should see the two versions of themes which are Storefront and Storefront Child. Wp_enqueue_style( 'child-style', get_stylesheet_uri(),Īrray( 'twenty-twenty-one-style' ), wp_get_theme()->get('Version') ) Īdd_action( 'wp_enqueue_scripts', 'storefront_styles') * enqueue scripts and style from parent theme */ Now create another text file, name it functions.php and paste the code below. Open the folder and create a text file and paste the following code. So without further ado let’s get started.įirst of all, you have to create a new folder in the path of your theme files (wp-content/themes/) and give a name to it.

#Product builder style product page woocommerce update#
Another problem is that, if you add custom codes in the theme files, the codes will be removed with a new update of the theme. Because while making changes, you may break the structure of your site. Create a Child ThemeĪs you are going to play with the current theme of your site, it is recommended to create a child theme and customize it instead of the main theme. If you have some knowledge about coding then you can create a WooCommerce Page template by following the below steps: Step-1.
#Product builder style product page woocommerce how to#
7 Conclusion How to Customize WooCommerce Shop Page template Programitacally
