In terms of UI, a website's mobile version obviously is different from Desktop mode, and that is fine. However, my Social Engine website seems to behave different from desktop version when making purchase from store. The website uses Social Engine Addons' Marketplace and Mobile/Tablet plugins. I have added the payment gateway code inside ./application/libraries/Engine/Payment/Gateway/Mygateway.php, the processTransaction() method in the Engine_Payment_Gateway class. It gets some basic product info like price and order id and sends them along with authentication info to the gateway SOAP service. This works fine in Desktop mode, but when placing an order in mobile view, this gateway is not loaded. Rather, when the user confirms the order, a page is shown with order info, rather than being redirected to the payment page.
Is there a way I can inspect where the site sends requests or which php file is loaded in mobile mode purchase using Chrome? Or does anyone how I can get around this issue in mobile version?
Website's Mobile Version Behaves Different From Desktop Version
109 views Asked by Mehdi Haghgoo At
0
There are 0 answers
Related Questions in GOOGLE-CHROME
- How to tweak the security policy of Chrome, in order to run "unsafe" snippets in the console?
- Is it possible to manipuate 3rd party Chrome Extensions Network Reqeuests?
- undetected_chromedriver urllib.error.URLError
- Load testing k6 browser + docker
- Editor texto estilo WYSIWYG
- NodeJS crashing chrome browser
- Difficulty Accessing HTTP URLs/IP Addresses Due to Browser Redirecting to HTTPS: Seeking Solutions
- Chrome extension MV3: persistent service worker die after wake up from hibernation
- Attempting to Bundle a Require Command For a Chrome Extension
- Launch URL from C# and detect when browser is closed
- Python selenium scrap data from dynamic website table
- Google Chrome is consuming a lot of CPU on a video call?
- Component drawing error React App on Android + Chrome
- Chrome Selenium CDP Bidi API - Next Commands sended to Target Session have no effect while the initial one does work
- Devtools not working when i try to inspect elements for selenium python it goes to previous page
Related Questions in MOBILE
- Doesn't work TrafficStats.clearThreadStatsTag() in Kotlin
- KeyboardAvoidingView makes a messy the flexbox
- How can I find a lost Samsung Device?
- How can I eliminate or deactivate the white flash that appears when I press a button via a mobile device?
- In MAUI how can I Show different appshell tabbars depending on the user role?
- Why doesn't TrafficStats.clearThreadStatsTag() work in Kotlin?
- How can I create an animation like WhatsApp archive button spawn animation with SwiftUI on watchOS?
- Not showing the widget wrapped with Obx in Android 14
- Is there a way to use Family Link group in my own application?
- Is it viable proxying all my mobile apps requests, to some kind knowing that a request is coming from a secure source
- How can I connect android app to arduino via Bluetooth?
- How to animate calculated position/container height when viewport changes?
- Unnecessary override. Try adding behavior in the overriding member or removing the override
- Selecting an option in the mobile app drop down which is not visible when the app is loaded for the first time
- Getting Real-Time Sensor Data from Smart Watches
Related Questions in SOCIALENGINE
- Path of a new page in PHP SocialEngine
- How to post image using curl in php
- SocailEngine Signup Process
- How to change UPDATES and INFO folers between each other (change their places between each other)?
- How to set a default action for SocialEngine module
- SocialEngine: Update password with Zend_Db_Table_Row_Abstract::save()
- Cannot use Zend_Session_Namespace in SocialEngine
- What is the best way to add a form from within a Zend controller?
- SocialEngine: getDbTable() vs. getItemTable()
- JavaScript is not executed in SocialEngine hooks
- SocialEngine hook does not work
- How to update a table in SocialEngine
- How to include external files in a SocialEngine module
- How to validate digits when using Zend Framework addElement
- How to create a module that changes other modules' behaviors
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)