Hi @km7games
We are sincerely sorry that your checkout page is like this. In fact there is no way to solve this without doing custom code. Because this checkout page is using a woocommerce tag. We can provide you with a custom solution that will display all variation products on your check out page like this: LINK
For this you need to place some custom CSS code on your theme Customize>Additional CSS,
.woocommerce-page.woocommerce-checkout form #order_review td.product-name {
display: block !important;
}
@media(max-width: 420px) {
.woocommerce-page.woocommerce-checkout form #order_review td.product-name {
min-width: 190px !important;
}
}
Your site’s checkout page may also be different. If your checkout page is not correct after this code replacement then we need to check your site. Would you please check our main plugin’s landing page and reach us so that we can investigate more on your site and will try to give you the solution asap. Hope you understand.
Thanks for being with us