Forum Replies Created
- AuthorPosts
-
Small update, when i change the theme to a default theme the plugin works.
i have set the debug constants as stated in the troubleshooting link
like this:
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);/*this should NEVER be true for production sites*/What can i do to continue?
Hmmm, how can i fix this?
Ok!
I changed it to:define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);It’s still not working and i see no meaningful errors in console or php 🙁
If there is anything more i can do, i’m glad to helpI updated the wp-pizza to 3.10.8
and added this to wp-config (because it’s not a production site)
define( ‘WP_DEBUG’, true );
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, true);It’s changed!
At this moment development is local. I can have it running tomorrow on a test server.
You are right.
Delivery settings
Delivery by postcode settings
Frontend that doesn’t change when postcode is selectedDelivery charges needs to be 4 when 5046AT is selected but it stays on 1,45
- AuthorPosts