WPIntell

Source evidence

Upload file field location

File Uploads Addon for WooCommerce · support · 2022-08-25T16:16:00+00:00

mixedsentiment
mediumseverity
0.78relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 20 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
eddiepelser resolved
This plugin moves my product volume and add to cart button off the page 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 Hi Dhruvin, link to page: https://www.development.giftsandgoods.co.za/product/cola-glass/ thank you Regards Eddie 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

Comments

3 shown
Dhruvin 2022-08-25T16:23:00+00:00

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

eddiepelser 2022-08-25T16:47:00+00:00

Hi Dhruvin, link to page: https://www.development.giftsandgoods.co.za/product/cola-glass/ thank you Regards Eddie

Dhruvin 2022-08-25T18:24:00+00:00

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