tuijatuulia
Forum Replies Created
-
Is the plugin creating some indexes or views on products, based on filters for example (like brand, product category or so on?)
Forum: Plugins
In reply to: [Site Reviews] How to show e.g. 3 reviews next to summary?ok, that sounds cool I will go and test this! There are many great features in your plugin! Maybe I will put some to my site footer too except it would need to change based on user language selection.. I guess you can show just one review with a specific ID code or something?
Forum: Plugins
In reply to: [Site Reviews] How to show e.g. 3 reviews next to summary?Ok, I notice that pinned reviews are shown first. But that was actually not what I was thinking. I am hoping to show e.g. 3 selected (or random) good reviews next to summary = average rating, but this code [site_reviews_summary] seems not to have options for that.
Ideas how could I show them?
Forum: Plugins
In reply to: [Site Reviews] How to show e.g. 3 reviews next to summary?Pinning.. ooh, sounds good, need to try! thanks, I will search the instructions with this word.
Forum: Plugins
In reply to: [Site Reviews] Recaptcha – only invisible would work?Just realized after writing this that I can add several domains to same recaptcha setup on google recaptcha pages. It helped – I’m so happy now!
Forum: Plugins
In reply to: [Site Reviews] Recaptcha – only invisible would work?Good news – it seems to work! I just added a v3 recaptcha for my site in google recaptcha, and then used those keys just for Site Review plugin and kept the v2 for other site configuration as it was.
I run to another problem though, with WPML.
I have different domain for translated language (not subdomain, but also url ending is different), so Site Reviews says to me that keys are not valid, on reCaptcha box when entering the review.. Do you have some tips on how to tackle this one?
Forum: Plugins
In reply to: [Site Reviews] Recaptcha – only invisible would work?Ok, so I could try with 2 recaptcha variations. Let’s give it a go in test environment first..
Forum: Plugins
In reply to: [WooCommerce Accounting Report] Multivendor support? (sales commission VAT)Thank you for the response. I will send this request to email.
Currently there is no solution existing to display this kind of sales commission report (from admin to vendors) and it has been requested many times from Dokan, but they seem to get the VAT incorrectly or provide a report that is lacking all the small details.
There are over 60000 installations of Dokan.Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Can you report sub order id’s?So I added the new column for Store and used meta key dokan_store_name and then added this to Custom PHP setting..
add_filter( 'woe_fetch_order_product', function($row, $order, $item, $product, $item_meta ) { $user_id = $product->post->post_author; if($user_id) { $data = get_user_meta($user_id,"dokan_profile_settings", true); if( $data ) { foreach($row as $k=>$v) { if(preg_match("#^dokan_(.+)$#",$k,$m)) { $d_key = $m[1]; if(preg_match("#^address_(.+)$#",$d_key,$m) ) $d_val = $data['address'][$m[1]]; else $d_val = $data[$d_key]; $row[$k] = $d_val; } // endif dokan key } }//endif $data } return $row; },10,5); add_filter('woe_get_order_product_value_{dokan_store_name}', function ($value, $order, $item, $product,$item_meta) { $value = "text"; return $value; }, 10, 5);
But did not get anything out.. maybe I’m missing something?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Can you report sub order id’s?Thanks, and please a bit more details on where can I find the Fill order columns for -setting? I did not find any settings with “Fill” word in it..
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Can you report sub order id’s?I have to say I was very impressed by the ease of taking the plugin to use – I was able to run reports in a couple of minutes. Is there a trick to get some ID that is in the order, linked to another table, like a lookup or something? I am thinking vendor name or other info.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Can you report sub order id’s?Oh, great, thank you, I will test this!
In my first test I saw shipping cost on every product row – should it be like this? maybe I should remove product info..?Thank you – so it was not personal ??
Thank you for your attention and support.
Thank you – now it seems to work. Very odd – I did not try many times so that it would go locked – it was locked so that I could not even enter the account page to check that my sites info is correct (it was – and again this morning my staging server complained that it does not get the connection to WPML..).
Anyway today I got the connection working and checked my data is correct. I dont know why WPML on server keeps complaining though.Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] sender shown as [sender] in emailforgot to close