Custom image in the product page

khana

Member
May 27, 2021
52
2
8
Hi Guys,

Is there anyway to add some images into product page using a plugin or any otherway (Wordpress)

1656648951940.png
 

xsz

Well-known member
Trusted Uploader
Jan 12, 2020
253
260
63
An 👽 told me i live on the 🌑
Install a snippets plugin and insert this code. Then just change the image url to yours.
PHP:
add_action ( 'woocommerce_single_product_summary', 'add_my_special_image', 40 );
  function add_my_special_image() {
      global $product;
    print '<img src="https://yoursite.com.au/wp-content/uploads/your-image-path.jpg" alt="your-image" class="my_image" />';
  }
More info
 

khana

Member
May 27, 2021
52
2
8
Install a snippets plugin and insert this code. Then just change the image url to yours.
PHP:
add_action ( 'woocommerce_single_product_summary', 'add_my_special_image', 40 );
  function add_my_special_image() {
      global $product;
    print '<img src="https://yoursite.com.au/wp-content/uploads/your-image-path.jpg" alt="your-image" class="my_image" />';
  }
More info
Thanks Mate, It worked but its coming end of everything in that page. is there anyway to position next to the price?
 

Forum statistics

Threads
69,227
Messages
908,445
Members
237,061
Latest member
itachii

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu