• Hi, we have an issue with the default variation select of a product.

    If you see in this link: https://pxdev.it/gaj/prodotto/lauviah/ when you load the page it load the default variations (selected in woocommerce panel) but we have a problem. If you try to change the variation “Materiale”, from “Argento” to “Oro”, it load correctly the “Oro” attribute but, after that, when we try to select the “Argento” it didn’t load anything.

    We try to change the default material selection (from argento to oro) and the results is the same, It load the default variaton but after that we can’t select it nevermore.

    We try to deactivate all the plugin and we find out that the problem is related to your plugin. If we deactivate it the problem disappear.

    We also try to deactivate all the custom css and it still not work.

    If you need, our theme is Valeska Theme. The plugin is already upload to the latest version: 1.6.4.3

    I hope you will help us because we need your plugin but, of course, we also need the variation selectable.

    Thanks.
    Best Regards.
    Mattia

    • This topic was modified 1 year, 5 months ago by pxmc.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    It can be someincompatibility between Select2 script in our plugin and in your theme.
    Maybe theme use some other version of Select2 script or some modified version, that is incompatible.

    First of all check that filters in our plugin do not use Select2 styles and check that option “Fix for site with AJAX” disabled in plugin settings -> Advanced tab -> Incompatibility Fixes section.

    Regards,
    Oleg

    Thread Starter pxmc

    (@pxmc)

    Hello Oleg,
    Thanks for the response.

    I just checked and fix the style of the filter: now they all are with Select and not Select2. The option of “fix for site with ajax” was already disabled.

    Unfortunatly the error is still present is there something that I did wrong? I also try to purge the cache (under the advanced section) but it change nothing.

    I didn’t say before but we don’t have any type of cache inside the website.

    Thanks

    Mattia

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    You can try to remove code from plugin to check this incompatibility
    In main.php file remove those lines

    wp_register_script( 'select2',
                plugins_url( 'assets/frontend/js/select2.min.js', __FILE__ ),
                array( 'jquery' ) );

    Regards,
    Oleg

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not show default variation inside product page after change it in the select men’ is closed to new replies.