Home Forums Basel support forum Several issues! :) Reply To: Several issues! :)

#117465

Hello,

Please find thi file inc / woocommerce / variation-gallery.php

And change this line:

echo '<input type="hidden" class="variation-gallery-ids" name="basel_variation_gallery[' . esc_attr( $variation->ID ) . ']" value="' . esc_attr( implode( ',', $attachments ) ) . '">';

for this line:

echo '<input type="hidden" class="variation-gallery-ids" name="basel_variation_gallery[' . esc_attr( $variation->ID ) . ']" value="' . esc_attr( $attachments ) . '">';

Best Regards