tabbyai
Forum Replies Created
-
Forum: Plugins
In reply to: [Tabby Checkout] WordPress Tabby Checkout plugin vulnerabilityThank you for bringing this to our attention.
We’re happy to confirm that the reported issue has already been fixed in our latest WordPress Tabby Checkout plugin release (version 5.9.2).
If you have any further questions or concerns kindly contact [email protected]
Forum: Plugins
In reply to: [Tabby Checkout] Add support for PHP 8.xDear @ghost994,
Thank you for bringing this to our attention.
We’d like to inform you that the latest plugin version (v5.7.4) includes the necessary fixes to address the issue you mentioned.
Please let us know if you have any further questions or need assistance with the update.
For any technical inquiries, you can also reach out to our integrations team at [email protected].Best regards,
Tabby TeamForum: Plugins
In reply to: [Tabby Checkout] Issue In order emailDear @jamilphullani20 ,
We are sorry for the delay here.
If you are still facing the same issue – kindly send your request to [email protected] with all the details and screenshot and our Integration team team will help you to resolve the issue.
Best regards,
Forum: Plugins
In reply to: [Tabby Checkout] Why is Tabby’s ad mandatory at the bottom of the page?Dear @shakoor99
The Tabby logo should be displayed at the bottom of the page to increase customer awareness about Tabby payment option which is available on your store.
Please contact [email protected] for any further questions.
Best regards,
Forum: Plugins
In reply to: [Tabby Checkout] Tabby payment not working in checkout pageDear @shamrin,
We have reviewed the integration on your website https://academy.ph7.ae, and everything appears to be working correctly without any issues on our end.
If you are still experiencing problems, we recommend sending your request to [email protected], and our team will be happy to assist you in troubleshooting the issue further.
Let us know if you need any additional support!
Best regards,
Forum: Reviews
In reply to: [Tabby Checkout] Tabby’s appearance and disappearanceDear @moahmedzaki,
Tabby might disappear if the customer is not eligible for financing. This could be due to various factors.
To investigate further, we recommend sending your request to [email protected] , and our team will be happy to assist you in troubleshooting the issue.
Let us know if you need any further help!
Best regards,
Dear @sahithk
Thank you for your question. Our developer has provided the following instructions to adjust the position of the Tabby promo snippet on the single product page:
- Current Placement:
By default, the snippet is added in the fileincludes/class-wc-tabby-promo.phpon line 6 using the action:add_action('woocommerce_before_add_to_cart_form', array( CLASS, 'product_promotion') );
In WooCommerce templates (e.g.,woocommerce/templates/single-product/add-to-cart/simple.php), this corresponds to the following hook:<?php do_action( 'woocommerce_before_add_to_cart_form' ); ?> - Removing the Snippet from the Current Position:
To remove the snippet from this default position, add the following code to thefunctions.phpfile in your theme:add_action( 'plugins_loaded', 'move_tabby_product_promotion' ); function move_tabby_product_promotion() { if (class_exists('WC_Tabby_Promo')) { remove_action('woocommerce_before_add_to_cart_form', array( 'WC_Tabby_Promo', 'product_promotion') ); } } - Adding the Snippet to a Custom Position:
To display the Tabby promo in a different position, use the following steps:
Add this line to your desired template location:<?php do_action( 'tabby_product_promotion' ); ?>
Then, in thefunctions.phpfile of your theme, add:add_action('tabby_product_promotion', array( 'WC_Tabby_Promo', 'product_promotion'));
For example, yourfunctions.phpfile would look like this:add_action( 'plugins_loaded', 'move_tabby_product_promotion' ); function move_tabby_product_promotion() { if (class_exists('WC_Tabby_Promo')) { remove_action('woocommerce_before_add_to_cart_form', array( 'WC_Tabby_Promo', 'product_promotion') ); add_action('tabby_product_promotion', array( 'WC_Tabby_Promo', 'product_promotion')); } }
If you have any further questions kindly contact [email protected]
Forum: Plugins
In reply to: [Tabby Checkout] The new update disrupts the site!Dear partners,
Please note that we already released the version 5.0.15 which should contain the fix.Kindly send your requests to [email protected] , our Integrations team will support you with you issue and will share with you the latest release candidate version which also contains the improvements.
Sorry for the inconveniences.
Forum: Plugins
In reply to: [Tabby Checkout] Does it work with divi?Dear @hyeonjulee,
Thanks for your question.
Kindly send your question to [email protected] and our team will investigate the compatibility of Tabby plugin with Divi theme.
Dear @shahzaib9
Thanks for bring this issue to our attention.
We are working to reduce the size of the log file. As a temporary solution you can just disable Debug mode in Tabby API settings tab.
We will release a version with the fix as soon as possible.
Forum: Plugins
In reply to: [Tabby Checkout] The new update disrupts the site!Dear partners,
Kindly send your requests to [email protected] , our Integrations team will support you with you issue.
Sorry for the inconveniences.
Forum: Plugins
In reply to: [Tabby Checkout] WP Login/Registration EditingDear @thrivenstore,
Your question doesn’t relate to Tabby plugin, it should be addressed to WordPress support.
In case if you have any issues or questions related to Tabby plugin kindly contact [email protected]
Forum: Plugins
In reply to: [Tabby Checkout] Plugin dosn’t workDear @alizaitoun1000,
I checked the integration on your website https://mybalsam.com/ and I can confirm that Tabby is working as expected without any issues.
However I can see that you use test keys. In case if you ready to go to production kindly contact [email protected] for further steps.
Forum: Plugins
In reply to: [Tabby Checkout] My Tabby checkout option is not working in mobileDear @hamasataccessoriesllc,
Kindly contact [email protected] in case if you still face any issues with Tabby.
Forum: Plugins
In reply to: [Tabby Checkout] Remove Sharia-compliant text and moon icon form promoDear @codeziweb,
Both the text and the moon icon have been already removed.
In case if you have any further questions please contact [email protected]
- Current Placement: