Box and Paper srl
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Woo Search] Missing products on live searchHi Michael,
any update on this topic?
just to know if you are working on it and/or verify there is on your side.
Thanks,
Lorenzo Vangi
Thanks,
Can I have this feature on premium version? Let me know, I would think about it ??
Thanks
Hi support,
It seems that this field is visible on instagram catalog, so would like to have some characteristics not provided by Facebook for watches, such as kit:box and paper and year of production.
Is there any way to “compose” multiple field values (maybe using some rules)? Or maybe if I have the above info on fb catalog I can create a new field appending multiple strings?
Thanks a lot
Forum: Plugins
In reply to: [Advanced Woo Search] Missing products on live searchHi @mihail-barinov ,
already tried by disabling Cache results option. It’s not working only for the products highlighted above (and only if you search the entire number, so working if you search 1661, plugin gives us the list that includes 16610).
We use some plugin for restrictions but it is not applied to Watches category at all (also because for all other products of the same category, we are able to search and see). In particular, we use AAM for making hidden “Font Seriali” and “Font Garanzie” categories and “Product Visibility by User Role for WooCommerce” plugin to removing products related to the 2 categories above.
Already tried to disable the plugins above, same result. Also tried to duplicate the product, same result.
I think this is an issue from your side for same specific sequence of numbers…
Try on your own and let me know: https://boxandpaper.com/it/archivio/
Thanks a lot
Forum: Plugins
In reply to: [Advanced Woo Search] Missing products on live searchIf you need some other information (DB results, cache update etc) please let me know. I can provide also screenshots.
thanks a lot
Forum: Plugins
In reply to: [Advanced Woo Search] Missing items is search resultsHi,
any update on this?
I have the same issues and I did a deeper analysis before writing you.
Max products are correct wrt the total published product.
Some products are missing from the search if the user is not logged in. You can also dbl check on your own using the following link: https://boxandpaper.com/it/archivio/
Following products are missing by typing the number:
Submariner Date 16610
Submariner Date 16610 LV
Submariner 5513
Oyster Perpetual 3130
Explorer II 1655
Gmt-Master 16750
Daytona 16523
Daytona 16528
Daytona 116523
Datejust 1625
Air King 14000I also checked the attributes and meta posts on DB, all seems fine to me.
You can compare with 116610 for example.`- This reply was modified 3 years ago by Box and Paper srl.
Forum: Plugins
In reply to: [Advanced Woo Search] not searching product numbersHi,
same issue here. Sometimes numbers are not found on the live search result (no issue when the result is shown from research page).
Any news?
Forum: Plugins
In reply to: [Advanced Woo Search] Product Visibility by User Roles@ILLID
Any update on this? Same issue here.
Hi,
Any update on this?
Please, it is important for us to guarantee an high-level of scalability for our customers…
Thanks a lot.
Hi,
thanks a lot for the reply.
Could you please help me to find the right code? I tried that one but it’s not working. I think this method is called for each product of the bulk edit. So, in case the product is archived during the bulk edit, I’d like to limit the visibility to hidden.
add_action( 'wcfm_product_bulk_edit_save', function ( $product, $wcfm_bulk_edit_form_data) { if ( ! empty( $wcfm_bulk_edit_form_data['_product_status'] ) && $wcfm_bulk_edit_form_data['_product_status'] == 'archived' ) { $product->set_catalog_visibility( 'hidden' ); $product->save(); } });
Moreover, I’d like to understand if the same method is called when a store is archived (and it sets all his products to archived as well).
Thanks a lot!