Hi @eddiepelser
Can you please send us a link to the page so I can check and suggest some solutions?
If you want to keep the link private, I would recommend you to create a ticket here: https://imaginatesolutions.freshdesk.com/support/tickets/new
Our plugin uses a standard WooCommerce hook which places the uploader before the Add to Cart button.
Best Regards,
Dhruvin
The problem was solved via simple CSS. Here is the CSS in case anyone too encounters this problem.
.woocommerce-variation-add-to-cart, .woocommerce div.product.product-type-simple form.cart {
β display: block!important;
β}
Best Regards,
Dhruvin Shah