• Resolved johnparmas

    (@johnparmas)


    I am using your plugin for a long time now and it is great. I would like to ask if it possible to move the icons to another possition. Now it is located under the add to cart button So is it possible to move it further up. Or under the main image of the product?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Charlie Etienne

    (@charlieetienne)

    Hi @johnparmas, you’ve got several possibilities:

    You could either use a shortcode:

    [wcsfwc]

    or add it to a specific hook:

    add_action('whatever_hook_you_want', function(){
        $wcsfwc = WCSFWC\WashCareSymbolsForWooCommerce::get_instance();
        $wcsfwc->additional_info_display();
    });

    Check the docs for more information about shortcodes.

    Regards,

    Charlie

Viewing 1 replies (of 1 total)
  • The topic ‘Move icons to another position’ is closed to new replies.