This guide highlights many frequently asked questions about the ReCharge checkout.
Sections
- Can I apply discount codes to the checkout automatically?
- Can I add custom fields to the checkout?
- Can I update the legal disclaimer on the checkout page?
- Can I hide or remove the discounts field from the checkout?
- Is it possible to redirect or skip to the checkout?
- Can I have a much more prominent and visible discounts input?
- Is it possible to change the favicon at checkout?
- Can I limit the number of subscriptions per order?
- What if an existing customer goes through checkout again with a different credit card?
- Am I able to perform a test order before launching my store?
Can I apply discount codes to the checkout automatically?
This can be accomplished with custom code. Check out our dedicated guide on how to add discounts to the checkout URL.
Can I add custom fields to the checkout?
Custom fields cannot be added to the checkout screen for security purposes. You could add it as either a cart attribute on the cart page or as a line item property on the product page. However, this would require custom code and outside the scope of the standard ReCharge solution. If you would like to pursue this further, consult with one of our trusted third-party developers from the Partners Directory.
Can I update the legal disclaimer on the checkout page?
You may want to change the legal disclaimer default text:
By clicking "Place my order", you confirm that your subscription will automatically renew and your credit card will automatically be charged the subscription price according to the Order Summary section of this page until you cancel your subscription. You can cancel your subscription at any time.
You can update the disclaimer in Settings > Legal Settings.Can I hide or remove the discounts field from the checkout?
If you remove the discounts in the ReCharge Dashboard, the input will be hidden. If you don't want to remove the discounts and instead just hide the input temporally you can use CSS in Settings > Checkout. Feel free to contact us for assistance.
Is it possible to redirect or skip to the checkout?
ReCharge requires the product to be added to the cart prior to going to the checkout. ReCharge must set all the necessary line item properties to define a product as a subscription. Though you cannot remove the cart page from the process entirely, it is possible to redirect straight to subscription checkout through some customization.
Can I have a much more prominent and visible discounts input?
This would be a highly customized modification. ReCharge does not allow HTML and JavaScript code in the checkout for security reasons, so this could possibly be done with CSS. This would be outside of our scope of support. Contact us and we can suggest a third-party developer, but it may be very difficult to make as it would be redesigning the code in the page.
Is it possible to change the favicon at checkout?
At this time, it is not possible to change the favicon at checkout.
Can I limit the number of subscriptions per order?
Currently, there is not a way within ReCharge to limit the number of subscription products a customer can purchase at one time.
You may consider using an app such as Order Limits to limit the number of subscriptions per customer at checkout. At this time, ReCharge does not have an integration with any order limit apps, so you would need to work with the app developer for additional support.
Alternatively, you could work with a ReCharge Partner to create custom code that will automatically remove additional product from the cart. This would involve using custom AJAX to add one item to the cart and redirect to the ReCharge checkout automatically. Note that this would be outside the scope of the standard ReCharge solution.
Within the Customer Portal settings, you can prevent customers from canceling after their first charge. This is an ideal workaround to ensure customers are charged the full price of a subscription product if the first charge is discounted.
What if an existing customer goes through checkout again with a different credit card?
Each subscriber can have a maximum of one active credit card. If one of your existing customers completes checkout a second time with their same email but a different credit card, ReCharge will update the customer’s existing profile to use the most recent card for all addresses and all subscriptions.
You will receive an email notification from ReCharge titled “Checkout with same email as existing customer” to warn you that a customer checked out with the same email on file but a new credit card.
Am I able to perform a test order before launching my store?
You can perform a test transaction using a valid payment method at the checkout. Running a test transaction has more information including a video on the topic.
If you are looking to create a sandbox environment to do your testing, you should instead create a developer account.
With a developer account you can perform test transactions using the following test credentials at the checkout:
Card number: 4242 4242 4242 4242.
Name on card: Enter at least two words, i.e. Test Transaction.
Expiry date: This can be any date in the future.
CVV: This can be any three digits.
Keep in mind that when you have test credentials enabled and a test transaction is performed, we cannot switch the store back to a live store. Instead, your store will remain a sandbox environment where you will be able to test new features before replicating them in your live store.
You can contact our support team to enable your developer account.