Ron Ashman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Scan offline site for exploitsHey Jason,
THANKS for replying.
I understand I could do that while running the site. Pardon me if I’m wrong, but I’m afraid something bad might happen if I run a site with a virus/php exploit. I would have to run it in order to install the plugin.
Isn’t there some kind of scanner for WordPress installations?
If not, maybe I should just run it in a sandbox.
Thanks again.
Forum: Requests and Feedback
In reply to: site language and admin languageIt doesn’t work with 4.5.3 🙁
Forum: Plugins
In reply to: Plugin: WP User Frontend. Welcome email.Hi.
I did not. I paid someone to do it but I don’t know how he did it.
Anyway, I don’t have that site anymore and started from scratch. So I really don’t know how that works.
You should try to send a ticket to WPUF support, I have contacted them for something else and they were very friendly.
Hope you can solve it!
Forum: Plugins
In reply to: [Weight Based Shipping for WooCommerce] Weight calculatorWow it looks pretty awesome. I tried a couple of things in the live demo, I’m almost sure this is exactly what I need.
I will be asking further questions through your site now. Thanks a lot.
Thank you David for your awesome code. And also thank you Fredrik for your suggestion.
This is almost exactly what I was looking for.
Is there any way to do exactly this but populate the next child term in a new list?
Something like:
Field 1: Choose country: US / Canada / Mexico
Field 2: Choose State: List of states in chosen country in field 1
Field 3: Choose city: List of cities in chosen state in field 2Thanks in advance.
Forum: Themes and Templates
In reply to: Can't make is_home function work properlyHi, thanks for you answer.
I tried this and I’m having the same problem.
Could it be possible that it’s not “reading” the php code?
I also tried is_front_page<?php wp_reset_query(); if(is_home() ) { ?> <a href="http://somelink"><img src="some_image" border="0" width="33" height="33"></a> <?php } ?>Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Email Order NotificationsHi, thanks for answering. I have YITH WooCommerce Multi Vendor Premium.
Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Email Order NotificationsHello,
I am using latest WP, and YITH plugins.
Vendor (ie the owner of a sold product) does NOT receive an email. Only the admin of the page. How can I solve this and edit the email template?
Customer (ie who buys a product) is receiving an email.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] How to reduce stock automatically even if order is pendingThanks again for answering.
I did manage for it to change to “on-hold” by editing the php. Sorry, that was my bad.
Anyway, it still doesn’t do what I was aiming for: reduce the stock.
When someone pays by BAC the order is “on hold” and the stock is reduced. I need this here too. “Pending payment” is correct, but I need the stock to be reduced. Otherwise someone else could buy something that other person is going to pay for in cash.
Thanks again for your help.
Forum: Plugins
In reply to: [WooCommerce] How to reduce stock automatically even if order is pendingHi,
Thanks for answering.
Well that wouldn’t work for me. The gateway is like PayPal, but local (for my country). So I can’t change that.Is there any way to bypass the “Payment pending” status and go straight to “On hold”? That would solve my problem.
Thanks again.