Mailchimp Banner Promo Product Page | Q3 2024

added by Mahrie for July $1 promo - product page specific link to Mailchimp pricing

Klarna Payments Q3 2024 banner

Added by Russell Langley in Partner Marketing

Product Icon

Product Add-Ons for WooCommerce

by  Woo
Offer add-ons like gift wrapping, special messages or other special options for your products.

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

Closed

Last updated: April 28, 2020

1 comment

Log in to comment on this feature request.

  1. jaskyt8 says:
    Product Developer May 24, 2024 11:44 am

    Hey there,

    Thank you for getting in touch!

    If you are using a custom page builder, it is essential to add the “Add to cart” form in order for the Product Add-Ons scripts/styles to be loaded and the prices to be calculated correctly. It is not technically possible to display the add-ons form without using the “Add to cart” form/block in your theme or page builder.