Home Forums WoodMart support forum Variations Not Showing in Catalogue Mode

Variations Not Showing in Catalogue Mode

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #703498

    florite
    Participant

    Variations Not Showing in Catalogue Mode i need them to see all variations in the catalogue mode

    Attachments:
    You must be logged in to view attached files.
    #703528

    florite
    Participant

    Individual Products Show Price

    Attachments:
    You must be logged in to view attached files.
    #703534

    Hello,

    Enabling Catalog Mode will also hide the product attributes on the single product page, including color and size options. This is the way it works.

    If you want to show the variation, enable the catalog mode option and hide the add to cart button with custom css, if you need Custom CSS, let me know. I will check and give you a possible css code.

    Best Regards,

    #703535

    Hello,

    Enabling Catalog Mode will also hide the product attributes on the single product page, including color and size options. This is the way it works.

    If you want to show the variation, enable the catalog mode option and hide the add to cart button with custom css, if you need Custom CSS, let me know. I will check and give you a possible css code.

    Best Regards,

    #703636

    florite
    Participant

    Yes please share the custom Css for the same i need to show the variations

    #703658

    Hello,

    Try to add the following custom css code in Theme Settings > Custom CSS:

    /* Hide price for all products */
    .price {
        display: none !important;
    }
    .product-grid-item .wd-add-btn,
    .product-type-simple .wd-add-btn,
    .product-type-simple .single_add_to_cart_button {
        display: none !important;
    }
    /* Hide Add to Cart button for variable products */
    .woocommerce-variation-add-to-cart {
        display: none !important;
    }

    Best Regards,

    #703741

    florite
    Participant

    I need to show the product price and remove the add to cart and buy now button sir
    Also all products are not seen on the shop page only showing on induvidual category page

    #703789

    Hello,

    Please try the following CSS in Theme Settings > Custom CSS:

    /* Hide Add to Cart / Buy Now buttons on all products */
    .product-grid-item .wd-add-btn,
    .product-type-simple .wd-add-btn,
    .product-type-simple .single_add_to_cart_button,
    .woocommerce-variation-add-to-cart {
        display: none !important;
    }

    This will hide the buttons while keeping the product prices visible.

    Regarding the shop page showing no products, share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #703812

    florite
    Participant

    Shop page is Blank
    Variable Products are correct no buttons
    Simple Products get Links on induvidual product page along with buy now button

    Attachments:
    You must be logged in to view attached files.
    #703886

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #703897

    florite
    Participant

    Shared

Viewing 11 posts - 1 through 11 (of 11 total)