baraak
Forum Replies Created
-
Hi Kris,
After much reading, i noticed that i was asking this the wrong way. let me explain better:
it appears that FiboSearch uses AND operator to find search results. thus in our example it looks for yoga+mat+red. and if all 3 words are not available in a single product, it will lead to no results.
What i’m looking for, is to tell the search engine: if you don’t find a match for all 3 words combined, try to look for 2 of them only. and display results for yoga+mat OR yoga+red OR red+mat, OR mat+red.
i’m not looking for specific words. i do have thousands of products, and thus i’m trying to make the search lead to the nearest available results.
Hi Kris,
My question is not about attributes.
If a customer types “yoga mat red”, how is it possible to have FiboSearch ignore the word that led to no results? the expected output i’m looking for is to have Fibosearch display results for “yoga mat” if “yoga mat red” led to no results.
- This reply was modified 6 months, 1 week ago by baraak.
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] error using wplister_revise_inventory_statusHi,
I’m already on 3.2.12
i actually didn’t stumble upon this issue until i updated to 3.2.12.
here’s the code i’m using wp all import:
function custom_import_conditional_update($id) { $import_id = ( isset( $_GET['id'] ) ? $_GET['id'] : ( isset( $_GET['import_id'] ) ? $_GET['import_id'] : 'new' ) ); if ( $import_id == '11' ) { $stock = get_post_meta($id, '_stock', true); $stock_qty=(int)$stock; if($stock_qty<1000) { do_action('wplister_revise_inventory_status',$id); } } } add_action('pmxi_saved_post', 'custom_import_conditional_update', 10, 1);
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] error using wplister_revise_inventory_statusnoone?
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] error using wplister_revise_inventory_statusone more thing, all the listings are locked.
Forum: Plugins
In reply to: [LiteSpeed Cache] getimagesize warningIt looks like this was an issue due to importing the site to a different domain using All-in-One WP Migration plugin. some config seem to have been enabled in the config although i disabled them.
I had to delete the entire plugin, and delete all associated options in the database. looks fine now.
Forum: Plugins
In reply to: [LiteSpeed Cache] getimagesize warningIt’s already disabled along with all other settings in media. I also purged all and emptied entire cache from Toolbox. I restarted OpenliteSpeed. the error is not going away.
I tried deactivating the plugin, and the error stopped showing. i turned it back on, and the errors started showing again. I don’t know what’s causing the plugin to fetch the images.
It would be a huge addition if this works. many people use WP Offload Media to upload images to Amazon S3 bucket. it would be great if this plugin would sit between uploading the media to the sever, and offloading it to S3 as WebP or AVIF.
- This reply was modified 2 years, 6 months ago by baraak.
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Discount based on Price RangeThanks alot for your quick response.
So the Subtotal here applies to the item’s price or Cart Subtotal? i’m looking for the single item price.
Thank you. So “Content” refers to the Product description only and nothing else. right?