• Resolved Morne

    (@spiderweb13)


    Good Day, Thank you for this plugin, I just have a few questions.

    When I enter only 1 category to upsell or cross-sell it does not display on the single products page, it only displays when I add a second category, and then it only displays that second category and not the first one.

    Secondly, how can I change the order of the upsell and cross-sell display on the product page? at this stage, the cross-sell is on top and I want it below the upsell, any advice you can give.

    Thank you in advance

Viewing 1 replies (of 1 total)
  • Thread Starter Morne

    (@spiderweb13)

    ok as no one had an answer for me, I got one its not perfect but at least it works
    /*Change order around on product page for related and cross-sell*/
    .c4d_woo_bs_wrap {// this is the main div
    display: flex;
    flex-direction: column;
    }

    .c4d_woo_bs_wrap > .c4d_woo_bs_cross_sell {order: 2; } /* Will be displayed second */
    .c4d_woo_bs_wrape > .cross-sells {order: 1; } /* Will be displayed first */

    :(:(

Viewing 1 replies (of 1 total)
  • The topic ‘Upsell and Crossell Not Displaying’ is closed to new replies.