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

Okay
  Public Ticket #2929685
Reposition of the Total bundle price wrapper
Closed

Comments

  • Matevz started the conversation

    Hello, i would like te repositiion the wrapper with total bundle price an the messages (screenshot one).


    Can u make it ass shortcode?

  •  767
    Janilyn replied

    Hi Matevz,

    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 if that is possible. 

    While waiting for our developer, you can kindly provide us with your public site link so that we can check the frontend before giving the CSS custom code to modify that.

    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,226
    Dustin replied

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

    add_action( 'wp_footer', 'woosb_move_cart_form', 99 );
    function woosb_move_cart_form() {
        ?>
        <script type="text/javascript">
          (function($) {
            $(function() {
              setTimeout(function() {
                if ($('.woosb-wrap').length) {
                  $('.woosb-alert').appendTo('.elementor-widget-woocommerce-product-images .elementor-widget-container');
                  $('form.cart').appendTo('.elementor-widget-woocommerce-product-images .elementor-widget-container');
                }
              }, 300);
            });
          })(jQuery);
        </script>
        <?php
    }

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

    Best regards,
    Dustin

  • Matevz replied

    Hello, thank you, but now the messages are not working