Home Forums WoodMart support forum Extra product options For WooCommerce

Extra product options For WooCommerce

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #642047

    Kejserjorn
    Participant

    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.
    #642219

    Artem Temos
    Keymaster

    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.

    #642378

    Kejserjorn
    Participant

    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

    #642379

    Artem Temos
    Keymaster

    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;
    }
    #642389

    Kejserjorn
    Participant

    Hello,

    That work for the cart but not for the checkout

    #642392

    Artem Temos
    Keymaster

    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;
    }
    #642395

    Kejserjorn
    Participant

    Thank You. That works

    #642418

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Extra product options For WooCommerce’ is closed to new replies.