Home Forums WoodMart support forum Extra content before and after product

Extra content before and after product

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #99216

    skauern89
    Participant

    Hi,
    Is it possible to get extra content before and after product?
    If not, it’s a nice feature to add 🙂

    #99241

    Hello,

    You can add extra content either before or after content, but not both.

    Best Regards

    #456128

    stvlahos
    Participant

    I would like to add for example a shortcode to all products in the position of extra box . (I dont want to use extra box in every product separate)
    What should I do. is important please help ..

    Now I am writing .

    add_action( ‘woocommerce_single_product_summary’, ‘custom_shortcode’, 40 );

    function custom_shortcode() {
    echo do_shortcode(‘[html_block id="16367"]‘);
    }

    but is going under the tabs (I have the tabs right side and when i open or close the video goes under the main image. )

    I would like exactly in the position of Extra content before the meta info (sku categoreis social) and after product descriptions tab.

    thank you !

    #456341

    Hello,

    You can add the extra block without any customization. Please check this manual: https://xtemos.com/docs-topic/product-page-options/ and https://xtemos.com/docs-topic/html-blocks-usage/

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)