matin73
matin73
I think I could solve is by adding "var shippingCountry = billingCountry;" in "else condition": `$("#shipping-same-as-billing").change(function() { $("#checkout-step-shipping-address").toggle(!this.checked); var billingCountry = $("#billingAddress-country").val(); var shippingCountry = $("#shippingAddress-country").val(); if(!$("#shipping-same-as-billing").is(":checked")) { $("#checkout-step-shipping-address input,...
thanks! worked also for me
... wrong special price also shown on list page on cached pages ... so it seems a bug with configurable products.
Bug still on verson 12.0.7. Is there already a bugfix?
ist this https://github.com/SSFGizmo/direct_mail/tree/12.x already working fork?
Is it possible to download this working TYPO3 13 version?
thanks!