developer786
developer786

Reputation: 11

How to create divi custom module

Is any one know how to create divi custom module using wordpress plugin. I want to develop my own custom module.

i want to create woocommerce product slider in divi theme using divi builder which can show product price, product image, product sku and cart button in slider

Upvotes: 1

Views: 287

Answers (1)

Narendra Sishodiya
Narendra Sishodiya

Reputation: 603

Divi custom modules can be created by extending ET_Builder_Module Class of Divi Builder and using it's methods and then use the option value in ReactJS Component, more details regarding the same can be found on this.

Link : https://www.elegantthemes.com/documentation/developers/divi-module/how-to-create-a-divi-builder-module/

If you want to use plugin for the same then Divi Marketplace has a plugin which we can use to achieve this.

Link : https://www.elegantthemes.com/marketplace/divi-module-builder/

Upvotes: 0

Related Questions