Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2934397
Position for display of linked products
Closed

Comments

  •  2
    Jono started the conversation

    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?

  •  767
    Janilyn replied

    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

  •  1,281
    Dustin replied

    Hi 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/mrKNKTGMx

    Best regards,
    Dustin

  •  2
    Jono replied

    Thank you Dustin! I'll try this out! This is awesome support.

  •  1,281
    Dustin replied

    You're welcome!smile.png

    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