How we can link my own design website to whmcs - cpanel

I am planning to start website hosting company as a reseller.I have big trouble about designing of my website for web hosting.I want my clients choose plans, register domain and create own cpanel account by registering on my own design sign up form.I searched almost every where but not find good tutorial about this topic.I have reseller account with cpanel/whm and WHMCS.I just want my clients choose packages and registered through my website instead of WHMCS design.

You need to add your product in WHMCS with the cart URL and then assign that cart URL on your site so that when your client select plan, WHMCS will create account under your reseller account with that plan details.
You can add your product in your WHMCS URL with http://docs.whmcs.com/Products_and_Services URL help.

Related

Integrating A 3rd-Party Custom Payment Gateway with Shopify

I'm looking to integrate my app as a 3rd party payment provider for Shopify merchants to add to their websites. This will allow customers to select my app as a payment option, and upon purchase will be re-directed to a web-page hosted on my app, where they can complete their purchase. After completing their purchase they would then be re-directed back to the merchant's Shopify website.
I've read a lot of the docs online about how to do this but I still have some uncertainty around some things:
I've already seen that this was done by using a Hosted Payments SDK,
but has since been deprecated. The docs mention to create an app in
the Partner Dashboard or Shopify CLI, as well as create a payment
extension. From my understanding the only thing I would need would
be the payment extension? I would just like to be able to send the
payment request from the merchant's Shopify website to my app
(likely through a webhook) which can then process it and return a
link to redirect the customer to the necessary page to make the
payment.
I'm struggling to find any online documentation or examples
on how you would create this payment extension.
I also can't find
any examples on how I would set up a 3rd party payment gateway by
creating a Shopify Payment app.
I'm hoping someone can assist me with this. Thanks!

Add custom domain to specific URL of main domain

I have a multivendor eCommerce site. for example, mainsite.com. where vendor shop URL is mainsite.com/s/shopname. I want to give vendors to add a custom domain pointing to their shop. How can I create this type of functionality on my site?
This feature is similar to adding a custom domain to sites (Google sites, Heroku, Wix, Github, etc..)

How do you integrate Shopify ONLY for checkout and payment?

I'm currently building a client site in Craft CMS and they'd like to be able to sell items through the website. It's been suggested that we 'integrate' shopify with the site for selling, so I've set up a trial store.
The problem is that when I set up a custom domain for my Shopify store (changing the CNAME record with the site host), visiting the domain shows me the root of the shopify store, and not the website I'm currently developing. Shopify keep saying it 'integrates' with existing websites but how do you achieve this?
Goal: To use a website designed, built and managed inside Craft CMS, then use Shopify ONLY for the Cart & checkout process. The domain should always be the custom domain and not the mydomain.shopify.com one.
Am I missing something simple, or is it mis-advertised?
You will still want to host your Craft site on your main domain, and then setup a subdomain to point to the Shopify site. Then handle all the product display on your Craft site, and use this plugin to link up the Shopify products to the Craft products. Finally, all you have to do is add the add to cart forms, and then let Shopify handle the cart and checkout process.
To integrate Shopify's checkout and payment processing into an existing website, you can follow these steps:
Create a Shopify store if you don't already have one.
Navigate to the "Checkout" section in the Shopify admin and select "Checkout settings."
Enable the "Customer billing and shipping information" option to allow customers to enter their billing and shipping information during checkout.
Select "Shopify Payments" or another payment gateway as the payment method.
Generate a checkout API key from the "Checkout" section of the Shopify admin.
Integrate the Shopify checkout into your website using the API key and the Shopify Checkout API.
Add the necessary product and checkout buttons to your website, and ensure that the correct product and pricing information is passed to the Shopify checkout.
Test the integration thoroughly to ensure it is working correctly.

billmelater integration / api documentation? sandbox account?

I would like to find the Paypal BillMeLater documentation. I've looked over the developer site many times and searched all over Google; where might it be?
Also - where can I create a sandbox account for testing payments processed via BillMeLater?
To be clear, I would like to integrate BillMeLater so that a user is not redirected away from the site, but can still use this method to pay.
This is not currently possible; BillMeLater can only be used via the paypal site (eg: through express checkout)

do I have to register as a shopify partner?

(I am reposting this question here because I tried on the google news group and got no responses.)
I need to build a shop for my client, and the client already has a domain and a web site. I need to integrate e-commerce functionality in to the site. This is going to be done by sending AJAX requests to the API.
my question is whether I need to get a partner account for this? I am not yet going to write an app that people would install, I am just building a store for my client. how is it done?
You do not need a Shopify Partner account for this. You can instead create a "Private application" within the normal shopify admin, which will give you the api credentials you need to make stuff happen.
This article on the shopify wiki gives a good overview of the process for getting started (the first sections are most relevant in your case):
http://wiki.shopify.com/Using_the_shopify_api_gem_with_the_credentials_of_a_private_app