How to use different image as a product image when user not logged in?

Hello,
I would like to create conditional login on product images. But i little bit confused, please could you help me?

I changed some code in: betheme/woocommerce/single-product/product-image.php

What i did: 

1- I added this line:
if ( is_user_logged_in() ) { $image_link   = wp_get_attachment_url( get_post_thumbnail_id() ); }else { $image_link ="http://cdn.prototip.at/dimgs/canvas.png";   }

But i did not work, how can i do that please help me

Comments

  • Hi,

    we are very sorry but we do not offer such customization. In this case you must contact with your website developer if you don't know how to do this or we can give you contact to our colleges who offer such modification if you want.

    Thanks for understanding!
  • Im a developer, i just want to know which codes i neeed to modification.
    You just say this part or this code you need it
    Come on.
  • As we wrote above, we do not offer files modification unfortunately. But as we know, to do what you need, you must modify woocommerce plugin files directly. You can find them all under woocommerce/ folder. And because we did never tried to do what you need, we don't know where exactly this should be done.
Sign In or Register to comment.