Home > Chargebee Integration
Chargebee Integration
ARPrice supports Chargebee Integration. You need to follow the below steps to integrate Chargebee with ARPrice.
1. You’ll have a script tag received from the Chargebee account which you need to place in the header section of your website. To do so, you can use the following methods.
header.php
file.header.php
using the WordPress theme editor or you can use any editor plugin to modify the file.<script src="https://js.chargebee.com/v2/chargebee.js" data-cb-site="your site name"></script>
</head>
.Dashboard > Settings > Insert Headers and Footers
page<script src="https://js.chargebee.com/v2/chargebee.js" data-cb-site="your site name"></script>
code in the Scripts in Header section and save the settings. 2. Now, you’ll need to add the button in the ARPrice. Please follow the below steps for that.
<a href="#" onclick="return false;" data-cb-type="checkout" class="bestPlanButton" data-cb-plan-id="Chargebee Plan Id" >Your Button Text</a>
in the embed script and enable Hide default button option.