Home Forums WoodMart support forum Wishlist button

Wishlist button

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

    biz.robiul
    Participant

    I am using elementor pro and create a custom product details page but I can’t find anything for the wishlist button, So please provide me custom HTML for the wishlist button.

    #243787

    Hello,

    I am afraid it is not possible to add the Wishlist feature to the custom page, you can add a link leading to the Wishlist page, but not the option to add.

    Best Regards

    #243802

    biz.robiul
    Participant

    I just need this button, please check the image.

    Attachments:
    You must be logged in to view attached files.
    #243919

    Hello,

    We do not have the preceise instruction, however we provide the code as the sample helpgin to generate:

    data-key="<?php echo esc_attr( wp_create_nonce( 'woodmart-wishlist-add' ) ); ?>"
    data-product-id="<?php echo esc_attr( get_the_ID() ); ?>"

    Best Regards

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