- Posts: 4
- Thank you received: 0
[SOLVED] 2.0.4 version broke shop
- Jan-Willem Ligtelijn
-
- Offline
Please Log in or Create an account to join the conversation.
- Jan-Willem Ligtelijn
-
- Offline
- Posts: 4
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Lutfun Shorna
-
could you tell us which version of plugin you have ? please send to altoswebsolutions.com/contact-us your WP-admin/FTP access.
Thanks
Lutfun shorna
Please Log in or Create an account to join the conversation.
- Jan-Willem Ligtelijn
-
- Offline
- Posts: 4
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Enrico
-
- Offline
- Posts: 367
- Thank you received: 18
Could you please send to " altoswebsolutions.com/contact-us " your WP-admin/FTP credentials?
Thanks
Please Log in or Create an account to join the conversation.
- Andreas Hofer
-
- Offline
- Posts: 44
- Thank you received: 3
So i have find the problem and i have a solution.
The Woopricecalculator not find the jquery.tooltipster.min.js
Edit your footer.php insert the next code
<script type="text/javascript" src="/wp-content/plugins/woo-price-calculator_204/admin/resources/assets/js/jquery.tooltipster.min.js"></script>
Bye
Andy
Please Log in or Create an account to join the conversation.
- Andreas Hofer
-
- Offline
- Posts: 44
- Thank you received: 3
Thank you for your solution but this not solution for my shop.
I have the same problem
Can you or other geeks help me.
Thank you
Andy
Please Log in or Create an account to join the conversation.
- Jörg Hille
-
- Offline
- Posts: 12
- Thank you received: 0
jQuery(document).ready(function($){
var requestAjaxCalculatePrice;
if(typeof $('.woo-price-calculator-tooltip').tooltipster == 'function'){
/*
main.js code
*/
}//end if typeof
});
Please Log in or Create an account to join the conversation.
- Paul
-
- Offline
- Posts: 117
- Thank you received: 1
You can send me the access to this email altoswebsolutions.com/contact-us
Please Log in or Create an account to join the conversation.
- Paul
-
- Offline
- Posts: 117
- Thank you received: 1
The problem was solved then?
Can i have access to a copy of your website to replicate the issue?
Thanks in advance.
Regards
Paul
Member of WPC support Team
Please Log in or Create an account to join the conversation.
- Jan-Willem Ligtelijn
-
- Offline
- Posts: 4
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- VD
-
Topic Author
- Offline
- Posts: 25
- Thank you received: 2
$('.woo-price-calculator-tooltip').tooltipster({
animation: 'fade',
contentAsHTML: true,
multiple: true,
theme: 'tooltipster-shadow',
touchDevices: true,
'maxWidth': 300
});
Please Log in or Create an account to join the conversation.
- VD
-
Topic Author
- Offline
- Posts: 25
- Thank you received: 2
Uncaught TypeError: $(...).tooltipster is not a function
at Object.init (main.js?ver=b0ff49:14)
at HTMLDocument.<anonymous> (main.js?ver=b0ff49:403)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
With this version product images doesn't show and all product description tabs appear in 1 tab.
Please fix it.
Please Log in or Create an account to join the conversation.