Comments 2Jono started the conversationDecember 8, 2021 at 11:50pmIs it possible to display the linked products in another location on the page? For example, above the short description?Can I do this with a function? 767Janilyn repliedDecember 9, 2021 at 6:57amHi Jono, Thank you for contacting WPClever Support Forum. 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,281Dustin repliedDecember 10, 2021 at 5:22pmHi Jono,Please add the below custom code (How to add custom code?) add_action( 'wp_footer', 'woofs_footer_js' ); function woofs_footer_js() { ?> <script type="text/javascript"> (function($) { $(function() { if ($('.woofs-wrap').length) { $('.woofs-wrap').insertAfter('.price'); } }); })(jQuery); </script> <?php }And the result https://www.screencast.com/t/mrKNKTGMxBest regards,Dustin 2Jono repliedDecember 14, 2021 at 8:53amThank you Dustin! I'll try this out! This is awesome support.1 Like 1,281Dustin repliedDecember 14, 2021 at 9:08amYou're welcome!If you are satisfied with our plugin and support, please reward it with a full five-star ★★★★★ rating.https://wordpress.org/support/plugin/wpc-composite-products/reviews/?filter=5Thank you in advance! <3Best regards,Dustin Sign in to reply ...
Is it possible to display the linked products in another location on the page? For example, above the short description?
Can I do this with a function?
Hi Jono,
Thank you for contacting WPClever Support Forum.
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 Jono,
Please add the below custom code (How to add custom code?)
And the result https://www.screencast.com/t/mrKNKTGMx
Best regards,
Dustin
Thank you Dustin! I'll try this out! This is awesome support.
You're welcome!
If you are satisfied with our plugin and support, please reward it with a full five-star ★★★★★ rating.
https://wordpress.org/support/plugin/wpc-composite-products/reviews/?filter=5
Thank you in advance! <3
Best regards,
Dustin