Hidden state/province field magento billing page - magento

In billing page state/province page is not showing.There is a "Uncaught TypeError: $j(...).foundation is not a function" error in console.I think its a javascript conflict error.please help me.Dont know how to fix it.I am new to magento.
befor loading complete
The dropdown is there after loading but hidden.It shows when loading..
This page working fine but not showing any dropdown in state field
after loading
But Working fine on mobile devices
http://qwertykart.com/checkout/onepage/index/
Thanks in advance.

the problem is you're loading jquery twice:
Remove the one after the noconflict.js and you are good to go.

Related

Time to time html display on Backend

Time to time html display on Backend
I'm using Magento 2.4.3-p2 version and I'm getting this issue on my Admin Magento.
Please see attached image link.
Can someone help me with this on how to disable or remove this popup? Thank you

AJAX Add to cart

I've got an issue with AJAX add to cart button on single-product.php.
By now everything works as it should, but with last woocommerce update i've got a problem with variable products.
Everything is fine on simple products, on variable i can also add product to cart, but unfortunetly there is no variation picked while all attributes is selected.
Here You got an example of issue: Product page.
If You add product to cart it will apear there, but as a simple product not variation.
I'm using X for Woocommerce plugin for swatches - when i disable it, everything works fine, but with no AJAX. I need it not only for swatches, but also minicart is powered by AJAX and after reloading page it doesn't work.
I hope someone could help me.
Best regards, Kuba
Please check your DevTools console (F12). There are multiple errors about jQuery being not loaded and "add to cart" scripts mentioned.
I bet that hidden field containing the selected variation ID does not change when you select some variation because there is a problem with jQuery. It stays with the default value which is the parent product ID. So the parent product is added to your cart.
There's a bug in WPML plug-in:
https://wpml.org/errata/wp-6-0-issues-with-terms-assigned-to-posts,
pozdrawiam :)

How to make create form on Laravel Nova shown as modal

I'am recenly used laravel nova as my CMS. but I still confuse to create modal when create resource button clicked. I was tried to use Resource tool but I got error the resource not found.
my goal, just want to displaying create user form as a modal. so, when user click create user button in this following image. popup will shown instead of redirecting to another page
anyone can help me, please.
Thanks in advance
This old Nova plugin still works, (Nova 3.29), though it's hardcoded for a primaryKey of id and has a few minor bugs.
https://github.com/ahmed-m-hussain/nova-Hasmany-To-Modal-Popup

Google reCaptcha not displaying properly

I set up a captcha using Googles reCaptcha on my Sites contact page and this works fine with no issues.
The actual contact form itself is a seperate php file that I just include on my contact page.
However, I want to add a contact form to the footer on my site as well so I have included the contact form file there as well.
However, the recaptcha does not appear in the footer contact section, except when I am on the contact page.
I thought maybe I had to specify a URL that it was on in Googles settings but it only seems to have an option to specify the domain but it is obviously on the same domain.
Any ideas of why this would be happening or how I can resolve it would be greatly appreciated.
Stupid mistake...
Only had included the script tag on the page where I already had the form.
<script src='https://www.google.com/recaptcha/api.js'></script>

"ADD TO CART" button not working in product view page in magento

we want customers to enter zip code on product view page to find delivery is available or not for that zip code.
so we used this extension : product-delivery-check-by-zip-code magento extension
we got what we needed by this extension. but after using this extension, "add to cart" button on product
view page is not working, also product images are not zooming as before.
seems this is the file for displaying on product view page
app\design\frontend\default\default\template\techinflo\checkavailability\availability.phtml
availability.phtml code here : http://pastebin.com/YpuwTkFS
demo : http://demo1.kidsdial.com/index.php/electronics/24-widescreen-flat-panel-lcd-monitor.html
please help me to find solution.
This issue is imho not related to the avaiability. The Button "add to Cart" calls a JS method to submit the respective Form. However, you have some JS issues on that page that prevent any JS excecution - maybe due to jQuery incompatibility or other. Take a look at your browsers console to see all errors
TypeError: jQuery(...).dcSocialShare is not a function intel-core-2-extreme-qx9775-3-20ghz-retail.html:727:0
Use of getPreventDefault() is deprecated. Use defaultPrevented instead. jquery-1.8.3.min.js:2:0
TypeError: jQuery(...).viewPC is not a function em0113.js:372:5
TypeError: jQuery(...).csslider is not a function intel-core-2-extreme-qx9775-3-20ghz-retail.html:486:0
TypeError: jQuery.easing[jQuery.easing.def] is not a function jquery.themepunch.plugins.min.js:69:81
TypeError: jQuery(...).ajaxForm is not a function em_ajaxcart.js:275:8
and resolve them. That should also restore all other JS dependent functions like the image zoom.
in my case it got solved by unticking "Merge JavaScript Files" (system > configuration > developer)
Do the following
web/unsecure/base_url
web/secure/base_url
From http://localhost/magento2community/
to http://127.0.0.1/magento2community/

Resources