• Heya ??

    Since Update 1.1.9, additional product information are not shown anymore inside
    the sidebar cart. Until 1.1.8, everything worked well.

    All the best,
    Niko

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nikoaltmann

    (@nikoaltmann)

    just figured out it’s this change –
    https://plugins.trac.www.ads-software.com/changeset/2733635/

    in

    woo-cart-all-in-one/trunk/includes/frontend/sidebar-cart-content.php

    <?php echo wp_kses_post( wc_get_formatted_cart_item_data( $cart_item ) ); ?>

    to

    <?php echo wp_kses_post( wc_get_formatted_variation( $cart_item[‘variation’] ??”,true )); ?>

    Plugin Support mivtt

    (@mivtt)

    Hi,

    Thank you for contacting VillaTheme.

    Please clear all caches (plugin + browser + server caches) and check again.

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Additional product information not shown’ is closed to new replies.