We are using Opencart 3.0.3.1 on our site - https://www.gallowayfudge.com
We recently upgraded to PayPal Complete payments in order to get access to addional options suc as Pay Later. This working correctly but we do have one issue.
If we set System / Settings / Option / Stock "Stock Checkout" to No (as shown on attached image) then when a customer adds an item which has zero stock to their cart when they try to checkout the following red warning message appears for an instant and then disappears "! Products maked with *** are not available in the desired quantity or not in stock !" . The customer is unable to checkout.
Prior to upgrading the PayPal extension this message would continue to be displayed on the screen. (see attached image).
Does anyone have any idea how we can get this to behave in the way it used to i.e. for the message to stay on screen?
Thanks in advance,
Ian
What theme and other 3rd party extensions do you use?
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
There was an issue with adding the offending product to the cart, but on second attempt it was fixed, so likely to be an issue with an extension you may be playing with at this moment.
Also be aware that it may have been in the cart on a previous login and still saved there.
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
I think there are issues with the onepage checkout extension used which need fixing!
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Code: Select all
$.ajax({
url: 'index.php?route=extension/module/preorder/checkQuantityPO',
type: 'post',
data: query,
dataType: 'json',
beforeSend: function() {
$('#product .text-danger').remove();
},
Tracking Assiatant - Integrate Realtime Tracking Information on Website
OpenCart Extensions, Plugins Development, Themes Design and Website Optimization
FREE Guidance and Advice at https://www.cartcoding.com
Users browsing this forum: No registered users and 5 guests