Magento paypal buy not available in product page #310
Unanswered
arulkailasam
asked this question in
1. Help
Replies: 1 comment 3 replies
-
What's the version of your swissup/module-breeze? $.Deferred function was added in 2.14.1. Please provide URL to your site if Breeze is up to date. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Magento, I'm using the Breeze Evolution Theme. In the Magento_Paypal module, there is a component called paypal-sdk.js that contains the following code:
define(['jquery'], function ($) {
var dfd = $.Deferred();
});
This code throws an error because the $ object does not contain the Deferred function, although it does have other functions and properties. When I visited the demo website for the Breeze Evolution theme provided by the vendor, the $.Deferred() method is available there.
I'm not sure if I missed any configuration during the theme installation that might be causing this issue. Could you guide me on how to fix this problem?"
Beta Was this translation helpful? Give feedback.
All reactions