tom
Forum Replies Created
-
Forum: Plugins
In reply to: [SearchIQ - The Search Solution] Work like Algolia search ?Thank you for the reply ?? .
In algoia search we can arrange the search result in different portion of the current page. For example taking this page https://wordpress.algolia.com/ it show some plugins randomly , when we start searching then the result is shown in the main content part of the website withe the same box layout with replacing the intial page content . Is to possible to position the search result in desired css and desired position of the website like Algoila ?
or like search user in stackoverfllow https://stackoverflow.com/users ?
Ok . No problem . Thank you Mike for the reply .
Thank you friend ?? . Could you please give a simple example or sample code . ?
Ok. Then is it possible to select automatically the default variation based on in stock item ?
That is no need to set default product variation in back end , when user go to product page then an in stock item automatically select as a default variation using any method like php or javascript etc ?
Forum: Plugins
In reply to: [WooCommerce] Get all variation of a product in woocommerceI will check . Thank you .
Forum: Plugins
In reply to: [WooCommerce] Get all variation of a product in woocommerceThank you Mike .
But this code is not working .
In the product inventory section i tick the box to hide all out of stock product , that’s why in the
get_available_variations
it only showing the instock item .i create template in them folder and i loop through products , but in the loop i need to get all variation details including out of stock also , colud you please consider this ?
How i get all variation details ?
Forum: Plugins
In reply to: [WooCommerce] Get all variation of a product in woocommerceIf anyone know , please help to get all details of variation including instock, outof stock, price etc from product id .
Forum: Plugins
In reply to: [WooCommerce] Create woocommerce order by Uploading Excel fileForum: Plugins
In reply to: [WooCommerce] woocommerce sold individually not working in variation productThank you . As per your comment i made the following code . Please help to complete this
add_filter('woocommerce_add_to_cart', 'woo_for_vaiarion'); function woo_for_vaiarion() { foreach( WC()->cart->get_cart() as $cart_item_key => $values ) { $_product = $values['data']; if( (222 == $_product->id ) ) { no need to do any thing or show you cannot add (what will be the code ? ) } } }
Forum: Plugins
In reply to: [LiteSpeed Cache] Relation Between other Plugin .What happen if we use maxcdn (https://www.maxcdn.com/one/tutorial/setup-wordpress-with-cdn-linker/) and LiteSpeed Cache together ? it will more help to increase our website speed ?
Or no effect ?Forum: Plugins
In reply to: [LiteSpeed Cache] Relation Between other Plugin .Thank you for this information . Currently we enable cdn through WP-ROCKET cache cdn settings . In the plugin setting page there is an option to set cdn part , “Replace site’s hostname with:”
But how can we enable cdn using LiteSpeed Cache ? .
And how i know ” dynamic content is cached in the CDN,”?
Please explain both .
Forum: Plugins
In reply to: [WooCommerce] Get variation name from variation idThank you .
Could you please help for this also
on woocommerce shop page and ONLY on mobile view :
there is a big gap between the add to cart button and the product images ony shop page. Is there anyway just to show the add to cart button full ( without hovering ) and also the gap between the button and the product image is lesser.Please give the sample code also .
Forum: Plugins
In reply to: [WooCommerce] Tabs with product slider woocommerceThey are only sliders . i need some plugin that have tabs and inside product slider
Forum: Plugins
In reply to: [WooCommerce] Restore woocommerce orders.Could you please give one example .
Forum: Plugins
In reply to: [WooCommerce] Restore woocommerce orders.Because some times i need to add order very easily , and very fast, From the friend end , without loading header, footer and other stuffs