How can we achieve this in Wordpress?

iamaanoob

Junior Member
Joined
Jul 22, 2021
Messages
112
Reaction score
69
Hello All,
I have a doubt. Please help me if any one can.

How can we add this in product page, beside the product image/below the price in Wordpress. Usually this style is available in Shopify.

Thanks in Advance
1672234311352.png
 
I am using Salient Theme and TBH I am not good at custom code too, any plugin that helps me to do?
 
There are gazillions of templates like these for WP. Not sure if allowed to post links, but if you Google you ‘ll find one. Depending how big is your project, but I’d not waste time writing additional CSS to make and maintain it, just utilise existing tools.
 
With your theme I suggest to use ACF and hook in place like this tutorial. https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/
Thanks for this, it may help me

There are gazillions of templates like these for WP. Not sure if allowed to post links, but if you Google you ‘ll find one. Depending how big is your project, but I’d not waste time writing additional CSS to make and maintain it, just utilise existing tools.
Yea there are templates that have this option inbuilt, but I want to use in my existing theme.
 
Css and hook.
This.

Or a custom page template. Anything and everything is possible with wp for that matter if you learn how the custom templates, hooks and the post loop work.
 
Back
Top