Randem Systems
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Square] Square Plugin Syncing fake customer emails to SquareAloha Sal,
Thank you for your response.WordPress is not set to allow members to register but WooCommerce allows one to create an account and that is where the issue begins. There is absolutely no security or verification in this area. We are working on our plugin to tighten that up.
I cannot seem to grasp why it would be necessary to upload customers from WooCommerce to Square. Square customers are not the same as WooCommerce customers even if they share the same products. one should not have anything to do with the other and should not be combined unless explicitly told to do so.
As far as the workings, I know how they work and explained it to Square and they allegedly checked with their experts and I told them they were wrong but they wouldn’t listen. I had to ask here just to comfort Square (they are not that bright). All they do is throw around terminology in hopes that they are conversing with someone who knows less than they do. They are totally wrong in this case…
I will now re-contact Square to let them know that WordPress said it is a Square problem to delete the emails. Just as I told them.
Mahalo!
Forum: Everything else WordPress
In reply to: Submit always sends data to URLThat was it! A form inside another form, but it is still strange on why it works in WampServer but not on the VPS. I changed all the logic to the POST instead of the GET and use the custom action for forms which was not working previously. Thanks for your help!
- This reply was modified 1 year, 6 months ago by Randem Systems.
Forum: Everything else WordPress
In reply to: Submit always sends data to URLAnother thing is that even when I use the action=”admin-post.php” the url still goes to the url admin.php?form_parameters. if i use esc_url( admin_url( ‘admin-post.php’ ), it still goes to admin.php instead of admin-post.php
Forum: Everything else WordPress
In reply to: Submit always sends data to URLHi Threadi,
Thanks for your reply. This is what I mean:
On-Line: On a hosted account (VPS Server)
Local: On the PC using WampServer
The code I showed was the actual output and is pure HTML (View page source). I cannot give a link to it because it is in the admin section and you will not see it. As far as the javascript it does not matter. I have shown the javascript functions below. It does the same even if I make the the javascript functions completely empty, so the javascript has no effect.. The post still goes to the URL line (https://botbanish-test.com/wp-admin/admin.php?BOTBANISH_BLACKWHITE=Domain+Lists&BOTBANISH_POST_CODE=). On WampServer it posts correctly.
function beforeSubmit() {
var allInputs = document.getElementsByTagName("input");
var allSelects = document.getElementsByTagName("select");
for(var k = 0; k < allInputs.length; k++) {
var name = allInputs[k].name;
if(!isItemChanged(name))
allInputs[k].disabled = true;
}
for(var k = 0; k < allSelects.length; k++) {
var name = allSelects[k].name;
if(!isItemChanged(name))
allSelects[k].disabled = true;
}
var botbanish_postcode = document.getElementById("BOTBANISH_POST_CODE");
var botbanish_user = document.getElementById("user");
var botbanish_type = document.getElementById("type");
var botbanish_area = document.getElementById("area");
var botbanish_checked = document.getElementById("botbanish_checked");
var botbanish_unchecked = document.getElementById("botbanish_unchecked");
var botbanish_original = document.getElementById("botbanish_original");
botbanish_checked.disabled = false;
botbanish_checked.value = JSON.stringify(items_checked);
botbanish_unchecked.disabled = false;
botbanish_unchecked.value = JSON.stringify(items_unchecked);
botbanish_original.disabled = false;
botbanish_original.value = JSON.stringify(items_original_checkbox_state);
botbanish_postcode.disabled = false;
botbanish_user.disabled = false;
botbanish_area.disabled = false;
botbanish_type.disabled = false;
return true;
}
function addEntry() {
var botbanish_postcode = document.getElementById("BOTBANISH_POST_CODE"); // Post code
botbanish_postcode.disabled = false;
botbanish_postcode.value = 'add';
beforeSubmit();
return true;
}- This reply was modified 1 year, 6 months ago by Randem Systems.
- This reply was modified 1 year, 6 months ago by Randem Systems.
Sorry, This is the same boiler plate answer that is cut and pasted everywhere… It does not address the issue when the problem (as stated in my op) was not one of these issues. If the best that can be done is boiler plate issues, I will find another plugin to use where the error messages are presented better so that the issue can be solved… Even if it is a conflict, the error messages are useless to find the cause…
Forum: Requests and Feedback
In reply to: Error upon activationsThat is extremely vague… 52 programs and you ask what does it look like. That is not the question. If a buffer does not exist one should not try to delete it period… The issue is clearly in the plugin.php file where the buffer is attempting to be deleted without checking first…
- This reply was modified 1 year, 10 months ago by Randem Systems.
Forum: Plugins
In reply to: [WooCommerce Square] Square Sync’s every product to the default categoryI am confirming that rolling back to version 4.6.2 works correctly.
My intentions are to find the best solutions for our customers. Every solution does not work for every customer and we like to know exactly what is out there to help, even if our solution is not what the customer wants. There are MANY different ways to get things accomplished and it would be foolish to think that we have the only and the best way to do this. We work for our customers, our customers do not work for us.
No one product EVER handles everything that is out there, and it would be foolish to believe so. Sometime more than one product may be needed to form a protection solution. We aim to find what is best for the customer, not what is best for us…
BTW: Those hyperlink messages slipped through your system but were caught by our system. This is why more than one option may be needed and it is best for our customers that we find out what that may be.
- This reply was modified 1 year, 11 months ago by Randem Systems.
- This reply was modified 1 year, 11 months ago by Randem Systems.
Hi, no it is only one thing, hyperlinks can be a word or phrase (http:// and https://)). I do it because we were getting a bunch of messages from our contact form that contained hyperlinks and of course they were all SPAM.
Great! try BotBanish sometimes. We are constantly making improvements.
In that case I would suggest being able to enter the phrases that one would like to trap in an email and flag it as spam. Any contact form that contains links is most likely spam. No one that I know would contact you and send a link for you to go to… I do it in my software and it would be an great help for others…
Hi, I don’t see anywhere where it stated only for the free version… Can you move this post? That’s how I got here by submitting a ticket…
Forum: Plugins
In reply to: [WooCommerce Square] Square Sync’s every product to the default category4.6.2 CONFIRMED!
Forum: Plugins
In reply to: [WooCommerce Square] Square Sync’s every product to the default categoryHi, I don’t see how this procedure can be helpful, just a lot of extra work for no gain. This will not seemingly fix the issue just compound it. Even if I add a new item in Square it still goes into WooCommerce as the default category. All Square items only have one category. If I delete an Item in WooCommerce, empty the trash then re-sync. the exact same problem exists. Following your procedure will not accomplish much for every time it syncs the product category will be overwritten with the default WooCommerce one.
- This reply was modified 1 year, 11 months ago by Randem Systems.
Forum: Plugins
In reply to: [WooCommerce Square] Square Sync’s every product to the default categoryHi, I already sent a screenshot of the sorted WooCommerce Products listed in the post “Alphabetized WooCommerce Products:”
I will send it again https://quickforget.com/s/92645f52f31677d577008fde05f9b82eb6813e9f6f11c3bd
Forum: Plugins
In reply to: [WooCommerce Square] Square Sync’s every product to the default categoryAloha,
No, the categories are not syncing correctly. I just stated was that I don’t get the error message anymore. Two separate issues.
The pictures that I sent show that the Square products have different categories and the WooCommerce products all have the same category. All the Square categories have changed to the WooCommerce “Default” category.
I sent screenshots and logs.
- This reply was modified 1 year, 11 months ago by Randem Systems.
- This reply was modified 1 year, 11 months ago by Randem Systems.