I Want To Integrate Razor Pay With WordPress Without Plugin - wordpress-theming

I Want to integrate razor pay with WordPress as i have premium plan I cannot access plugins so could someone please help me to integrate RazorPay with WordPress without plugin
I Tried To Integrate Stripe but it doesn't have Option Of UPI So Can Someone Please Guide Me How To Integrate RazorPay Into WordPress Without Plugin

Related

how can I fix slow query?

my website has high load problem I searched and tracking i think it’s SqL queries load issue.
There are some info about my website
it’s e-commerce website used wordpress & woocommerce
I have 30 plugins it’s the following
Admin Menu Editor Pro
Advanced Dynamic Pricing for WooCommerce (Pro)
Advanced Order Export For WooCommerce
Cloudflare
Contact Form 7
EWWW Image Optimizer
Facebook for WooCommerce: version
FOX - Currency Switcher Professional for WooCommerce
Index WP MySQL For Speed
Joinchat
Kapee Extensions
Lucky Wheel for WooCommerce
Newsletter
Newsletter - Addons Manager
Newsletter - Import
Newsletter - WP Users Integration
Ni WooCommerce Sales Report Pro:
Query Monitor
Real Custom Post Order
Sequential Order Numbers for WooCommerce
Slider Revolution
WooCommerce
WooCommerce Coupon Generator
WooCommerce MPGS
WooCommerce PDF Invoice Builder Pro
Woo Import Export
WPBakery Page Builder
YITH WooCommerce Ajax Product Filter Premium
YITH WooCommerce Compare
YITH WooCommerce Wishlist
It’s big website and live it has 1200 visits daily
it has more than 28000 items in stock
it has big database
I’m using cloudflare
Note: I tried all normal and pro ways to find the cause but without benefit
The link: allbrandsfactoryoutlet.com
I checked the website by Queries monitor plugin I found slow query when I browse any category in my website that is the problem so could you please help me to fix this issue or any suggest to decrease the load

Wordpress Admin with express and node api

I'm planning to use Docker containers to create complex admin and API for listing web / mobile app, I am gonna use one WordPress container as application admin part due to WordPress has great custom post and media library capability, and create node microservices to query directly from MySQL and expose express API, finally I will create react front-end and mobile app that consumes this api.
The reason I use WordPress because WordPress admin UI and media-library are awesome.
The reason I chose express node microservice instead of WordPress because WordPress query is slow.
Please tell me is this architecture is a good solution. or their anything I can use instead of this.
Though this isn't the best architecture as per your requirement, you can use WordPress as a CMS for your application. However, I suggest using any CMS that is built on top of NodeJS and create complex admin

How To Convert Rails Application Into An Actual Site

I built a simple todo list application on Rails. I built it through Team Treehouse. It was one of the courses. I am wondering how would I convert it to a site. The reason being is because it would be a nice to add to my portfolio (I have yet to style it though). Would I simply upload the application to my github then go through such as I would to create a website through Github pages?
I plan to buy a url for it. I am just simply trying to gauge out how would I approach converting it into a site. My apologies, it is a noob question.
you can push your code to github and sign in to a heroku account and push it there. There are lot of documentation on how to do that based on your rails application versions. how to put a rails application on heroku or getting started with rails4 and heroku
Create a heroku account. You can rename the domain grocerylist.heroku.com for example. No need to buy a domain.

Create an auto login for umbraco cms

I'm trying to create an auto login for Umbraco cms.
Meaning, I have a website which wraps the cms, and i want users to be able to use it,
Without entering their login details when entering the umbraco cms.
I want to be able to this without sending back the umbraco auth cookie to the user.
Is there anyway I can achieve this?
Thanks.
Logically if you create your own maintenance pages and then use Umbraco's Content Servcie you could maintain an Umbraco website from an alternative maintenance system without ever bothering with the Umbraco pipeline. So you can remove login or the use of cookies as you see fit. You could use something like Microsoft Dynamic Data to help build the maintenance engine.
If you want to use the Umbraco back-office I believe you are committed to using the Umbraco workflow, which includes login & cookies.

how to link an app to a web database?

I am trying to make a mobile app that could show the menu of the day, which is previously only available on the website. I'm wondering how can I connect my mobile app to the website database? I know it might be dumb to you guys but I'm a novice. Thank you.
You'll need to build an API for your app to consume. I recently wrote a blog post about doing this through JSON with ExpressionEngine