rainer4th
Forum Replies Created
-
Forum: Plugins
In reply to: [Security & Malware scan by CleanTalk] Huge error listThank you!
Forum: Plugins
In reply to: [Include Me] The provided file does not exist in the inclusion folderThank you craigs85, I tried once more
define(‘INCLUDE_ME_DIR’, ‘*’);
in wp-config.php. This time it works – after I removed the quotes ‘ and replaced them with ‘.
However, I guess that ‘*’ allows to include files from any location. This may be not the safest option. I’d certainly prefer using the safer option to allow only a specific folder. But no matter how I enter the information, it does not work!
I tried:
define(‘INCLUDE_ME_DIR’, ‘wp-content/foldername’);
define(‘INCLUDE_ME_DIR’, ‘/wp-content/foldername’);
define(‘INCLUDE_ME_DIR’, WP_CONTENT_DIR.‘ foldername’);
define(‘INCLUDE_ME_DIR’, WP_CONTENT_DIR.‘/foldername’);
define(‘INCLUDE_ME_DIR’, ‘foldername’);
define(‘INCLUDE_ME_DIR’, ‘/foldername’);To my disappointment the documentation on this is really poor.
For now it seems I have no choice but to use the unsafe way.
Rainer
Hi Melinda,
Thank you for your answer. Indeed we already had activated that redirect to cart after adding item to cart option.
Our “Add to cart” button simply has a different name “Order now” and when the customer clicks “Order now”, the selected size is added to cart (where the Paypal Express button is), as you can see here: https://lindabra.com/en/shop-now/
However, what we want is this: https://www.limberry.de/limberry-puenktchen-dirndl-beere-baumwolle-alpenkoenigin-34-36-38-40-42-44-11483.html – that means: choose size and click Paypal Express (no other click in between).
There must be some kind of workaround, please help us to increase our conversion rate.
Thank you
Rainer
Issue resolved after update.
Thank you Abdullah!!!Hi Jamie,
Thank you for your answer and for finding a solution. When will an update of your plugin with the fixed code be available? We are urgently waiting for it. Can I perhaps have a pre-version?
Thanks a lot.
Rainer
Forum: Plugins
In reply to: [WC Duplicate Order] How to hook in?Hi Jamie,
Thank you for your anwser. I found the solution already two weeks ago.
For those who look for an answer for my question: I found out that you can hook in the Duplicate Order script with this add_action in function.php:
add_action(‘clone_custom_order_fields’,’my_custom_function’,10,2);
It works! Thank you!
Rainer
Forum: Plugins
In reply to: [Delete Me] Delete Account Link not showingHi Clint,
Thank you very much! Now it works fine.
Regards,
RainerForum: Plugins
In reply to: [Delete Me] Delete Account Link not showingThis helped me out. Thank you!
However, now there is another problem. When the user clicks on the deletion link, the account is deleted without further warning. The JS confirm does not appear, althougn the checkbox “JS Confirm Enabled” in the plugin settings is activated.
I had the same problem. The template overwrite is not working with the usual overwrite path. After trying around with some different paths, I found out that this one works:
/wp-content/themes/mychildtheme/woocommerce/donation/emails/donation-admin-new.php