• Resolved shenalorlof

    (@shenalorlof)


    Can we place it somewhere else except next to add to cart button. somewhere else using a shortcode. or elementor widget

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi,

    There is no shortcode for the placement,

    but you can change the position using this filter

    
    add_filter('pi_ppscw_cal_position_filter', function($present){
    return 'woocommerce_after_add_to_cart_form';
    });
    

    Right now it is hooked to this location ‘woocommerce_after_add_to_cart_form’ you can passing some other action hook location where you want the form to get aded

    Thread Starter shenalorlof

    (@shenalorlof)

    Thank you very much. Which code should i use to display it here https://ibb.co/9yjTF4K as mentioned in the image. please

    • This reply was modified 3 years, 8 months ago by shenalorlof.
    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi that is some custom sidebar that you have there we dont know what hook will be there

    Thread Starter shenalorlof

    (@shenalorlof)

    There’s no hook n that bar. I use elementor and that’s an elementor couloumn. Isn’t there anything I can do to get it there? Pls

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Sorry there is no other option to get it there

    Thread Starter shenalorlof

    (@shenalorlof)

    Aha okay. Thank you for your replies.. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change display location’ is closed to new replies.