Home › Forums › WoodMart support forum › Something Wrong working Woodmart on MAC
Something Wrong working Woodmart on MAC
- This topic has 7 replies, 2 voices, and was last updated 4 years, 5 months ago by
Artem Temos.
-
AuthorPosts
-
November 20, 2020 at 4:31 pm #243211
EntreDosComParticipantHi, 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.November 21, 2020 at 3:50 pm #243433
Artem TemosKeymasterHello,
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
November 21, 2020 at 4:00 pm #243440
EntreDosComParticipantHi Artem, all plugins disabled…
November 21, 2020 at 4:04 pm #243442
Artem TemosKeymasterIt may require a deep investigation. I will check it on Monday and back to you.
November 21, 2020 at 4:16 pm #243447
EntreDosComParticipantIt 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.
November 23, 2020 at 8:32 am #243745
Artem TemosKeymasterHello,
To fix the problem you need to edit the file
woodmart/inc/admin/init.php
and replace the following codewp_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
November 23, 2020 at 3:53 pm #243921
EntreDosComParticipantThank you Artem, works fine now!!
Christian ๐
November 23, 2020 at 4:02 pm #243926
Artem TemosKeymasterGreat, you are welcome!
-
AuthorPosts
- You must be logged in to create new topics. Login / Register