• I have being using the plugin for long time but now it stops downloading free items. When the customer clocks on the button a blue dot appears on the cart and nothing happens. The button shows a tick but no file downloaded.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Wp Enhanced

    (@wpenhanced)

    Seems the issue is with ajax add to cart

    I can see you have a PHP script that is showing at the top of your site

    add_filter(‘somdn_get_button_classes’, ‘somdn_custom_woo_single_button_class’, 20); function somdn_custom_woo_single_button_class($classes) { return ‘ button’;}

    This will remove the button class for ajax add to cart so seems that this code has not been added properly to your site

Viewing 1 replies (of 1 total)
  • The topic ‘The download button does not work’ is closed to new replies.