• We create invoices using meta from Custom Chekckout Fields + the meta from the Woo product. It used to work fine but now generating an invoice breaks WorPress with an unexpected error. The source of the problem our the custom fields of woo. One description just doesn’t show while two custom dates (generated from different metas) break it. One is:

    return (new CSimpleField(‘product’,’meta’,’vegzes-ev’,null,null))->GetHtml(); + ‘. ‘ + return (new CSimpleField(‘product’,’meta’,’vegzes-honap’,null,null))->GetHtml(); + ‘. ‘ + return (new CSimpleField(‘product’,’meta’,’vegzes-nap’,null,null))->GetHtml(); + ‘. ‘ + return (new CSimpleField(‘product’,’meta’,’vegzes-ido’,null,null))->GetHtml();

    Can you help me why doesn’t this working? Thanks in advance

    The page I need help with: [log in to see the link]

  • You must be logged in to reply to this topic.