bitru
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Problem with language settingsAll use of счет-фактура and накладная is wrong.
I will recheck the Restar today.
BITRU in slackForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Problem with language settingsI don’t think that concept is so different. Plugin not tax law related. I think translator made a mistake.
Накладная – transtortation document to a product deliverying to a buyer (from dictionary). But in plugin it is used like translation for invoice. while it is baisc «счет» invoice to a buyer.
Счет-Фактура – document writen buy a seller, in special gov regulated form, after product transfered to a buyer, used to get a tax refund. used as shipping-slip. I agree that it can be “Упаковочный лист».
Also what about main wordpress and admin user languages used in plugin???
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Problem with language settingsJust cheked russina translation file. It is WRONG who translated it switched invoice and package slip word everywhere.
How can I help with translation?Forum: Plugins
In reply to: [WooCommerce] Shortcode [products] show categorysThis is woocommerce issue. Tested that fixed in 3.4.0-dev. So now need to wait for woocommerce production update.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 3.3 Shop Display Options MissingI have problem with this option.
If you want to have list of categorys AND featured items under that list on shop page.
You have list of categorys by default if you choose to show categorys.Then I use shortcode [products limit=’4′ columns=’2′] in function.php
function featured_items() { if (is_shop()) { echo "woocommerce module ===========>"; echo do_shortcode("[products limit='4' columns='2']"); }} add_action( 'woocommerce_after_shop_loop', 'featured_items', 10);But this short code on shop page show content depending of
Customizing ▸ WooCommerce Product Catalog ▸ Shop page display >
show products categorys will make it show categorys while products must be called.
Also no reaction on columns=’2′