php get product description bebuilder

Hi,

I am using be builder for the woocommerce product description.

I am programming a shortcode to display the description of the product on a different place.

$product = wc_get_product($wporg_atts['product_id']);

if ($product <> null){

if ($wporg_atts['desc'] > 0) {

$o .= '<div class="P2G_product_information">' . $product->get_description() . '</div>';

}

}

This script returns the description entered with the product and not the one with bebuilder.

How can I access the description from bebuilder?


Greetings Achim

Comments

  • Hi,

    What you ask for requires file customization, which about Item Support Policy is not allowed. http://themeforest.net/page/item_support_policy

    So if you want to modify files and don't know how, you should contact your web developer. Item Policy says:

    Item support does not include services to modify or extend the item beyond the original features, style, and functionality described on the item page. For customization services that will help you tailor the item to your specific requirements, we recommend contacting the author to see if they privately offer paid customization services or checking out the great service providers on Envato Studio.


    Also, note that shortcodes should be placed in the Column Text element in the builder.


    Thanks

Sign In or Register to comment.