Thank you dor your answer !
is there any way to make the popup bigger so i can get a bigger image ?
Regards
but still looking for how to change the “.” in the price by “,”
i resolved it by modifying theme_1.php
who want to do it, it’s changing :
echo get_woocommerce_currency_symbol() . $product->get_regular_price();
by
echo $product->get_regular_price() .” “. get_woocommerce_currency_symbol()