Home › Forums › WoodMart support forum › Error with delivery and theme
Error with delivery and theme
- This topic has 30 replies, 2 voices, and was last updated 1 day, 7 hours ago by jevgenij.s.
-
AuthorPosts
-
August 26, 2024 at 1:51 pm #592578
jevgenij.sParticipantHello, i have big problem with my website
When its woodmart theme, my delivery boxes not working, tried disabling plugins, nothing help.
When i disable theme it works perfect. Plese help with theme. (check chekout page on website)i need to silve it as soon as posable.
August 26, 2024 at 2:28 pm #592606
Luke NielsenKeymasterHello,
Send me admin access to the website and some screenshots for a better understanding which delivery boxes you mean.
Thank you in advance.
Kind Regards
August 26, 2024 at 2:38 pm #592611
jevgenij.sParticipantthere should be lot of post places to choose. with venimap post and dpd post.
Shop is active, please set under construction if do something critical. And try to not to hold underconstuctions.
Thanks
Attachments:
You must be logged in to view attached files.August 27, 2024 at 5:08 pm #592965
Luke NielsenKeymasterHello,
I apologize for the delay.
Please, confirm the permission for plugins deactivation, and switching to the parent/default theme. As soon as we complete the testing we will enable it all back.
Looking forward to collaborating with you!
Kind Regards
August 27, 2024 at 5:47 pm #592973
jevgenij.sParticipantYes sure, just launch underconstruction 🙂
August 29, 2024 at 9:16 am #593427
Luke NielsenKeymasterHello,
We have checked your site and unfortunately, we can’t find the reason why this plugin is not working with our theme, so you can also contact the plugin developers and ask them to check it from their end.
Thank you for your time.
Kind Regards
August 29, 2024 at 9:28 am #593435
jevgenij.sParticipantProblem that its not only 1 plugin. ITs 2 plugins, js not working check the console.
popup not loading data. When i swich the theme its perfect. With any other theme its working.Please fix the problem. becouse i cant work 🙁
August 29, 2024 at 11:19 am #593486
Luke NielsenKeymasterHello,
Send your FTP access so we can investigate it more deeply.
Thank you in advance.
Kind Regards
August 29, 2024 at 12:55 pm #593522
jevgenij.sParticipantlogins
September 2, 2024 at 10:34 am #594365
Luke NielsenKeymasterHello,
Add the code below into the functions.php file in your child theme:
add_action('wp_enqueue_scripts', function () { global $wp_scripts; $script = $wp_scripts->query( 'woocommerce-shopup-venipak-shipping' ); if ( $script instanceof _WP_Dependency ) { $script->deps[] = 'shopup_select2'; $wp_scripts->add_data( 'woocommerce-shopup-venipak-shipping', 'group', 1 ); } });
Clear the cache and check how it works.
Kind Regards
September 2, 2024 at 10:48 am #594375
jevgenij.sParticipantIt works with venipak. But still we have problem with DPD 🙂
September 3, 2024 at 2:24 pm #594896
Luke NielsenKeymasterHello,
Please clarify the issue with the DPD, what is that and how to replicate the issue.
Thank you in advance.
Kind Regards
September 3, 2024 at 2:26 pm #594903
jevgenij.sParticipantPlease go to website, add to cart, go to chekout, choose delivery dpd parcel, and select. send me screenshot how you can select something…
September 3, 2024 at 2:53 pm #594922
Luke NielsenKeymasterHello,
Try the use the code below:
add_action('wp_enqueue_scripts', function () { global $wp_scripts; $script = $wp_scripts->query( 'woo-shipping-dpd-baltic' ); if ( $script instanceof _WP_Dependency ) { $script->deps[] = 'selectWoo'; $wp_scripts->add_data( 'woo-shipping-dpd-baltic', 'group', 1 ); } });
Kind Regards
September 3, 2024 at 2:58 pm #594925
jevgenij.sParticipantadded but still the same 🙁
September 4, 2024 at 9:27 am #595059
Luke NielsenKeymasterHello,
The code we provided is needed to remove the error from the console, we also tested how it works on the default theme and it seems to work the same, so could you please test it on your side with the default theme and show a screenshot what exactly works on default themes and doesn’t work with ours.
Thank you for your time.
Kind Regards
September 4, 2024 at 12:16 pm #595148
jevgenij.sParticipantAdded 2 screenshots. What should be. its loading dpd points.
Attachments:
You must be logged in to view attached files.September 5, 2024 at 12:30 pm #595447
Luke NielsenKeymasterHello,
Unfortunately, this functionality cannot work correctly with our theme due to a technical issue, but we can offer the custom code that we found in this plugin, which should solve the problem. You need to add it to the Global custom JS in Theme settings -> Custom JS.
The code is here – https://codefile.io/f/3SAWz5Jgn7
Kind Regards
December 20, 2024 at 2:06 pm #624224
jevgenij.sParticipantHello we have problem with woodmart core. When we activate it payments nor working.
woocommerce not showing notices, and console get error. and not letting pay.
can you fix it?Attachments:
You must be logged in to view attached files.December 20, 2024 at 2:07 pm #624226
jevgenij.sParticipantlogins to website
December 20, 2024 at 6:08 pm #624282
Luke NielsenKeymasterHello,
It looks like the password is wrong – https://prnt.sc/-rbGgMaF4ZU8
Could you please update it?
Kind Regards
December 21, 2024 at 4:33 pm #624410
jevgenij.sParticipantPlease try again i updated
December 23, 2024 at 1:40 pm #624743
Luke NielsenKeymasterHello,
Currently, I do not see that issue from your screenshot, but there are a lot of other – https://prnt.sc/acsoI_xau5DC
May I disable 3rd party plugins and enable the parent theme for testing?
Kind Regards
December 23, 2024 at 1:53 pm #624751
jevgenij.sParticipantYes but activate under construction. Please
P.s core plugin is disabled. and when eneble sometimes problems with paysera plugin. ( payment paysera plugin i need)
December 23, 2024 at 1:54 pm #624752
jevgenij.sParticipantYes but activate under construction. Please
P.s core plugin is disabled. and when eneble sometimes problems with paysera plugin. ( payment paysera plugin i need)
December 24, 2024 at 6:12 pm #625161
Luke NielsenKeymasterHello,
I see that all JS scripts are unavailable on your side even after disabling all 3rd party plugins – https://monosnap.com/file/1HRzKVbeS8yDKsu9oh0SGacO4q9eFg it looks like you have removed them.
Could you please fix those script issues and then we will be able to investigate that issue you mentioned above.
Thank you for your time.
Kind Regards
December 26, 2024 at 8:17 pm #625552
jevgenij.sParticipantIf you disable all 3rd party plugins and still problem persist. It meants problem with woodmard theme or woodmart core. Can you fix it please?
December 27, 2024 at 10:58 am #625627
Luke NielsenKeymasterHello,
This is not a theme issue, it’s just the wrong configuration on your side, e.g URLs are different here – https://monosnap.com/file/KTByngOjpSjixC3F5IJ5ossVoXYRWj , compare the actual URL and those ones in the settings of the WP, they are different, so make them as https, then clear the site/server cache.
Kind Regards
December 27, 2024 at 12:03 pm #625652
jevgenij.sParticipantWorst support ever…. so disapointed. you turned off website and after the testing you left it turned off and my shop didnt sell.
i told you that your woodmart core breaking website. and you activated it and saying lot of js error… these errors becouse of your woodmart core… fix this plugin!!!!!!!!!!!
you fixing your plugin for 7 days and saying this is not the theme issue…..
Please fix your product as soon as possable….
December 27, 2024 at 12:52 pm #625678
Luke NielsenKeymasterHello,
Please send your FTP access to the server files so we can investigate it deeply.
Looking forward to hearing back from you!
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register