citizenakane
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] No Export Order EmailsAh – I’ve also just seen they froze the plugin at version 1.1.8 – I think to stop any coding being overwritten? Might deactivating then reactivating help this? Or would this be too dangerous as we’d lose any coding that our theme needed? My only option on the WordPress Plugin page is “Deactivate”
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] No Export Order EmailsIt’s saying “this template has been overridden by your theme, and can be found at.. etc:
Then below:
<?php
/**
* Admin new order email
*
* This template can be overridden by copying it to yourtheme/woocommerce/emails/admin-new-order.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer).
* will need to copy the new files to your theme to maintain compatibility. We try to do this.
* as little as possible, but it does happen. When this occurs the version of the template file will.
* be bumped and the readme will list any important changes.
*
* @see http://docs.woothemes.com/document/template-structure/
* @author WooThemes
* @package WooCommerce/Templates/Emails/HTML
* @version 2.5.0
*/if ( ! defined( ‘ABSPATH’ ) ) {
exit;
}/**
* @hooked WC_Emails::email_header() Output the email header
*/
do_action( ‘woocommerce_email_header’, $email_heading, $email ); ?><p><?php printf( __( ‘You have received an order from %s. The order is as follows:’, ‘woocommerce’ ), $order->get_formatted_billing_full_name() ); ?></p>
<?php
/**
* @hooked WC_Emails::order_details() Shows the order details table.
* @since 2.5.0
*/
do_action( ‘woocommerce_email_order_details’, $order, $sent_to_admin, $plain_text, $email );/**
* @hooked WC_Emails::order_meta() Shows order meta data.
*/
do_action( ‘woocommerce_email_order_meta’, $order, $sent_to_admin, $plain_text, $email );/**
* @hooked WC_Emails::customer_details() Shows customer details
* @hooked WC_Emails::email_address() Shows email address
*/
do_action( ‘woocommerce_email_customer_details’, $order, $sent_to_admin, $plain_text, $email );/**
* @hooked WC_Emails::email_footer() Output the email footer
*/
do_action( ‘woocommerce_email_footer’, $email );hi – latest update is working, thank you! Do I need o re-do the code snippet, that clears the cache so when we leave checkout, it reverts back to ££ from if they’ve changed their country to Ireland? Thanks! Last change was from “princing” to “pricing”… S
OK the last update worked for us. Thank you so much! You da best 🙂 We’ll try not to update again for a while!!
Wondering if I can send a screen shot of the problematic Add Zone screen. Is there an email addy I can send it to? Thanks, S
Oh thank you – do you think this will help with the blank Add Zone page? Are othes having this problem or is it unique to us? Thanks as ever for your replies!
– tried to unistall then re-install. Same problem – When I click “ZONES” then “ADD ZONE”, the page below “Add Zone” is completely blank.
So I’m stuck with “rest of world” as the only zone. Which means we can’t switche currencies.
As an FYI – we have the plug-in “Woocommerce Table Rate Shipping by Mangahour” – which isn’t doing updates or has a plug in page anymore. Could this be clashing? We need a table rate for different costs/weights of products, for both UK and Ireland…
Hi again,
The new update hasn’t crashed the site, but it is asking me repeatedly on a banner:
WooCommerce Price Based on Country Database Update Required – We just need to update your install to the latest version
– even tho I have installed the ltest version. The main problem, though, is that I can’t add a Zone. The Add Zone screen just goes blank. Any ideas? We don’t use Geolocate as we want it always in ££ (shop base location), and only go to Euros when they change the country at checkout.
Thanks!
S
Thank you so much Oscar. Will let you know! And thanks as ever for youpr prompt help. 🙂
Great, and can I now safely update just from the wordpress/ plugin page? Or shall i get the developers to do it all via FTP? Thank you!!
The plugin’s update banner is now showing as your latest version, 1.7.2., to update.
Should we still completely remove the plug in, and reinstall from scratch, do you think? Or will this give us the same problems? Thank you for being so prompt with all this, by the way!
– and can we just deactivate the snippet/code plugin, until the new version is reinstalled, then reactivate it with the same snippet code you gave us – would that still work (ie, flip back to ££ from euros/clear cache, on leaving Checkout screen)
Thanks!
Hi – thanks for this! Will this still be ok if we’ve adapted the plug in – ie with snippets etc? Or should we delete the old version completetly, starting with the snippet, then re-do?
I think we just updated the wordpress, but we’re on 2.5.2 version of woocommerce.
Both us – via the snippet you kindly gave us – and the developers have added code to your app I think. So now any update may not work. We cannot use update as it knackers our whole site, and we can’t see any plug ins at all. Not sure what to do… or if we need anew plug in for the converter? Thank you for any help!
Hi again,
You’re THE BEST. That worked like a charm. Thank you so much for all your help! Will review you now!! 🙂 🙂 X
Thank you!