rapidcoder
Forum Replies Created
-
Forum: Plugins
In reply to: [iFlyChat - WordPress Chat] Send automated message and email notificationI 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.
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
In reply to: [Drift] Using Drift with multivendor plugins like DokanI’ve managed to get in touch with the support yesterday and unfortunately this isn’t possible. I’m marking this question as resolved.
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.
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.
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.
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
In reply to: [WooCommerce] Filter products by custom number fieldI’m also using Dokan for the multivendor functions. Are those plugins compatible with Dokan?
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.
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?
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.
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 4 years, 4 months ago by rapidcoder.
Hello @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.
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.
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.