Home Forums WoodMart support forum Something Wrong working Woodmart on MAC

Something Wrong working Woodmart on MAC

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #243211

    EntreDosCom
    Participant

    Hi, we are using the plugin Woocommece Dinamic Pricing and Discounts, Rightpress developer.

    We are a couple of days investigating with Kirill, the developer. The conditions in the con configurations his plugin doesnยดt save on Macintosh, It works for him using PC with Windows, but not for us.

    We have deactivated all the plugins that do not come with Woodmart and the problem persisted, finally we have activated Storefront and the plugin works perfectly, it saves the conditions without any problem, we have changed back to Woodmart and again it does not save the configuration.

    Woocommerce –> Pricing and Discounts

    If you can help us, I’m going to give you access to a website that is not yet in production, so you can activate Storefront if you need it.

    Best regards and thank you!

    Attachments:
    You must be logged in to view attached files.
    #243433

    Artem Temos
    Keymaster

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your FTP access so we can check it? Also, allow us to switch between themes and check how it works.

    Thank you in advance

    #243440

    EntreDosCom
    Participant

    Hi Artem, all plugins disabled…

    #243442

    Artem Temos
    Keymaster

    It may require a deep investigation. I will check it on Monday and back to you.

    #243447

    EntreDosCom
    Participant

    It happens in all installations with Woodmart… not only in this ๐Ÿ™

    Don’t worry about waiting for Monday Artem, we must also rest.

    Thanks for all and good weekend! ๐Ÿ™‚

    Christian.

    #243745

    Artem Temos
    Keymaster

    Hello,

    To fix the problem you need to edit the file woodmart/inc/admin/init.php and replace the following code

    wp_enqueue_script( 'jquery-ui-datepicker' );
    wp_enqueue_script( 'jquery-datetimepicker', WOODMART_ASSETS . '/js/datetimepicker.min.js', array(), $version, true );

    with this one

    if ( ! isset( $_GET['page'] ) || ( isset( $_GET['page'] ) && 'rp_wcdpd_settings' !== $_GET['page'] ) ) {
     wp_enqueue_script( 'jquery-ui-datepicker' );
     wp_enqueue_script( 'jquery-datetimepicker', WOODMART_ASSETS . '/js/datetimepicker.min.js', array(), $version, true );
    }

    Kind Regards

    #243921

    EntreDosCom
    Participant

    Thank you Artem, works fine now!!

    Christian ๐Ÿ™‚

    #243926

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 8 posts - 1 through 8 (of 8 total)