Domenik
Forum Replies Created
-
@abdalsalaam the log files shows ” GET Response Code: 200 “
But no label was created.ive send the console js logs
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] ITEM_TOTAL_MISMATCHOkay done 🙂
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] ITEM_TOTAL_MISMATCHhey,
we have a plugin that counts the items and accordingly adds a discount based on the amount of items and item count
The problem does not occur with every order, but also when this plugin does not intervene. Even if the plugin is deactivated and only the PayPal plugin is activated, the errors come
[error] => Array ( [name] => UNPROCESSABLE_ENTITY [details] => Array ( [0] => Array ( [field] => /purchase_units/@reference_id=='default'/amount/breakdown/item_total/value [value] => 14.28 [issue] => ITEM_TOTAL_MISMATCH [description] => Should equal sum of (unit_amount * quantity) across all items for a given purchase_unit ) ) [message] => The requested action could not be performed, semantically incorrect, or failed business validation. [debug_id] => 5f9c335f4c479 [links] => Array ( [0] => Array ( [href] => https://developer.paypal.com/docs/api/orders/v2/#error-ITEM_TOTAL_MISMATCH [rel] => information_link [method] => GET ) ) )Forum: Plugins
In reply to: [Cron Setup and Monitor - Get URL Cron] Crons are not run regularlyNo, the crons will then no longer be executed
We have the same problem:
Column not found: 1054 Unknown column 't0.email_count' in 'field list' in /home/weirhau/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:59Resetting the plugin didn’t change anything
yes the error is correct, but woocommerce creates an order itself with the error. all other plugins have been disabled and it stays with the error so it comes from stripe.
Forum: Reviews
In reply to: [Wallet for WooCommerce] Not working properlyI was able to solve the problem with a self-written plugin.
I was able to solve the problem with a self-written plugin.
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Split the PDFI was able to solve the problem with a self-written plugin.
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Split the PDFWhere can I find the creation of the PDF in the plugin? There you should be able to specify what should be generated
Yes i have entered “1A” in the Settings DHL Shipper Address and the retourn adress.
In the normal DHL Label is “1A” and in the retoure only “1”
no in germany we have often letters in the adresses and housenumbers
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Split the PDF$attachments = $upload_dir['basedir'] . '/woocommerce_dhl_label/dhl-label-'.$order_id.'.pdf'; wp_mail( $to, $subject, $message, $headers, $attachments );that works great so far. However, I only need the second page of the pdf with the returned content
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Split the PDFthe plugin creates a pdf with both labels as content. I would like to see the pdf created by the dhl plugin in two pdfs so that I can only send the return label
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Split the PDFyes, i automatically send the customer the pdf with the labels. However, I only need the second page of the PDF for the return label