Comments Reinis started the conversationSeptember 25, 2021 at 1:26amHi, Is it possible somehow in Product Summary to display not "Price" but "Price_html"? what in my case contains price/unit. 767Janilyn repliedSeptember 27, 2021 at 7:44amHi Reinis,Thanks for contacting WPClever Support Forum. We're not available at the weekends so today (Monday) I am able to process your ticket. We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your question and responding with specific instructions as soon as possible. Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back. Best regards.Janilyn T. - WPClever Support Agent 1,226Dustin repliedSeptember 27, 2021 at 5:06pmHi Reinis,I don't clear about your question. Our plugin already show the price HTML in this position https://www.screencast.com/t/N9yJbotiULvuHowever, you can show any other information you want. Please add the below custom code (How to add custom code?) add_action( 'woosq_product_summary', 'woosq_product_summary_custom_data', 16 ); function woosq_product_summary_custom_data( $product ) { echo 'Your text here!'; echo '<p class="price">' . $product->get_price_html() . '</p>'; }And the result https://www.screencast.com/t/d9V2clTNBest regards,Dustin Sign in to reply ...
Hi,
Is it possible somehow in Product Summary to display not "Price" but "Price_html"? what in my case contains price/unit.
Hi Reinis,
Thanks for contacting WPClever Support Forum. We're not available at the weekends so today (Monday) I am able to process your ticket.
We’ve received your ticket and assigned one of our developers to help you with that.
He’ll be looking into your question and responding with specific instructions as soon as possible.
Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.
Best regards.
Janilyn T. - WPClever Support Agent
Hi Reinis,
I don't clear about your question. Our plugin already show the price HTML in this position https://www.screencast.com/t/N9yJbotiULvu
However, you can show any other information you want. Please add the below custom code (How to add custom code?)
And the result https://www.screencast.com/t/d9V2clTN
Best regards,
Dustin