Home Forums WoodMart support forum Connect products with TABS

Connect products with TABS

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #694862

    upd8.web
    Participant

    hello,

    I’m using the pricing table that woodmart offers for free. I’m using elementor free version and i want to ask if i can connect the products from woocommerce to the pricing table. To be more specific. I want the price that is in woocommerce (regular or sale price) to be displayed on the pricing table that i’ve created. I have already linked the product with each column however the price shown on the pricing table I add it manually. Also, when a sale price is available i want to have a line going through the letters, for example: https://docs.google.com/presentation/d/1faMzZOMwpB8rII5IZSiyXjopSbA7GmEaGb1iYyOOWqs/edit?usp=sharing

    thank you in advance.
    Eleni

    #694938

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Unfortunately, the Pricing Table element does not have dynamic WooCommerce product binding functionality. The price displayed in the table is static and needs to be added manually — it doesn’t automatically sync with the regular or sale price of your products.

    Best Regards,

    #697008

    upd8.web
    Participant

    Hello,

    Thank you for your reply. Is there a way to change the colors of the pricing table? I want to put a specific color.

    Thank you in advance.

    #697072

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you please share the page URL of your site so I can check and give you custom CSS code?

    Best Regards,

    #697074

    upd8.web
    Participant

    Hello,

    Yes please find the attached info to log in.

    #697104

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

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

    /* Change the price section background */
    .wd-price-table .wd-plan-price {
        background-color: #ff6600 !important; /* your color */
        color: #fff !important;
    }
    
    /* Change the table border */
    .wd-price-table .wd-plan-inner {
        border-color: #ff6600 !important;
    }
    
    /* Change highlighted table border */
    .wd-price-table.price-highlighted .wd-plan-inner {
        border-color: #ff6600 !important;
    }
    
    /* Change button background */
    .wd-price-table .wd-plan-footer a {
        background-color: #ff6600 !important;
        border-color: #ff6600 !important;
        color: #fff !important;
    }
    
    /* Button hover */
    .wd-price-table .wd-plan-footer a:hover {
        background-color: #e05500 !important;
        border-color: #e05500 !important;
    }

    Best Regards,

Tagged: 

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