Home Forums WoodMart support forum How can I add essential products in single product page.

How can I add essential products in single product page.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #338553

    makr_hut
    Participant

    Hello,
    I would like to make a feature look like this (see attached image).

    Suppose, You are purchasing a laptop from a website. Then on a single product page, you will see the essential product also as a mouse, the keyboard also. This feature I’m looking for.

    Check this product as an example that I’m looking for: https://core-electronics.com.au/piicodev-breadboard-adapter.html

    Can you please help me with that? How can I do it? Are there any plugins?

    • This topic was modified 2 years, 5 months ago by makr_hut.
    Attachments:
    You must be logged in to view attached files.
    #338569

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    The product page is the Woocommerce template and Woocommerce does not provide such an option by default. Most likely it is a plugin we do now know which one to recommend.

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

    Best Regards

    #338597

    makr_hut
    Participant

    Ok fine. Can you modify this product view (screenshot – https://prnt.sc/22mrpd0 ) look like this (screenshot – https://prnt.sc/22ms21m )

    My website product page link – https://makr-hut.com.au/wp-admin/edit.php?post_type=product

    #338731

    Hello,

    The perhaps grouped product would help you, please check this manual: https://woocommerce.com/document/group-bundle-products-woocommerce/

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

    Best Regards

    #338857

    makr_hut
    Participant

    How can I make this color white? – https://prnt.sc/22ro1we
    Also this sticky text – https://prnt.sc/22ro24m

    #338967

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

     .whb-sticked .wd-nav-main > li  > a span{
    	color:white;
    }
    .whb-sticked  .wd-header-my-account .wd-tools-icon:before,
    .whb-sticked  .wd-header-wishlist .wd-tools-icon:before,
    .whb-sticked  .wd-header-cart .wd-tools-icon.wd-icon-alt:before,
    .whb-sticked  .wd-header-cart .wd-cart-subtotal .amount {
    	color:white;
    }

    Best Regards

Tagged: 

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