How can I add essential products in single product page.
-
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 3 years, 7 months ago by
makr_hut.
Attachments:
You must be
logged in to view attached files.
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
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
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
How can I make this color white? – https://prnt.sc/22ro1we
Also this sticky text – https://prnt.sc/22ro24m
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