WordPress-Thinking
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] Spamming or your Javascript is disabledSame here!
Plugin broke the website and customers emailed us about not being able to process orders. We told them it might be their credit/debit card.
Checked for ourselves minutes ago and it is the plugin causing the issue. Lost about 10 sales since yesterday.
Thanks @shameemreza, will test it out.
Will this however effect the taxes that it calculates?
Thanks once again for your support!
Hello @shameemreza
Thanks for the information! Would this work for Canadian Websites? Canada has “Provinces” not states.
For example, currently it says “Ontario” on the province section where we choose them from. Can we change this to “Ontario – ON”?
Is it possible for you to share an example on what this would look like (in terms of the code which is on the link you shared)?
Thank you once again for your help and support!
Forum: Plugins
In reply to: [WooCommerce] How can we show the before price on the order email?Also, is it possible to add this code on something like Code Snippets versus the mail files on cPanel?
Thanks ??
Forum: Plugins
In reply to: [WooCommerce] How can we show the before price on the order email?Hello @hemant-ahir
We could not find that line (sorry if we missed it), but this is what we saw on there;
<?php
/**- Order details table shown in emails.
* - This template can be overridden by copying it to yourtheme/woocommerce/emails/plain/email-order-details.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 https://woocommerce.com/document/template-structure/
- @package WooCommerce\Templates\Emails
- @version 3.7.0
*/
defined( ‘ABSPATH’ ) || exit;
do_action( ‘woocommerce_email_before_order_table’, $order, $sent_to_admin, $plain_text, $email );
/* translators: %1$s: Order ID. %2$s: Order date */
echo wp_kses_post( wc_strtoupper( sprintf( esc_html__( ‘Order #%1$s‘, ‘woocommerce’ ), $order->get_order_number(), wc_format_datetime( $order->get_date_created() ) ) ) ) . “\n”;
echo “\n” . wc_get_email_order_items( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
$order,
array(
‘show_sku’ => $sent_to_admin,
‘show_image’ => false,
‘image_size’ => array( 32, 32 ),
‘plain_text’ => true,
‘sent_to_admin’ => $sent_to_admin,
)
);echo “==========\n\n”;
$item_totals = $order->get_order_item_totals();
if ( $item_totals ) {
foreach ( $item_totals as $total ) {
echo wp_kses_post( $total[‘label’] . “\t ” . $total[‘value’] ) . “\n”;
}
}if ( $order->get_customer_note() ) {
echo esc_html__( ‘Note:’, ‘woocommerce’ ) . “\t ” . wp_kses( wptexturize( $order->get_customer_note() ), array() ) . “\n”;
}if ( $sent_to_admin ) {
/* translators: %s: Order link. */
echo “\n” . sprintf( esc_html__( ‘View order: %s’, ‘woocommerce’ ), esc_url( $order->get_edit_order_url() ) ) . “\n”;
}do_action( ‘woocommerce_email_after_order_table’, $order, $sent_to_admin, $plain_text, $email );
Forum: Plugins
In reply to: [Koko Analytics] Does paid version provide a daily email with the results?Hello @dvankooten
Thanks for your reply. Oh okay, that’s great!
And does this section show unlimited amount of pages? Like if the website is 5,000 pages, will it show every detail or only the top “10” pages as you mentioned above?
And can we extend the time limit for storage past 5 years? Like to store the details “forever”?
Thanks for your help ??
Forum: Plugins
In reply to: [Koko Analytics] Does paid version provide a daily email with the results?Hi @dvankooten
Oh okay understood. Yes, that would be very great if possible since we have lots of pages.
Also, is there a way to see the stats in the dashboard?
Like can we view past days of the stats? And how long is this information stored?
For example, we download the plugin on Jan 1 2024, and in 2028 we want to see the stats from back then, is it possible?
Thanks for your help!
Forum: Plugins
In reply to: [WooCommerce] How can we show the before price on the order email?Hello @ckadenge Thanks we will look it over!
Yes, we are looking to do that. Is there any forum on www.remarpro.com where we can ask or where people provide paid help? We are trying to find people who offer customization services etc. I do see a list you provided so we will go over that.
Hello @hemant-ahir
Thank you so much for the code, we will try this out! Thanks for taking the time and providing this.
Really appreciate your time and help guys ??
Forum: Plugins
In reply to: [Koko Analytics] Does paid version provide a daily email with the results?Hello Danny,
Thanks for your email. Oh that is great, exactly what we are looking for aha.
So it would show the full details no matter how big the website is?
Example, we have 10,000 pages – the report would show the full report and all the pages which showed even the website had that many pages?
Appreciate your help!
Hi Yordan!
They would be saved on the products.
Forum: Plugins
In reply to: [WooCommerce] How to get more details on emails/invoices?Hi there,
So the only thing WooCommerce can show is it the title and price?
Have been searching on how to add other things, but cannot find a solution.
Forum: Plugins
In reply to: [Back In Stock Notifier for WooCommerce] How to add the form on products?Hi there,
Thanks for the reply!
Can we signup for free? and will the conversations between us be “private” etc?
Appreciate your help and looking forward to fix the issue so we can purchase the other add-ons from your company.
Forum: Plugins
In reply to: [WooCommerce] How to get more details on emails/invoices?Hi there, thanks for your reply.
Is there any plugin for this? since we would be adding the additional information and it would vary from product to product – wouldn’t we need to add the information on each product the email templates?
Thanks for your help!
Forum: Plugins
In reply to: [Back In Stock Notifier for WooCommerce] How to add the form on products?Hi thank you for the reply.
Is there any email (business email) we can have for the help in regards to a website not showing the form? We have the plugin added, but the form is not showing for out of stock products.
We don’t want to post the URL/Domain on the forum because it becomes public.
Thanks for your help in advance!
Forum: Plugins
In reply to: [Back In Stock Notifier for WooCommerce] How to add the form on products?Hi There,
Good day and thanks for your reply ??
Oh okay, we will try that (the steps you mentioned)
And does this work for products which are variable products as well?
So basically, if we put the product as “out of stock” the form will automatically appear?
I think before you had a section, where we had to put the product name in some place and then it would appear? Sorry if i am wrong.
- Order details table shown in emails.