Home › Forums › Basel support forum › Several issues! :) › Reply To: Several issues! :)
April 7, 2019 at 6:49 am
#117465
Elise Noromit
Member
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