Home Forums WoodMart support forum theme customizations

theme customizations

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #135089

    nicksfikas
    Participant

    Hi,
    I would like to help me with some customizations.
    1. I want to hide/remove the up-sell section below the product description
    2. I want to add recently viewed products below the product description
    3. I want to popular products (of the same product category) below the product description
    4. I would like to add a custom badge on some of my products (please see attachment)
    5. I would like to add quantity next to “add to cart” button (please see attachment)
    6. I would like to add a simple countdown with text like this: “Order before 2hr and 23min and get it delivered today!” (please see attachment)
    7. I would like to display the price with AND without vat (please see attachment)

    #135090

    nicksfikas
    Participant

    oh sorry here is the attachment:

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

    Hello,

    A product page is the functionality of the Woocommerce and our theme does not have the options to configure the page as per your needs. You will have to customize the Woocommerce template or find the plugin

    Best Regards

    #135137

    nicksfikas
    Participant

    thanks for your help…

    #135150

    Hello,

    There are a few tricks which would solve some of the items

    1 and 5 Please add this code to the Theme Settings > Custom CSS > Global:

    body .upsells-carousel{
    display: none;
    }
    body .quantity {
        float: right;
    }
    body .product-image-summary .cart {
        max-width: 250px;
    }

    4. Create the attribute with the custom values and add to the product activate “Show attribute label on products” in the attribute, navigate to Products > Attributes > enter the attribute

    5. You can add the counter fro WP Bakery chart and insert the text block before the counter

    7. You can configure that in Woocommerce > Settings

    Best Regards

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