I’m trying to add the tax amount to the feed, but what ever I do, it only includes the tax rate.
Here’s how it’s set: https://prnt.sc/Ah5IyES1DY5h
The tax rate is 23%, take a look at the outputted XML (https://prnt.sc/kcV369rOSG7z) for some reason it includes “23 EUR” for all products which makes no sense at all.
Am I missing something or is there a trick to including the tax amount?
DDH
]]>The popups were not opening in IE because of the padStart() function and I found an alternative to replace the padStart() function using this code:
< script >
if (!String.prototype.padStart) {
String.prototype.padStart = function padStart(targetLength, padString) {
targetLength = targetLength >> 0; //truncate if number or convert non-number to 0;
padString = String((typeof padString !== 'undefined' ? padString : ' '));
if (this.length > targetLength) {
return String(this);
} else {
targetLength = targetLength - this.length;
if (targetLength > padString.length) {
padString += padString.repeat(targetLength / padString.length); //append to original to ensure we are longer than needed
}
return padString.slice(0, targetLength) + String(this);
}
};
} <
/script>
Now the problem is, the popups are loading fine on Homepage but not on other pages and I am getting this error:
‘Promise’ is undefined
Can anyone help me get this problem resolved?
Thanks
]]>I’ve latest wordpress and latest verion of your plugin
Review slider works well in all browser, except IE
We get https://prnt.sc/1m6wzlm this issue
“Object doest not support property or method ‘foreach'”
as we can see its come from 3rd part URL say “https://cdn.trustindex.io/loader.js?ver=5.8”
Can you please help me for the same like how we can resolve it
thanks in advance
]]>Please use JS that’s cross browser compatible.
]]>There is an issue on ‘Contact’ page browsed by IE.
Well most of our users are old and they prefer to use IE browser(even now..).
In my experience, the ‘X’ box is occured by using ‘<br>’, ‘<span>’ and some other things making blank.
Therefore I want to find the original code of ‘[textarea your-message]’ and modify it.
However I don’t know PHP well so I need your help.
Here is the location of ‘contact form’ plugin.
/apps/wordpress/htdocs/wp-content/plugins/contact-form-7/includes
And here is the list of files.
block-editor formatting.php pipe.php
capabilities.php form-tag.php rest-api.php
config-validator.php form-tags-manager.php shortcodes.php
contact-form-functions.php functions.php special-mail-tags.php
contact-form.php integration.php submission.php
contact-form-template.php js upgrade.php
controller.php l10n.php validation.php
css mail.php
Do you know which file and code I need to check?
Cheers!
]]>It won’t be practical for me to edit each website manually as it will take too long!
]]>I have downgraded back to v3.4.30 which seemed to resolve the issue.
]]>