Viewing 1 replies (of 1 total)
  • Hey,
    Two products on a page is something beyond the scope of this support form, you cna ask the general form, or woocommerce for help. Or hire a developer.

    Some suggestions though.
    Why two products? why not different variations? Woocommerce is designed for that but to run a second loop would be very very tricky to code correctly.

    The only other built in option is to use a category page with two products then add the code and css to make the products single column or split.

    The image issue is because of how small an image you are using, you can fix with this css to your custom css box in the theme options:

    div.product .product_image img {
    width: auto;
    }

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Add twp product categories in a single prduct page’ is closed to new replies.