mav666
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Fatal error when trying to add checkout custom fieldI already found the solution.
1. You need to modify “payment.php” (in “checkout” templates) template by adding additional checkbox.<p class="form-row terms"> <input type="checkbox" class="input-checkbox" name="your-name-id" id="your-name-id" /> <label for="your-name-id" class="checkbox">Your label</label> </p>2. Upload the modified file to the your theme folder -> woocommerce -> checkout. Create, if you do not have it.
3. Add custom function to your “functions.php” file.add_action('woocommerce_checkout_process', 'function-name'); function function-name() { // Check if set, if its not set add an error. if ( ! $_POST['your-name-id'] ) wc_add_notice( __( 'Your error message.' ), 'error' ); }Works for me 🙂
Forum: Plugins
In reply to: [WooCommerce] Fatal error when trying to add checkout custom fieldI have not found a solution… Sorry.
As of today, I think about resign from WooCommerce and look for better solution.
They have disastrous support – also premium.Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] CJT PHP Code Error detected…Thank you for response!
On my first site (with error) I put PHP code from Simple Share Button plugin in theme code template. Now is ok. Everything working. CJT and Simple Share Button plugins.
On second site I still have [ssba] in CJT code and is ok too…
Site is under construction, but you can see bottom of example post/page:
Post: http://eforex4u.pl/sygnaly-forex-czy-warto-z-nich-korzystac
Page: http://eforex4u.pl/darmowy-kurs-forex/co-to-jest-forexI do not know why, but working 🙂
Regards,
MavForum: Plugins
In reply to: [Affiliates] Affiliate passwordOK. I understand.
Thx.Forum: Plugins
In reply to: [Affiliates] Affiliate passwordI read the documentation. And there is nothing about the affiliate password.
I understand that if the affiliate account will not be related with user account, then he can not log in to the system.
However, if he have affiliate account and user account, he has a password (from user account).
I understand correctly?
If so, I do not understand the use of the first option – a partner without an account on the system.Forum: Plugins
In reply to: [Shortcode Exec PHP] [Plugin: Shortcode Exec PHP] How to use external classThanks! It works.
Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] Shortcode not workingSorry, but this page is not available. It’s still in the testing phase. What you need to diagnose? I can make a screenshot.
Forum: Plugins
In reply to: [Related Posts Slider] [Plugin: Related Posts Slider] RPS and YARPPGreat plugin, but with YARPP not working properly. I see duplicate posts…
Apply “&action=flush” does not help.
With “WordPress Related Posts” plugin works fine.Question:
Is there any possibility to disable the display of the related entries on the pages?I want them to have only in the posts.Hi again,
I found the following errors:
1. Autresponder works, but sends the same message several times. I have 20 messages in autoresponerze and sometimes I get one, and sometimes 4 times the same message.
2. Newsletter not sending new posts. I checked the settings several times – everything is ok.
The texts are placed in the window Responder WP in the post.
Does anyone have the same problems? Does anyone know what might be the cause?Great Plugin (version 4.9), but with WP 3.0 not working.
If I activate the plugin, can’t work with widgets. Can’t move from/to sidebar.