• ResolvedPlugin Author Diego Versiani

    (@diegoversiani)


    Hi there,

    We made some changes in version 2.3.0 regarding the directory structure of template files which might cause issues if those files have been customized. Although we try to avoid these types of changes they do happen. We also mention any important changes in our changelog, and we follow semantic versioning as explained on our documentation.

    To fix the issue you’ll need to move files and folders from the /fc/ folder directly inside the woocommerce folder and change your customized code in the functions.php of your theme or code snippets plugin to point to the new directory structure. Basically, template files path in your customized code should change from theme/woocommerce/fc/checkout/ to theme/woocommerce/checkout/.

    Another possible reason would be related to PHP object cache, if your hosting uses it. If that is the case, clearing the PHP object cache on your hosting environment should fix this.

    As a quick fix, you can download older versions of Fluid Checkout from the “Advanced view” of any plugin on the WordPress plugin directory — this is also true to all other plugins in the WordPress plugin directory — and test the update on a staging or development site before making the changes to the Live site.

    The link to the advanced view is found below the plugin details on the right column. See advanced view at https://www.ads-software.com/plugins/fluid-checkout/advanced/

    Best,
    Diego.

  • The topic ‘Issues with version 2.3.0 – possibly breaking changes’ is closed to new replies.