Home / Forums / WoodMart support forum / Connect products with TABS
Home › Forums › WoodMart support forum › Connect products with TABS
Connect products with TABS
- This topic has 5 replies, 2 voices, and was last updated 7 months, 2 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 7, 2025 at 4:33 pm #694862
upd8.webParticipanthello,
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.
EleniNovember 8, 2025 at 11:17 am #694938Hello,
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,
November 20, 2025 at 10:27 pm #697008
upd8.webParticipantHello,
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.
November 21, 2025 at 12:34 pm #697072Hello,
Can you please share the page URL of your site so I can check and give you custom CSS code?
Best Regards,
November 21, 2025 at 12:52 pm #697074
upd8.webParticipantHello,
Yes please find the attached info to log in.
November 21, 2025 at 2:53 pm #697104Hello,
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,
-
AuthorPosts
Tagged: Pricing table
- You must be logged in to create new topics. Login / Register