Title: rapidcoder's Replies | WordPress.org

---

# rapidcoder

  [  ](https://wordpress.org/support/users/rapidcoder/)

 *   [Profile](https://wordpress.org/support/users/rapidcoder/)
 *   [Topics Started](https://wordpress.org/support/users/rapidcoder/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rapidcoder/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rapidcoder/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rapidcoder/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rapidcoder/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rapidcoder/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iFlyChat - WordPress Chat] Send automated message and email notification](https://wordpress.org/support/topic/send-automated-message/)
 *  Thread Starter [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/send-automated-message/#post-13738351)
 * I tried using the REST API to send automated messages, but the request returns
   false with the code 403. I’ve been trying to ask them about the API since a few
   days ago and the support hasn’t even bother responding.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Replacing add to cart button with notes for out of stock products](https://wordpress.org/support/topic/replacing-add-to-cart-button-with-notes-for-out-of-stock-products/)
 *  Thread Starter [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/replacing-add-to-cart-button-with-notes-for-out-of-stock-products/#post-13734175)
 * Hello, and thank you for the quick response. I did figure out a workaround for
   it, using the `woocommerce_single_product_summary` hook. I needed to increase
   the priority number in order to get it to work, but it’s definitely better than
   nothing.
 * For those who are interested, here’s the code I use:
 *     ```
       add_action( 'woocommerce_single_product_summary', 'render_test_button', 25 );
       function render_test_button() {
          // enter your text here
       }
       ```
   
 * Marking this as resolved for now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drift] Using Drift with multivendor plugins like Dokan](https://wordpress.org/support/topic/using-drift-with-multivendor-plugins-like-dokan/)
 *  Thread Starter [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/using-drift-with-multivendor-plugins-like-dokan/#post-13715805)
 * I’ve managed to get in touch with the support yesterday and unfortunately this
   isn’t possible. I’m marking this question as resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Filter products in store page by tag](https://wordpress.org/support/topic/filter-products-in-store-page-by-tag/)
 *  Thread Starter [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/filter-products-in-store-page-by-tag/#post-13715784)
 * Alright, no problem. But yes, this should be added as a feature in future releases
   along with other taxonomy filters. People might need to filter a vendor’s products
   by other things like attributes, tags, etc. if the vendor has a lot of items 
   for sale.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Upload product image without media gallery](https://wordpress.org/support/topic/upload-product-image-without-media-gallery/)
 *  Thread Starter [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/upload-product-image-without-media-gallery/#post-13715779)
 * The tab isn’t visible anymore, yes, but in my case I can still click it. Users
   won’t know that there’s a button there when invisible, so this could be the best
   solution so far. The problem would be how the media popup somehow opens up in
   the last opened tab, which would be the gallery/library after uploading last.
   The steps for this would be: add product, upload a new image, save, add another
   product immediately, and upload another image. On my side, this causes the popup
   to open in the gallery/library tab.
 * But if there aren’t anything else to be done, I guess I’ll just leave it at this
   point. I don’t have any media-related plugins installed, so that’s definitely
   not the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Upload product image without media gallery](https://wordpress.org/support/topic/upload-product-image-without-media-gallery/)
 *  Thread Starter [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/upload-product-image-without-media-gallery/#post-13705667)
 * It’s still not working. The upload image button still directs to the gallery/
   library tab when open and I need to force the direct to the upload tab instead
   of the last opened tab. Also, I’ve already tried the code before and all it did
   was remove the string label of the tab.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Filter products in store page by tag](https://wordpress.org/support/topic/filter-products-in-store-page-by-tag/)
 *  Thread Starter [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/filter-products-in-store-page-by-tag/#post-13705546)
 * Thank you for the response. If I go for the customization path, how much do I
   need to change/add? If it’s not too much, would you mind helping me?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Filter products by custom number field](https://wordpress.org/support/topic/filter-products-by-custom-number-field/)
 *  Thread Starter [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/filter-products-by-custom-number-field/#post-13701408)
 * I’m also using Dokan for the multivendor functions. Are those plugins compatible
   with Dokan?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter Professional for WooCommerce] Woof and Dokan vendor shop page](https://wordpress.org/support/topic/woof-and-dokan-vendor-shop-page/)
 *  [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/woof-and-dokan-vendor-shop-page/#post-13701377)
 * The code works, but not as it’s supposed to be. The numbers on the filter are
   still showing all products and the filter results in moving the user to a different
   page that’s similar to a catalog page without the sidebar.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Upload product image without media gallery](https://wordpress.org/support/topic/upload-product-image-without-media-gallery/)
 *  Thread Starter [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/upload-product-image-without-media-gallery/#post-13695820)
 * If it’s not possible to remove the gallery/library completely, is there a hook
   or something I can use to force the upload tab to be the default one on the front
   end?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Upload product image without media gallery](https://wordpress.org/support/topic/upload-product-image-without-media-gallery/)
 *  Thread Starter [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/upload-product-image-without-media-gallery/#post-13694445)
 * I like the idea, though I don’t think the vendors would like it if they have 
   to go to another site, upload their image, and copy the URL just to upload a 
   single image. It’s going to be even more troublesome if the vendor has a few 
   images to show. I don’t think I can use it in my current project, especially 
   if I need extra spending money, but I can probably save your suggestion for future
   projects. Thanks for the answer though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Issues with product filter in Dokan](https://wordpress.org/support/topic/issues-with-product-filter-in-dokan/)
 *  Thread Starter [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/issues-with-product-filter-in-dokan/#post-13676053)
 * Sorry for the double post, but I’ve managed to resolve the issue, which is the
   duplicated products in the map. I needed to modify the javascript code to filter
   out the dupes, but since the geolocation isn’t a free module, I don’t think I
   can share the solution code. I’ve added a feature request for a Dokan specific
   product filter that’s not limited to product categories only.
    -  This reply was modified 5 years, 6 months ago by [rapidcoder](https://wordpress.org/support/users/rapidcoder/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Sold by’ text Change to ‘Contributer’ in Dokan](https://wordpress.org/support/topic/sold-by-text-change-to-contributer-in-dokan/)
 *  [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/sold-by-text-change-to-contributer-in-dokan/#post-13675788)
 * Hello [@chiranjeewa96](https://wordpress.org/support/users/chiranjeewa96/),
 * I’m not a plugin support but I’ve come across a similar issue before. As Rashed
   Ripon mentioned above, the text is added by the theme you’re using and one way
   I can suggest to change text would be using a translator plugin such as Loco 
   Translate. If you don’t want to change the text through the plugin, it can still
   help you locate the file which contains the text you want to change most of the
   time.
 * Hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Issues with product filter in Dokan](https://wordpress.org/support/topic/issues-with-product-filter-in-dokan/)
 *  Thread Starter [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/issues-with-product-filter-in-dokan/#post-13675760)
 * Sorry for the late response, will do that later once I’ve got some time.
 * I ended up using the WOOF for the filter, but the numbers on the map aren’t showing
   correctly while the number of products in the actual list are correct. Can you
   help point me in the right direction for the customization? This is kind of urgent
   now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Issues with product filter in Dokan](https://wordpress.org/support/topic/issues-with-product-filter-in-dokan/)
 *  Thread Starter [rapidcoder](https://wordpress.org/support/users/rapidcoder/)
 * (@rapidcoder)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/issues-with-product-filter-in-dokan/#post-13647698)
 * Hello and thanks for the response.
 * It’s the same plugin that I’m using right now but it caused conflicts with Dokan’s
   Geolocation filter. It’s good, but I need an alternative filter because of the
   issue.

Viewing 15 replies - 1 through 15 (of 15 total)