blacksnowdev
Forum Replies Created
-
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
Mini shopping cart update not performed
After I refresh the page, the product appears in the mini cart
Thanks for your support ??
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
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.
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
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
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
If everything is translated into the customer’s language, I will gladly buy the plugin ??
BR
Du?an
Hi,
I looked at how the product is stored in the DB.
- wp_woocommerce_order_itemmeta
- https://ibb.co/hyP42tf
- wp_woocommerce_order_items
- 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.
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
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
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
Ok, I’ll try to write it down and then I’ll send you everything. Can I be contacted?
Thank you, I have already found everything and am able to import via WP All Import.
BR
Du?an
Thanks a lot everything works.
It would certainly be very nice to have this feature disabled.BR
Du?an
Thank you for your quick response, so everything is connected to the meta, just how to ensure between each language?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Analytics Filter by Attributes LIMIT?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
In reply to: [WooCommerce] Woocommerce Analytics Filter by Attributes LIMIT?Hi,
Thank you for your response, I have re-uploaded the image.
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
In reply to: [OceanWP] Color palettes filter not workingHello Shahin,
her is the settings child theme and palettes color.
https://postimg.cc/gallery/jD2F1Gk
Thanks you very much for support