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

Okay
  Public Ticket #3025840
WPC Frequently Bought Together - Position
Closed

Comments

  • Alastor To started the conversation

    Hi, WPC Frequently Bought Together is a great plugin for me.

    But I have a problem.

    My setting position is "Above add to cart button",

    but another plugin (Custom Product Addons) the position also is setting on "Above add to cart button".

    Now the order of the view is WPC>Custom Product Addons>Cart button.

    May I know how can I change the order to Custom Product Addons>WPC>Cart button?

  •  767
    Janilyn replied

    Hi Alastor,

    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. However, the description is not enough for us to find the cause of the problem. Please provide us with some screenshots of back-end settings and a link to your published product for checking? 

    After receiving your information, I'll proceed to the next step. 

    Best regards. 

    Best regards.

    Janilyn T. - WPClever Support Agent

  •   Alastor To replied privately
  •  767
    Janilyn replied

    Hi Alastor,

    Thank you for the information.

    I have 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

  • Alastor To replied

    Great, Looking forward to your good news.

    Thanks

  •  1,222
    Dustin replied

    Hi Alastor,

    Please add the below custom code (How to add custom code?)

    add_action( 'wp_footer', 'woobt_move_wrap', 99 );
    function woobt_move_wrap() {
        ?>
        <script type="text/javascript">
          jQuery(document).on('ready', function() {
            if (jQuery('.wcpa_form_outer').length && jQuery('.woobt-wrap').length) {
              jQuery('.woobt-wrap').css('margin-bottom', '30px').insertAfter('.wcpa_form_outer');
            }
          });
        </script>
        <?php
    }

    And the result https://www.screencast.com/t/u0B7D89AtB

    Best regards,
    Dustin