alicjachojecka
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] No longer listed in theme search results?I am curious as well.
Forum: Plugins
In reply to: [WooCommerce] edit-address not visible in My account menuI do not know why this is happening, but I manage to “fix” it.
/** * name for edit address */ add_filter ( 'woocommerce_account_menu_items', 'rename_editaddress' ); function rename_editaddress( $menu_links ){ $menu_links['edit-address'] = 'Edit Address'; return $menu_links; }
https://legalenglishboost.com/wp-content/uploads/2021/08/billing-address-03.jpg
Forum: Plugins
In reply to: [WooCommerce] edit-address not visible in My account menuI have a test site, the same thing is happening with two themes.
https://legalenglishboost.com/wp-content/uploads/2021/08/billing-address-02.jpg- This reply was modified 3 years, 3 months ago by alicjachojecka.
I have the same problem
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Invoice Number formatAs of now, I do not need to reset invoice numbers with every month. Thank you for your help. ??
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Invoice Number format1) oh, I really did no see the placeholders there, prefix and sufix works great.
2) now it works great, /[invoice_month]/[invoice_year], I have a new (not open yet) shop with one purchase, so I can play with invoice numbers.
3) I think I did;t have standard rate tax edited in WC. Now, when I generate new invoice, I still cant see the tax next to the price, but I when I bought this product (that I have this invoice for) I didn’t have standart tax in WC. Next invoice will be probably good.
4) 00001/[invoice_month]/[invoice_year] works great.
5) My client issues invoices outside the shop also, and she needs to sometimes write an invoice for the “previuos month”. I would greatly appreciate script that resets invoice numbers with every month.thank you
- This reply was modified 5 years, 2 months ago by alicjachojecka.
- This reply was modified 5 years, 2 months ago by alicjachojecka.