Extra product options For WooCommerce
-
Hello,
I am testing the plugin Extra product options For WooCommerce from ThemeHigh. The plugin You recommend for product addons.
When using it with Woodmart theme, the extra options selected in product page are not shown in Cart and Checkout. With default Twenty Twenty-Five theme the options are shown as they should be.
Please see attached screenshots.
I am using the blocks cart and checkout and I do not want to switch to legacy classic cart and checkout.
Can You help with this issue?
Also as You can se in the attached screenshots the product short description is shown in the cart when using Twenty Twenty-Five. It also did show with Woodmart before updating to 8.1 but now it is gone. Is this on purpose?
Thank You
Attachments:
You must be
logged in to view attached files.
Hello,
Please disable any plugins not directly related to our theme and provide us with your admin access details. We will log in to your dashboard and investigate the issue. Please ensure that you only keep the following plugins that are necessary for our theme to work correctly:
– WoodMart core
– WooCommerce
– Elementor/WPBakery Page Builder
Thank you in advance.
Hello,
I have disabled everything but:
– Woocommerce
– Woodmart Core
– Extra product options For WooCommerce
I do not use a page builder. I use Gutenberg.
I have attached the link to my staging site along with temporary admin access details under Extra information.
Please be advised that the issue does NOT appear on Woodmart 8.06 and it does NOT appear on Twenty Twenty-Five theme. It only appears after updating to Woodmart 8.1
Thank You
To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.
.wc-block-cart-item__product .wc-block-components-product-metadata {
display: block;
}
Hello,
That work for the cart but not for the checkout
Try to use this code instead of the previous one
.wc-block-cart-item__product .wc-block-components-product-metadata,
.wc-block-checkout__sidebar .wc-block-components-product-metadata {
display: block;
}
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘Extra product options For WooCommerce’ is closed to new replies.