FullStack-ing
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Smart COD – Gift-Card ErrorHi Francisco,
This is only a notice, which should not be visible on a production server with the WP_DEBUG set to false ( on wp-config.php ). So there is no need to worry about this.
Nevertheless we debugged your case and the strange thing is that we cannot reproduce this notice.
I suspect you are using a shipping plugin or an outdated woocommerce version?
Anyway, I created a version that should eliminate your issue, please download from here -> https://we.tl/UBzFYJlXA0 and replace the class-wc-smart-cod-public.php file.
Please keep in mind that’s a temporary solution to help you out on this and preferably just disable the notices – warnings on your server ( that’s how a production server is intended to work, just set WP_DEBUG to false on your wp-config.php )
The main reason I suspect, is the one I told you above
a) A shipping plugin ( if that’s correct, please send me the name of the plugin )
b) An outdated woocommerce version ( if so, please update )Best Regards
Forum: Plugins
In reply to: [Smart COD for WooCommerce] extra fee 1.5€ with tax includedNice to hear that,
If you liked our plugin it will help us a lot if you rate it!
Best Regards
Forum: Plugins
In reply to: [Smart COD for WooCommerce] extra fee 1.5€ with tax includedHi natx,
The rounding factor is not applied when your COD extra fee is set to “Fixed” instead of “%”.
You said that you want a fixed 1,5€ extra fee is that right? So there is no way the rounding factor applies there.
Are you sure that you haven’t set any other extra fees ( such as per shipping zone etc ) that overrides your default 1.5€ ?
Are you sure that your extra fee is set to ‘Fixed’ and not ‘%’?
Are you sure you are not using any other COD plugin?
You can send me a screenshot of your settings here to help you out further if the above didn’t help.
Best Regards
- This reply was modified 8 years, 5 months ago by FullStack-ing.
- This reply was modified 8 years, 5 months ago by FullStack-ing.
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Blank screen when trying to do settingsHi again,
I’m waiting for a reply!
Have you solved this?Best Regards
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Blank screen when trying to do settingsHi there,
Please set WP_DEBUG to true on your wp-config.php, then revisit the settings page and one or many error messages should appear. Please copy and paste them here so I can assist you with this.
Best Regards
Hi antonis,
Thanks for your kind words and your rating.
Best RegardsHi again,
And the table rate shipping plugin version?
Best RegardsForum: Plugins
In reply to: [Smart COD for WooCommerce] BLANK screen when choosing COD in the Cash tabHi Albert,
Let me know I can help you further on this.I’m setting the topic status to “resolved” for now.
Hi antonis,
No problem at all.I just replicated your scenario and I haven’t found any issues.
I disabled free shipping on zone “Greece”, and table rate shipping on zone “Cyprus” ( I even added two shipping options, just like you on Cyprus through table rate shipping plugin – Shipping option A, Shipping Option B ).If I select Greece with free shipping, or Cyprus with Shipping Option A or Shipping Option B, the COD option is disabled. This is how things should work right?
What versions of the plugins you tested with?
My test was made with WooCommerce Smart COD 1.4.7 and Table Rate Shipping 4.0.3 and WooCommerce 3.2.5.Are you sure that in our plugin you selected “Disable” and not “Enable” on the field “Disable on specific shipping methods of zones”?
Best Regards
Forum: Plugins
In reply to: [Smart COD for WooCommerce] BLANK screen when choosing COD in the Cash tabNope that’s not the issue for sure
Forum: Plugins
In reply to: [Smart COD for WooCommerce] BLANK screen when choosing COD in the Cash tabAlso if you have a test environment, please try to deactivate other plugins one by one until you find ( or not ) any plugin that conflicts.
We tested in a clean installation with php 5.6, wordpress 4.9, WooCommerce 3.2.4 and
WooCommerce Smart COD 1.4.7, without problems.Forum: Plugins
In reply to: [Smart COD for WooCommerce] BLANK screen when choosing COD in the Cash tabUnfortunately that’s forbidden by wordpress.org policy.
Is your site hosted in a cpanel or plesk installation?
You can grab the error log from there.Another thing to try:
Please deactivate our plugin, visit cash page normally, click save, reenable our plugin and go to the cash page again.To keep you working for now you can download the last wc smart cod version you didn’t have any issues with from here:
https://wordpress.org/plugins/wc-smart-cod/advanced/
where it says: PREVIOUS VERSIONS.
Best Regards
- This reply was modified 8 years, 5 months ago by FullStack-ing.
- This reply was modified 8 years, 5 months ago by FullStack-ing.
- This reply was modified 8 years, 5 months ago by FullStack-ing.
Forum: Plugins
In reply to: [Smart COD for WooCommerce] BLANK screen when choosing COD in the Cash tabPlease try this.
On the file wp-content/plugins/wc-smart-cod/admin/class-wc-smart-cod-admin.php
On line 2 under the <?php tag paste this:ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);Then revisit the ‘white page’ and check for errors.
Best Regards
Forum: Plugins
In reply to: [Smart COD for WooCommerce] BLANK screen when choosing COD in the Cash tabPlease open the white page with chrome, press right click – Inspect, click the tab “console”, check if there are any errors and send it here.
Any way you can give me access to your site to check it myself, or ask from a developer or from your hosting company to help you find out the actual errors?
The white page ( of death ) is always a sign of a php fatal error. If the wp_debug was enabled successfully, it should show the error.
Forum: Plugins
In reply to: [Smart COD for WooCommerce] BLANK screen when choosing COD in the Cash tabHi again Albert,
What do you mean by CASH page? On the WordPress administrator -> checkout / cash on delivery ?By php errors I don’t mean the log files of WooCommerce.
Please go to your wp-config.php ( root of your site ) file and change WP_DEBUG fromfalsetotrue.Then visit again the white page screen. Then you will get the error.
Please send it here so I can help you out.Best Regards