Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #4510787
Setting up bundles
Open

Comments

  •  4
    Pete started the conversation

    Hey folks, I had to reinstall Wordpress/Woocommerce, as well as the Composite Bundles plugin. I forget how to actually do them. I tried looking through help but might be looking in the wrong spot.

  •  4
    Pete replied

    Update:

    I have included my website link below, regarding the bundling. The 4 items shown on the home page are the main Bundles that I am using. The Mix & Match bundles will share the same products, under the category by the same name. The other two bundles will have different products.

    I forget how to add the products under the respective bundle links.

    Thanks

    https://theknittingastronaut.pro/FSC/

  •  1,565
    Dustin replied

    Hi Pete,

    Follow the steps marked in red here:

    6790538949.png

    Best regards,
    Dustin

  •  4
    Pete replied

    Thanks, all 4 bundles are working perfectly. Although I cant figure out how to have the white backgrounds as shown in the second link, the AAAA-AAAAA items. The first link is the bundle page showing the available items. I can't figure out how to get white backgrounds for these products as well.

    Thanks

    Pete

    https://theknittingastronaut.pro/FSC/?product=mix-n-match-2-oz-bundle

    https://theknittingastronaut.pro/FSC/?product_cat=aaaa-aaaaa

  •  1,565
    Dustin replied

    Please add the CSS code below to WP-Admin → Appearance → Customize → Additional CSS:

    .wooco_component_product_selection_grid .wooco_component_product_selection_grid_item {
        border-radius: 6px;
        background-color: #fff;
        -webkit-transition: all ease-in-out 0.3s;
        -khtml-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }
    
    .wooco_component_product_selection_grid .wooco_component_product_selection_grid_item:hover {
        -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
        -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
        -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
        -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
        box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
    }
    
    .wooco_component_product_selection_grid_item_qty .wooco-qty-input .qty {
        margin: 0;
        width: 80px;
        min-width: 80px;
    }
    
    .wooco-alert {
        border-radius: 6px;
    }

    The result will be like this:

    9209247600.png

    Best regards,
    Dustin

  •  4
    Pete replied

    that is perfect, thanks a bunch. I really do love the composite bundle plugin.