Subtotals To Show On Multiple “add to cart” modules in DIVI

// Initialize.
$( ‘body’ ).find( ‘.cart:not(.cart_group)’ ).each( function() {
wcPaoInitAddonTotals.init( $( this ) );
} );

That function will only show the subtotals on one “add to cart” module which is poor if the user does not wish to use the poorly designed product pages and wishes to create their own by simply adding an “add to cart module” to their own products page.

Author

Current Status

Open

Last updated: April 28, 2020

0 comments

Log in to comment on this feature request.