befla.net
Forum Replies Created
-
Forum: Plugins
In reply to: [Booster for WooCommerce] Shortcode with different colourHi. I want to use it at the Admin Orders List with a custom column.
Hi @bartj .
Thank you very much for your help. If I create a custom placeholder like
public function value( array $parameters ) { return $this->is_order_provided() ? $this->get_order()->_op_order : ''; }
I will not get the meta_value “note” of the meta_key “_op_order”.
Hi.
Thank you very much for your replay. With {{ order.meta | key: ‘_op_order’ }} I′m just getting the output “Array”.
Hi @bartj
The first note of each order contains the ID of the order which I want to output in emails.
I can see find my ID (from a POS) in the database in the table posts as a post excerpt, in the postmeta as an array (meta_key = _op_order, meta_value = note) and in the table comments. I think the best option will be the postmeta but honestly I don′t know how to write the snippet for an array.- This reply was modified 2 years, 7 months ago by befla.net.
Forum: Plugins
In reply to: [Orders Tracking for WooCommerce] Custom Companies & TrackingmoreHi. Can you give me a snippet to add the custom carriers please?
Forum: Plugins
In reply to: [Pakke Envíos] Cotización manualmente, Margen extra & BugsYa vi que la cotización manual se puede hacer dentro de cada pedido. Pensé habrá un cotizador general. Sería bueno tener un shortcode para usar el cotizador en cualquier página.
Forum: Plugins
In reply to: [Orders Tracking for WooCommerce] Custom Companies & TrackingmoreHi. I saw that you updated the plugin but there′s still missing Estafeta and 99minutos. Can you add it please?
Forum: Plugins
In reply to: [Pakke Envíos] ERROR NO PERMITE LA INSTALACIONHola. Gracias por la respuesta. En el archivo del plugin no existe ninguna carpeta, solamente el pakke.php y el readme. Creo ahí está el problema, que no está completamente cargado el archivo.
Forum: Plugins
In reply to: [Pakke Envíos] ERROR NO PERMITE LA INSTALACIONigual a mi
Hi @bartj Thank you very much for your fast replay.
In the tablewoocommerce_order_itemmeta
I have the meta_key_op_item_data_details
with the meta_values:9:"parent_id";i:3667;s:3:"sku";s:13:"0000000036702";s:3:"qty";i:654;
. I′m trying to get the SKU, so the output should be 0000000036702.
I changed the code topublic function value( array $parameters ) { $order_items = $this->get_order()->get_items(); $items_with_sku = array(); foreach ( $order_items as $item ) { if ( $item instanceof \WC_Order_Item_Product ) { $item_with_sku = $item->get_meta( 'op_item_data_details' ); $items_with_sku[] = $item_with_sku['sku']; } } return implode('<br>', $items_with_sku );
but still I`m getting an empty output.
Hi.
I′m looking for the same but I can′t get it work. Maybe the problem is the id of the automation. It′s the same as the post-id?
Also instead of ‘path/to/the/file/to/attach.zip’ I want to get an individual attachment, for example $get_order_id.pdf.- This reply was modified 3 years, 6 months ago by befla.net.
Forum: Plugins
In reply to: [OpenPos - A Point Of Sales For Woocommerce] Custom Order NumberOk, so I′m going to order the PAID version. Just to be clear: During the process of the order I can add an own custom order number. I will use the plugin to register the order from Walmart Marketplace and need the order number from Walmart as an order number in Woocommerce.
This problem could be solved? I have the same problem.
- This reply was modified 4 years, 5 months ago by befla.net.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Doesn′t works with Cache EnablerThe problem isn′t fixed because the solution can′t be to purge the cache every day to make amp works.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Doesn′t works with Cache EnablerHi, thanks for your reply. After purging the cache the page redirects to amp.
The mobile redirection is enabled.