VIDEO GUIDE : HINDI – https://www.youtube.com/watch?v=sVGvce6167o&feature=youtu.be
Video Guide ENGLISH :
Add category#back to top
Admin Panel is completely dynamic, so you can add/update categories.
Guide Steps:
- Log into admin, Go to Category
- Click add new.
- Write Name of Category, description and Status which is active by default, choose sort number etc
- When you want to deactivate Service, just make status deactive.
- Click Save button
Add Service#back to top
Admin Panel is completely dynamic, so you can add/update services.
Guide Steps:
- Log into admin, Go to Service
- Click add new.
- Write Name of Service, description and Status which is active by default, choose sort number etc
- Price Per Single item. Ex: price for 1 Like = 0.01 etc
- Minimum quantity – Ex: 100
- Maximum quantity – Ex: 3000
- Click Save button
Place Mass Order#back to top
Any User can place orders in bulk (Mass Orders)
Guide Steps:
- Log into user, Go to Order/New Order
- Click Mass order tab
- Write order in each new line with the given format: service_id|link|id
- Click Place Order button
Paypal Integration #back to top
To enable PayPal, you just need to create PayPal API Client ID and Client Secret.
How to video
Stripe Integration #back to top
Once testing is done and the payment process working properly, follow the below steps to make Stripe payment gateway live.
Guide Steps:
- Login to your Stripe account and navigate to the API page.
- Collect the API keys (Publishable key and Secret key) from Live Data.
- Copy and paste all Publishable, Private Key to Setting page
- Click Save button
Paytm Integration #back to top
To enable Paytm, you just need have Paytm Merchant ID and Paytm merchant key. follow the below steps to make Stripe payment gateway live.
Guide Steps:
- Login to your Paytm account and navigate to the API page.
- Collect the Paytm Merchant ID and Paytm merchant key from Product mode (not is test mode).
- Copy and paste all Paytm Merchant ID and Paytm merchant key to Setting page
- Click Save button
2Checkout Integration #back to top
To enable 2Checkout, you just need to create 2Checkout account
Guide Steps:
- Login to your 2Checkout account and go to the API page.
- Generate API keys and switch to the Settings tab. From the Key Generator section, collect the Publishable key and Private key.
- Copy and paste all Publishable, Private Key to Setting page
- Click Save button
Coinpayments Integration #back to top
To enable Coinpayments, you just need to create Coinpayments account
Guide Steps:
- Login to your Coinpayments account
- Go to: ACCOUNT -> API KEYS.
- Use the API Key that’s already there, or generate a new key by clicking the “GENERATE NEW KEY” button
- Save your API Public Key and your API Private Key
- Copy and paste all API Public Key and your API Private Key to Setting page
- Click Save button
- Add more cronjob for Coinpayments module:
* * * * * wget --spider -O - http://yourwebsite.com/add_funds/coinpayments/cron >/dev/null 2>&1
Google reCAPCHA #back to top
To enable reCAPTCHA, you’ll need a Google account. This Form Block integration uses reCAPTCHA V2, follow these steps to get necessary keys
Guide Steps:
- Go to Google reCAPTCHA website https://www.google.com/recaptcha/admin and find “Register a new site” section
- Include any text in the “Label” field.
- Select “reCAPTCHA v2” (Check Box) type
- Enter your built-in domain and click the + icon. Repeat this process with any custom domains connected to your site. Use the formats yoursite.com, excluding https:// from the beginning.
- Click Submit.
- Copy & paste the site and secret keys to Setting page in your app