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
108 Views Asked by Mehdi Haghgoo At
0
There are 0 best solutions below
Related Questions in GOOGLE-CHROME
- detect requests calls in a url similar to network in chrome dev tools
- Html File Input on Chrome for Android missing extension and mime type
- Angular multiple http requests chrome android
- Interact with chrome bookmarks outside of extensions
- Animation Blink not working properly on Chrome
- Can't use subdomain in Chrome using Apache (XAMPP)
- How to start Chrome Hosted App in window?
- Webpage - Font size of table items on mobile phone browsers changes
- Could Not Instantiate Mail Function - PHPMailer - With Attachments - Only Google Chrome
- Chrome print preview disable only link location in footer and header
- CSS spinner sequence not working smoothly in iOS Chrome?
- google chrome remove automatically td when it is not in table and tr
- selecting and using textPath elements in Chrome
- Can I create and publish extension to the Chrome Store from my website?
- How can I get a button on the side of a text box to be perfectly aligned all the time?
Related Questions in MOBILE
- Is there a way to save offline google map on hybrid mobile app on ionic?
- Is there a data format lighter than json?
- Using Azure MobileServices library with my own LAN WebApi
- Chack number from contacts is mobile or fixed line(landline) number
- ng-click event not getting cleared in Ionic app
- Javascript Battery API returning Infinite discharging time
- Saving images as a burst on iOS
- Fastest/easiest way to build a HTML5 mobile app (agile)
- can Adobe Flash CS6 export for mobile correctly?
- How do I vertically fix an element in a mobile browser but still allow for horizontal scroll?
- Jquery Mobile: Horizontal Buttons, fill container
- How to make :hover more mobile friendly and accessible?
- Launch a web browser or youtube using textview in android
- I'm using htaccess to redirect mobile users from desktop to website but i keep getting the $_GET variables inside
- How to Remove class or activate class for specific view port only
Related Questions in SOCIALENGINE
- How to render the Tab container widget through code in socialengine
- Social Engine - Form Action is not calling method when submitted
- Oxwall - Newsfeed limit on wall
- Retrieve mysql data without any order applied
- Social Engine error code 71d17a
- Scoail engine url always holding index.php
- Video plugin installation stops in social engine after domain.com/install/manage/query
- socialengine v4 how to change the page members see after login
- Calling a widget using ajax on SocialEngine
- How to add a custom payment gateway to Social Engine
- Website's Mobile Version Behaves Different From Desktop Version
- Janrain widget does not show expected providers
- Socialengine url rewriting
- zend form implementation of add another
- How does the signup process work in socialengine? How/What and when is code called
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)
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?