Hi,
thanks for your question, and sorry for the trouble.
I see what you are trying to do, but I’m afraid that this requires custom coding. You could for example use the tablepress_cell_content filter hook in the class-render.php file. There, you’d check if you are in the correct column of the correct table and construct the desired HTML code/output for that cell, from the data of the row, which gets passed as an argument.
For some example code, you could take a look at https://ww.wp.xz.cn/support/topic/adding-html-to-tables?replies=35#post-5642172 and https://ww.wp.xz.cn/support/topic/put-a-in-the-tag?replies=11
Regards,
Tobias
Thread Starter
aqus
(@aqus)
Thanks you are right it does probably require custom coding. I am trying to accomplish something like this page
http://www.reliablefasteners.com/ca/en/category/anchors/masonry-anchors/wedge-anchor/1051023?setlang=1
first column has product number and when clicked it goes to product.
Do you do custom coding?
Also you didn’t answer if I can buy a buy button so I can accomplish something like this
http://www.concretefasteners.com/anchors-fasteners/thunderstud-wedge/pricing.aspx#
I bought a plugin called Product List Pages for WooCommerce which has a buy button but your tablepress plugin you can add anycolumn we like.
BTW forgot to mention in first post this is an awesome product.
I will be buying some of your premium themes like category row filtering.
Thanks for your hard work
Hi,
I’d love to help with the custom code, but at the moment, I just don’t have time, as I’m not a professional webdeveloper or freelancer. Sorry 🙁
For that buy button: TablePress itself does not offer a a buy or cart system or anything like that, so you’d have to insert buttons from other plugins (like WooCommerce). Usually, they offer those via Shortcodes as well, which you could insert into the table.
And thanks for the nice words, I really appreciate it!
Regards,
Tobias