Home Forums WoodMart support forum Additional field in the product card

Additional field in the product card

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #554708

    -_Vitalii_-
    Participant

    Good afternoon, tell me, I added another arbitrary form in the product card, if you do not use your theme and standard themes, then the field is displayed, but if I include the theme, there is nothing. tell me how to get it out? thank you.
    add_action( ‘add_meta_boxes’, ‘genius_new_meta_box_single_prod’ );

    function genius_new_meta_box_single_prod() {
    add_meta_box(
    ‘custom_product_meta_box’,
    ‘Product third description’,
    ‘genius_add_custom_content_meta_box’,
    ‘product’,
    ‘normal’,
    ‘default’
    );
    }

    #554856

    Luke Nielsen
    Keymaster

    Hello,

    Navigate to Dashboard -> Layouts -> Cart and disable the layout, then recheck the Cart page.

    https://prnt.sc/5ncP2Ai15ZP2

    Kind Regards

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