Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)
  • How did you get support to respond to your topic? I have been waiting for months and got nothing.

    Supercaching serves out complete pages that the PHP engine does not need to process again.

    This plugin is not as good as it once was.

    There is an option for “Don’t cache pages for known users. (Recommended)” in the Advanced tab. Use this. Deleting the cache during development is also a good idea.

    Obviously there is not much support for this plugin.

    Does not show on checkout form. Had to disable registration via checkout.

    Thread Starter btgjp

    (@btgjp)

    This is a serious problem. I have had 5 stalls in the past 2 hours.

    What does this mean? Why is it broken?

    Over a week with no repsonse?

    Thread Starter btgjp

    (@btgjp)

    Well that does not make me feel better.

    I tested using the PHP mail option and get the same results. Looks like an issue with WooCommerce. Too bad their support is so slow.

    If you come up with any ideas let me know.

    The email subjects show up correctly. Just the HTML content is bad.

    Thread Starter btgjp

    (@btgjp)

    I have the email source, but not sure what part you want as the header.

    Received: (qmail 27626 invoked by uid 30297); 31 May 2015 00:10:06 -0000
    Received: from unknown (HELO p3plibsmtp03-10.prod.phx3.secureserver.net) ([68.178.213.118])
    (envelope-sender <[email protected]>)
    by p3plsmtp13-02.prod.phx3.secureserver.net (qmail-1.03) with SMTP
    for <[email protected]>; 31 May 2015 00:10:06 -0000
    Received: from p3plsmtpa06-09.prod.phx3.secureserver.net ([173.201.192.110])
    by p3plibsmtp03-10.prod.phx3.secureserver.net with bizsmtp
    id aQ9b1q00F2PNSl101QA6L2; Sat, 30 May 2015 17:10:06 -0700
    Received: from jp.site.com ([104.238.73.90])
    by p3plsmtpa06-09.prod.phx3.secureserver.net with
    id aQA61q0021wswGg01QA6hg; Sat, 30 May 2015 17:10:06 -0700
    Date: Sun, 31 May 2015 00:10:04 +0000
    Return-Path: <[email protected]>
    To: [email protected]
    From: =?UTF-8?B?44OL44OK44OV44Kh44O844OV44Kh44O844CA44O044Kj44Oz44OG44O844K4?=
    =?UTF-8?B?44OW44OG44Kj44OD44Kv?= <[email protected]>
    Subject: =?UTF-8?B?44OL44OK44OV44Kh44O844OV44Kh44O844CA44O044Kj44Oz44OG44O844K4?=
    =?UTF-8?B?44OW44OG44Kj44OD44KvIDIwMTXlubQwNeaciDMx5pelIA==?=
    =?UTF-8?B?5rOo5paH44KS5Y+X44GR5LuY44GR44GE44Gf44GX44G+44GX44Gf?=
    Message-ID: <[email protected]>
    X-Priority: 3
    X-Mailer: PHPMailer 5.2.7 (https://github.com/PHPMailer/PHPMailer/)
    MIME-Version: 1.0
    Content-Type: text/html; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    X-Nonspam: None

    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv=”Content-Type” content=”text/html;
    charset=UTF-8″>
    <title>????????????????????</title>
    </head>
    <body leftmargin=”0″ marginwidth=”0″ topmargin=”0″ marginheight=”0″ offset=”0″>
    <div id=”wrapper” style=”background-color: #f5f5f5; margin: 0; padding: 70px 0 70px 0; -webkit-text-size-adjust: none !important; width: 100%;”>
    <table border=”0″ cellpadding=”0″ cellspacing=”0″ height=”100%” width=”100%”><tr>
    <td align=”center” valign=”top”>
    <div id=”template_header_image”>
    </div>
    <table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”600″ id=”template_container” style=”box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important; background-color: #fdfdfd; border: 1px solid #dcdcdc; border-radius: 3px !important;”>
    <tr>
    <td align=”center” valign=”top”>
    <!– Header –>
    <table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”600″ id=”template_header” style=’background-color: #557da1; border-radius: 3px 3px 0 0 !important; color: #ffffff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: “Helvetica Neue”, Helvetica, Roboto, Arial, sans-serif;’><tr>
    <td>

    <h1 style=’color: #ffffff; display: block; font-family: “Helvetica Neue”, Helvetica, Roboto, Arial, sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; padding: 36px 48px; text-align: left; text-shadow: 0 1px 0 #7797b4; -webkit-font-smoothing: antialiased;’>?????????????</h1>
    </td>
    </tr></table>
    <!– End Header –>

    Forum: Hacks
    In reply to: GUID column issues.
    Thread Starter btgjp

    (@btgjp)

    It would be nice if WordPress would just support a post UUID field out of the box. How hard would that really be? From what I can see people have been asking for it for a while.

    It is very safe. The only thing anyone can do with your bank account information is send you money. I use it all the time.

    Thread Starter btgjp

    (@btgjp)

    "enable_html_description": true,
    "enable_html_short_description": true

    These values were added to the API docs.

    Thread Starter btgjp

    (@btgjp)

    I have tried a bunch of things to get this working.

    text1\ntext2

    text1\\ntext2

    text1\r\ntext2

    None of these work.

    When I GET the JSON reply from the API after creating a product manually in WordPress with multiple lines it shows

    <p>text1<\/p>\n<p>text2<\/p>

    I cannot seem to reproduce this when creating a post with the API.
    When trying to replicate this exactly I end up with

    <p>text1 text2<\/p>\n

    Which is not the desired result at all. I am only getting single line entries.

    https://stackoverflow.com/questions/29914632/json-multi-line-with-woocommerce-api

    Forum: Plugins
    In reply to: [WooCommerce] Search by SKU
    Thread Starter btgjp

    (@btgjp)

    But I was serious.

    Why woo does not have native search by SKU is confusing. I had to resort to a similar solution which is not the best idea. Faster result can show from only searching a couple of fields.

    You can create a custom post type and work the inventory into WC. It will be a little work, but doable. Using something like Advanced Custom Fields you can create all the things you need. You would need to create everything including a way to display and report the purchases. I do not know of any plugin that does this. You may look at WPUF Pro for creating and interface to this data quick and easy or use gravity forms.

    https://www.stitchlabs.com has a paid service.

    I would not use WooCommerce for your accounting. I use FileMaker and some people use Quickbooks. WC is designed for selling only and not intended as a full featured business accounting solution, but you can build it that way.

Viewing 15 replies - 1 through 15 (of 26 total)