• Resolved live.support365

    (@livesupport365)


    Hello,

    We are using [scfw_product_size_chart] code on the custom product detail page, and call it as
    <?php echo do_shortcode(‘[scfw_product_size_chart]’); ?>

    But not working.

    Pls help.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello There,

    Thanks for reaching out to us.

    It should work but somehow it not working on your site might be due to a theme conflict issue.

    Have you tried with the default theme and still the same result?

    Best Regards,
    Hitendra & Dotstore Team

    I can provide more info on this, @hitendra-chopda

    If you search for the shortcode you gave us vía documentation: scfw_product_size_chart
    Then nothing more than the translation itself comes back: https://app.box.com/s/eusp272kwddkifb4n3g92ymmoj1oqbuj

    We know that the WP Shortcode API works like this:
    add_shortcode( ‘foobar’, ‘foobar_func’ );

    Sho this should exist inside the plugin files:
    add_shortcode( ‘scfw_product_size_chart’, ‘scfw_size_chart_popup_button_shortcode_callback’ );

    But i doesn’t exists. The add_shortcode call doesn’t exists at all. So the shortcode will never work in the current version.

    hello

    • This reply was modified 1 year, 11 months ago by gowtham0143.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[scfw_product_size_chart]’ is closed to new replies.