• Resolved markfulton

    (@markfulton)


    Hello, I am trying to capture a custom conversion on LearnPress checkout page. I added this code to the checkout template.

    <?php echo do_shortcode( '[slicewp_custom_conversion amount="' . $order_received->get_total() . '" origin="AIMP PayPal" reference="' . $item['course_id'] . '" type="sale" status="unpaid"]' ); ?>
    

    It’s not working.. it just outputs the shortcode but doesn’t run it. How do I get the shortcode to run on the LearnPress checkout template?

    [slicewp_custom_conversion amount="0" origin="AIMP PayPal" reference="Boost" type="sale" status="unpaid"
    
Viewing 1 replies (of 1 total)
  • Plugin Author iova.mihai

    (@iovamihai)

    Hey @markfulton,

    Thank you for reaching out! Considering that this is a question about our pro product, can you please open a support ticket through our website (here: https://slicewp.com/contact/)?

    Currently, on these forums we are allowed to answer only questions about our core free plugin. Once you contact us privately, I will get back to you as soon as possible.

    Thank you and best wishes,

    Mihai

Viewing 1 replies (of 1 total)

The topic ‘Adding Custom conversion shortcode to LearnPress checkout’ is closed to new replies.