• Hello,
    Variations are showing on my store that do not exist.
    I know that this has been a topic before and that the ajax threshold has to be changed in the functions.php file.
    My problem is that my theme does not contain a functions.php file and I am not sure how to proceed. I am using template monster Toy Store theme 55581.

    https://wordpress.org/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • If your theme had a functions.php it would not be a good idea to edit it because it would be overwritten by theme updates. The recommended method is to make a child theme:
    http://codex.wordpress.org/Child_Themes
    Then you can put the threshold function in functions.php for the child theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Variation that don't exist are showing in dropdowns’ is closed to new replies.