At order confirmation, there are a few mishaps with enfold and Woocommerce, when using the combination for selling virtual / downloadable products – specially for mobile devices.
Check this screenshot; https://ibb.co/QmVcNWN
My question is: How do I remove the two entire columns; “Tilbageværende downloads” ( Remaining downloads) and “Udløber” ( Product expires ).
I dont need them in neither the order confirmation or email that the customer receives upon paying.
Rg. Nikolaj
Hey kapteina,
Sorry for the late reply, Please link to the page in the screenshot so we can examine the page sectors and assist.
Best regards,
Mike
Hello Mike,
Hi,
Thanks for the link, I see that you have a few test orders but I don’t see where I can view the download page as in your screenshot so we can adjust the table. Please provide the link or explain the “test” account details so I can create a test purchase and examine the download page.
Best regards,
Mike
Thank you Mike, I will have to get back to you… WPML absolutely messed up the entire installation, so I will have to run some backups and sort that out first.
But the issue is in enfolds basic “order completetion” / Thank you page after you succesfully finish a purchase of a virtual downloadable product, then the table will have those fields.
And the same fields will be visible in orders under “My account”
Hi,
For the checkout page please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.woocommerce-checkout th.download-expires,
#top.woocommerce-checkout td.download-expires,
#top.woocommerce-checkout th.download-remaining,
#top.woocommerce-checkout td.download-remaining {
display: none !important;
}
Best regards,
Mike