PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

How to fetch attribute from the hierarchy filter and show it dynamically in a product title?

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello,

I have a pro version of WOOF.

I created Hierarchy drop-down filter bar using a custom taxonomy for Woocommerce.

Custom taxonomy is created using CPT UI plugin called Maker.

It's basically for search Car Covers based on Make and Model.

My goal is to show the select make in the product title dynamically.

For ex - If some selects Honda -> City(Model). Now, the"City" model should be added as a text in a Product title, so that a user and the admin know which model the user has ordered for in the backend.

I know how to add custom text in a Product Title through the available hook and filter, but I am not able to find how to fetch selected"Model" based on a user's current session.

I know this is quite a complex thing that I am trying to achieve. But any help would be appreciated. If you can just guide a little it would be great. Thank you!

 

Hello

Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png

the problem is that there is no search term on the product page. So you need to save the request in advance, perhaps in a session

To  get  search  data - https://products-filter.com/hook/woof_get_request_data/

Hello,

Have updated my purchase code.

Where do I start from?

Hello

Since you don't know when a user will visit the product page. You should save every search query (Use  the  hook - https://products-filter.com/hook/woof_get_request_data/ )

If the user visits the product page, check this data

From my side, you only need the hook