MIRCEA NETOIU
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Google Merchant Sub Account DeletionMultumesc.
Forum: Plugins
In reply to: [WooCommerce] Packing List – Woocommerce Product prices$zwk_order= wc_get_order($order->ID);
foreach ($zwk_order->get_items() as $item_id => $item_data) {
## Option: Including or excluding Taxes
$inc_tax = true;## Option: Round at item level (or not)
$round = false; // Not rounded at item level (“true” for rounding at item level)
$total=$zwk_order->get_line_subtotal( $item, $inc_tax, $round ); // Get line subtotal – not discounted.
}Forum: Plugins
In reply to: [WooCommerce] “You have no payments” not translatedOK.
Forum: Plugins
In reply to: [WooCommerce] missing woocommerce donwloads report dataMultumesc si eu.
function wpb_woo_my_account_order()
{ $myorder = array(
‘dashboard’ => __( ‘Accountoverzicht’, ‘woocommerce’
), ‘orders’ => __( ‘Bestellingen’, ‘woocommerce’ ),
‘facturen’ => __( ‘Facturen’, ‘woocommerce’ ),
‘verlanglijst’ => __( ‘Favorieten’, ‘woocommerce’ ),
‘edit-account’ => __( ‘Gegevens’, ‘woocommerce’ ),
‘edit-address’
=> __( ‘Adres’, ‘woocommerce’ ), ‘customer-logout’ => __( ‘Uitloggen’, ‘woocommerce’ ),);
Forum: Plugins
In reply to: [WooCommerce] Quick Edit not working properlyfunction wpb_woo_my_account_order()
{ $myorder = array(
‘dashboard’ => __( ‘Accountoverzicht’, ‘woocommerce’
), ‘orders’ => __( ‘Bestellingen’, ‘woocommerce’ ),
‘facturen’ => __( ‘Facturen’, ‘woocommerce’ ),
‘verlanglijst’ => __( ‘Favorieten’, ‘woocommerce’ ),
‘edit-account’ => __( ‘Gegevens’, ‘woocommerce’ ),
‘edit-address’
=> __( ‘Adres’, ‘woocommerce’ ), ‘customer-logout’ => __( ‘Uitloggen’, ‘woocommerce’ ),);
function wpb_woo_my_account_order()
{ $myorder = array(
‘dashboard’ => __( ‘Accountoverzicht’, ‘woocommerce’
), ‘orders’ => __( ‘Bestellingen’, ‘woocommerce’ ),
‘facturen’ => __( ‘Facturen’, ‘woocommerce’ ),
‘verlanglijst’ => __( ‘Favorieten’, ‘woocommerce’ ),
‘edit-account’ => __( ‘Gegevens’, ‘woocommerce’ ),
‘edit-address’
=> __( ‘Adres’, ‘woocommerce’ ), ‘customer-logout’ => __( ‘Uitloggen’, ‘woocommerce’ ),);
), ‘customer-logout’ => __( ‘Uitloggen’, ‘woocommerce’ ), );
returnarea $myorder;
}
add_filter (“woocommerce_account_menu_item”, “wpb_woo_my_account_order”);
my_custom_endpoints() {
add_rewrite_endpoint( ‘facturen’,
EP_ROOT | EP_PAGES );array( ‘dashboard’ => __( ‘Accountoverzicht’, ‘woocommerce’ ), ‘orders’ => __(
‘Bestellingen’, ‘woocommerce’ ), ‘facturen’ => __(
‘Facturen’, ‘woocommerce’ ), ‘verlanglijst’ =>
__( ‘Favorieten’, ‘woocommerce’ ), ‘edit-account’
=> __( ‘Gegevens’, ‘woocommerce’ ),
‘edit-address’ => __( ‘Adres’, ‘woocommerce’ok.
ok.
Ok.
OK.
Telefon +40724973744