Title: blacksnowdev's Replies | WordPress.org

---

# blacksnowdev

  [  ](https://wordpress.org/support/users/blacksnowdev/)

 *   [Profile](https://wordpress.org/support/users/blacksnowdev/)
 *   [Topics Started](https://wordpress.org/support/users/blacksnowdev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/blacksnowdev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/blacksnowdev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/blacksnowdev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/blacksnowdev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/blacksnowdev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/blacksnowdev/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/blacksnowdev/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WowStore – Store Builder & Product Blocks for WooCommerce] Product slider Add to cart](https://wordpress.org/support/topic/product-slider-add-to-cart/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/product-slider-add-to-cart/#post-18350251)
 * Hi,
 * Thank you for your quick response.
 * I have the website on a local environment.
 * The gist is this, After clicking the add to cart button
 * [https://ibb.co/hR4J7f5c](https://ibb.co/hR4J7f5c)
 * Mini shopping cart update not performed
 * [https://ibb.co/FqNQ9FDw](https://ibb.co/FqNQ9FDw)
 * After I refresh the page, the product appears in the mini cart
 * Thanks for your support 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Falang multilanguage for WordPress] Shop manager cannot translate pages, products, etc.](https://wordpress.org/support/topic/shop-manager-cannot-translate-pages-products-etc/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/shop-manager-cannot-translate-pages-products-etc/#post-18263184)
 * Is it possible to change the rule somewhere in the code? Or where? I really need
   the shop manager to be able to translate.
 * Thanks for your support
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Falang multilanguage for WordPress] Shop manager cannot translate pages, products, etc.](https://wordpress.org/support/topic/shop-manager-cannot-translate-pages-products-etc/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/shop-manager-cannot-translate-pages-products-etc/#post-18263083)
 * Yes, we know how to translate everything, but we can’t get to the translation
   page. The user will receive:
 * **Sorry, you are not allowed to access this page**
 * As an admin I can access everything. A user with shop manager rights cannot.
 * I disabled all plugins and put the default themes without any changes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Falang multilanguage for WordPress] Shop manager cannot translate pages, products, etc.](https://wordpress.org/support/topic/shop-manager-cannot-translate-pages-products-etc/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/shop-manager-cannot-translate-pages-products-etc/#post-18262945)
 * Hi,
 * I am sorry . This is a woocommerce shop manager. A user with this authorization
   always gets a warning that he does not have sufficient rights to translate.
 * Thanks you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Falang multilanguage for WordPress] Woo Variable product name in administration](https://wordpress.org/support/topic/woo-variable-product-name-in-administration/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/woo-variable-product-name-in-administration/#post-17928123)
 * Hi,
 * It seemed like the best solution, but I went through other stores today. And 
   I opted for a solution without including the property in the product name.
 * In the story, the entry will look like this: [https://ibb.co/3SYNb9g](https://ibb.co/3SYNb9g)
 * My last question on this topic, how is the email support in Falang PRO? Are the
   product name and product features translated for the language of the customer’s
   order in the individual emails for the customer? [https://ibb.co/TRDdGgt](https://ibb.co/TRDdGgt)
 * If everything is translated into the customer’s language, I will gladly buy the
   plugin 🙂
 * BR
 * Dušan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Falang multilanguage for WordPress] Woo Variable product name in administration](https://wordpress.org/support/topic/woo-variable-product-name-in-administration/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/woo-variable-product-name-in-administration/#post-17925700)
 * Hi,
 * I looked at how the product is stored in the DB.
    - wp_woocommerce_order_itemmeta
    - [https://ibb.co/hyP42tf](https://ibb.co/hyP42tf)
    - wp_woocommerce_order_items
    - [https://ibb.co/nc9JZ8p](https://ibb.co/nc9JZ8p)
 * The product is already saved, I looked at the WPML plugin (I want to leave!!)
   and it saves data according to the language that is on the frontend. I wrote 
   a smaller function that saves the product according to the language on the frontend,
   I don’t know if it’s a perfect solution, but it works.
 *     ```wp-block-code
       add_action('woocommerce_new_order_item', array($this, 'woocommerce_new_order_lang'), 10, 3);	public function woocommerce_new_order_lang($item_id, $item, $order_id) {  if (!Falang()->is_default()) {            $falang_post = new \Falang\Core\Post($item['product_id']);            $post = get_post($item['product_id']);            $item_name = $item->get_name();            $translate = $falang_post->translate_post_field($post, 'post_title', Falang()- >get_current_language(), $post->post_title);            $new_name  = str_replace($post->post_title, $translate, $item_name);			$item->set_name($new_name);			$item->save();    }}
       ```
   
 * I’m really trying to find an alternative to WPML that’s why I have so many questions.
 * BR
 * Dušan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Falang multilanguage for WordPress] Woo Variable product name in administration](https://wordpress.org/support/topic/woo-variable-product-name-in-administration/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/woo-variable-product-name-in-administration/#post-17920511)
 * How do you think it should be right? Personally, I think it should be in the 
   language chosen by the customer?
 * Do you think it would be possible to “fix” this?
 * BR
 * Dušan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Falang multilanguage for WordPress] Woo Variable product name in administration](https://wordpress.org/support/topic/woo-variable-product-name-in-administration/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/woo-variable-product-name-in-administration/#post-17917978)
 * Thank you for your response. I will just add from the clippings that I placed
   with the administration and where there are two different languages.
 * Is this fixed in the pro version?
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Falang multilanguage for WordPress] Import products, variant, etc.. second lang?](https://wordpress.org/support/topic/import-products-variant-etc-second-lang/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/import-products-variant-etc-second-lang/#post-17917816)
 * Ok, I’ll try to write it down and then I’ll send you everything. Can I be contacted?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Falang multilanguage for WordPress] Import products, variant, etc.. second lang?](https://wordpress.org/support/topic/import-products-variant-etc-second-lang/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/import-products-variant-etc-second-lang/#post-17913538)
 * Thank you, I have already found everything and am able to import via WP All Import.
 * BR
 * Dušan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Falang multilanguage for WordPress] Woo not working variants – second language](https://wordpress.org/support/topic/woo-not-working-variants-second-language/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/woo-not-working-variants-second-language/#post-17913321)
 * Thanks a lot everything works.
   It would certainly be very nice to have this feature
   disabled.
 * BR
 * Dušan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Falang multilanguage for WordPress] Import products, variant, etc.. second lang?](https://wordpress.org/support/topic/import-products-variant-etc-second-lang/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/import-products-variant-etc-second-lang/#post-17912103)
 * Thank you for your quick response, so everything is connected to the meta, just
   how to ensure between each language?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce Analytics Filter by Attributes LIMIT?](https://wordpress.org/support/topic/woocommerce-analytics-filter-by-attributes-limit/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/woocommerce-analytics-filter-by-attributes-limit/#post-16983178)
 * Hello,
 * yes, they are records label name, we have 697 on the e-shop, it is impossible
   to take a picture of everything. Only the first 150 records in alphabetical order
   will be displayed in the filter.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce Analytics Filter by Attributes LIMIT?](https://wordpress.org/support/topic/woocommerce-analytics-filter-by-attributes-limit/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/woocommerce-analytics-filter-by-attributes-limit/#post-16968993)
 * Hi,
 * Thank you for your response, I have re-uploaded the image.
 * [https://imgtr.ee/image/nmkIu](https://imgtr.ee/image/nmkIu)
 * Our properties are from 0 – B, another and the search will only find the property
   from 0 – B So the limit is 150.
 * Thank you for your help 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Color palettes filter not working](https://wordpress.org/support/topic/color-palettes-filter-not-working/)
 *  Thread Starter [blacksnowdev](https://wordpress.org/support/users/blacksnowdev/)
 * (@blacksnowdev)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/color-palettes-filter-not-working/#post-15357674)
 * Hello Shahin,
 * her is the settings child theme and palettes color.
    `https://postimg.cc/gallery/
   jD2F1Gk`
 * Thanks you very much for support

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/blacksnowdev/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/blacksnowdev/replies/page/2/?output_format=md)