I am using Paymentsense_Payments magento extension to integrate card payment method in a client’s website. When I try to make payment it redirects to checkout page, when I checked the paymentsense log I saw this message ” Cancel Action with message “A 3-D Secure authentication error occurred while processing the order” has been triggered “. After submit, redirects to checkout
Tag: magento
How to send an e-mail after adding the product to the cart in magento 2?
Unfortunately, so far I am a complete beginner in creating a module in magento. I need to send an email after adding the item to the cart. As I understand it, I need to use the checkout_cart_product_add_after event I created some files, but I don’t understand how to send an email after adding the item to the cart My/Module/etc/events.xml My/Module/Observer/SendEmailForCart.php
Disable swiper.js autoplay using inline if statement
Im trying to disable the swiper autoplay depending on a widget name parameter that gets me the a value. (Im using magento widget and i get the value from the widget.xml) Here is a example: with the other values its easy because its a true of false but in this case i need that code to appear if my $block->getData(‘autoplay’)
How to include multiple html file in another phtml file?
I would like to include several file in Magento 2 in one phtml file. The project was in laravel at first and looks like this : https://i.imgur.com/XpUbynf.png So now I need to import all the project in a Magento 2 project but the semantic is different. I have tried this so far but doesnt work : https://i.imgur.com/hewweJg.png The files I’m
Detect Success Page on Magento 2
Is there a way to check if am I on Success page on Magento 2? I know in Magento 1 we can check and compare the action name, for example. But in Magento 2, there is something similar? Answer One way would be via URL. In your Class use this in construct: With $this->_urlInterface->getCurrentUrl() you get the current url, so
How to pass storeUrl to default Magento oauth script?
I’m trying to create my first Magento 2 extension and integration and I’ve been following the guide in their docs here. All good so far, I’ve completed the auth handshake, stored all the required keys for api requests and can make requests back to my extension fine. Looking at the OauthClient.php script provided at the foot of the tutorial, the
Is there anything which tell me email is viewed by user which I send from my website in php?
I want to built a functionality which tells me that watever email sent from my website is viewed or read by user. I saw one solution online which is about sending an image in the email and when email is read and image is opened then we have to trigger a call to our system. But whatif image is never
Javascript not triggered
I want to trigger the js function when the class subcat-tab is clicked, but it seems not to be working. I don’t have any error messages but nothing is happening. I’m under a phtml file from Magento 2. …
Magento: Class ‘DOMDocument’ not found
I’m installing Magento on Amazons AWS Lightsail system. I’ve installed NGINX, MySQL & PHP But I keep getting this error: Installed modules: PHP Info Available: http://13.239.86.161/info.php Answer You need to install the php-dom and php-xml packages, however it looks like from you PHP info. that you have done so. If you are on Debian or Ubuntu you can make sure
Magento 2 Attribute Not Show In Navigation
I have a problem when applying magento 2.1.9 to my project. My attribute is ab_size I have created that attribute with code blow. With config in the backend. Enable filter (with result) done Category Is Anchor done Reindex done Enable Category flat done Enable Product flat done Reindex all data done Clear cache done Use magento clean doesn’t have any