Home Forums WoodMart support forum Need some Help

Need some Help

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #135826

    ringoring
    Participant

    1. remove .woocommerce-price-suffix only on category… but will show on product page.
    2. will show brand name bevore product title
    3. will show (single product page) after “Related products” … “Recently Viewed Products” how can i do this there is a widget but no template

    Best Regards

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

    Hello,

    Please try this code aading it to the Theme Settings > Custom CSS > Global:

    .archive .woocommerce-price-suffix{
    display:none;
    }

    2. Such Woocommerce modification is out of support.

    3. There is no option to show the products in the widget.

    Best Regards

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