Forumsvar skapade

Visar 16 svar - 16 till 21 (av 21 totalt)
  • Trådstartare smallbrands

    (@smallbrands)

    PS I don’t know if it is related, but I checked when the word ”Test” started to appear in the e-mails and it was the 31st of Jan. The same day I received an e-mail from WordPress about an update to version 3.3.0. Can it be related..?

    Plugins:
    – WooCommerce was updated to version 3.3.0

    Trådstartare smallbrands

    (@smallbrands)

    Hi again,

    No, none of the templates for e-mails contain the word ”Test”…that is the mystery for me. How can I remove it when I can not see it in the templates..? Here is the template for ”Order on hold”:

    <?php
    /**
    * Customer on-hold order email
    *
    * This template can be overridden by copying it to yourtheme/woocommerce/emails/customer-on-hold-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 https://docs.woocommerce.com/document/template-structure/
    * @author WooThemes
    * @package WooCommerce/Templates/Emails
    * @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 _e( ”Thank you for your order. If you are a new customer a Proforma invoice will be e-mailed to you shortly, if you are an existing customer och a Dropship customer an invoice will be e-mailed to you when the order has left our Warehouse. Your order details are shown below for your reference:”, ’woocommerce’ ); ?></p>

    <?php

    /**
    * @hooked WC_Emails::order_details() Shows the order details table.
    * @hooked WC_Structured_Data::generate_order_data() Generates structured data.
    * @hooked WC_Structured_Data::output_structured_data() Outputs structured data.
    * @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 );

    Trådstartare smallbrands

    (@smallbrands)

    Thanks @fernashes for the reply. I tried to install Health check and disabled all plugins except for WooCommerce, but unfortunately the text ”Test” still shows on the Order mail, the mail I receive with every new order and the mail sent out to the customer when the Order is processed. Do you have any more ideas what I can do to remove it…?

    Ulrika

    Forum: E-handel
    Som svar på: Sökfunktionen
    Trådstartare smallbrands

    (@smallbrands)

    Hej,
    Tack för svar! Jag gjorde som hon föreslog och avinstallerade alla plugins förutom Woo commerce och sedan aktiverade jag dem en och en. Tillägget som orsakade att sökfunktionen slogs ut var ”WooCommerce Product Sort and Display LITE, Version: 1.8.2, Author: a3rev Software”.

    Det är synd att man inte kan använda tillägget eftersom det är mycket bra när man vill sortera hur produkter ska visas i webbutiken, dvs i vilken ordning. Men jag får försöka hitta ett annat tillägg som kanske fungerar bättre eller kontakta dem som skapat tilägget och se om det går att åtgärda. Tills dess så avstår jag från att använda det.

    • Det här svaret redigerades för 6 år, 4 månader sedan av smallbrands.
    Trådstartare smallbrands

    (@smallbrands)

    Hej, Tack för svar. Jag läste på om Premiumtillägget och köpte det. I och med detta kan man anpassa vilka ÅF-produkter som olika användare ser och vilka priser de ser när de är inloggade.

    Trådstartare smallbrands

    (@smallbrands)

    Hej,
    Tack för svar, jag lyckades på något sätt gå in på Inställningar-Permalänkar och spara om inställningarna för permalänkar och då fungerade det.

Visar 16 svar - 16 till 21 (av 21 totalt)