Hi, I absolutely love your product, and have a few suggestions that would make it perfect.
1) My Store takes multiple currency for orders. My base currency is INR. If a customer pays in USD, the dashboard shows my Revenue, Orders etc in INR and not in USD. I’d like a feature to at least set conversion rates inside the settings so that other currencies can be converted to store’s base currency. Even in the Recent Orders section of dashboard, it shows store currency and not the actual currency
2) The default product editor in WooCommerce has support to add attributes to the products, but not use them for variations. For Example a Clothing piece as a variable product can have multiple colors, sizes etc. But we also include Occasions as attributes to our products. The Occasion attribute doesn’t need to used in variations, but can be used a tag attribute.
3) Another suggestion if possible is to add a ordering number column in products section, so products can be ordered in store based on the number’s assigned to them. For each category I can assign 0,1,2,3,4 and it will reflect that order of products in store page as well.
One more thing, If we do have support for multi currency, it should calculate using the conversion rate of the day of sale. Example. If Yesterday INR to USD was 0.11, and Today it becomes 0.12. The total revenue should equal to Yesterday’s sale * 0.11 + Today’s sale * 0.12
Thank you very much, I’ve made all the changes you requested and released the new version 3.1.23 . If you notice anything missing, please let me know here. In the meantime, you need to download and install the new version from the plugin’s wp.org page because the update notification will appear after 24 hours.
By the way, if you like the plugin, leaving a review would also be a huge help to me 🙏
Hi @niyht , thank you very much for the response and quick action. I just want to note that I made all those changes myself to the plugin because the customer required it immediately. My implementation slightly differs because I use CURCY for my multicurrency support. So before I update to latest version, I just want a clarification as to if the following corrections were made or not in your version.
1) Previously, in the Dashboard’s Recent Orders section, it would show the correct amount for the order total, but it would show store base currency symbol rather than the currency the order was placed in. My version has that fixed. Same with the Segments dashboard. If you notice the Segments dashboard, it converts the non-store currency payments into the store base currency on the day of order and adds it to the Total revenue and fixes the AOV accordingly.
2) My variable product editor also allows for non-variation attributes to be included
3) Also, In my Orders dashboard, since I am using CURCY for multi-currency, instead of hard setting values in BrikPanel, I am fetching value from Curcy directly at time of order successfully placed and converting currency into store base currency. This only applies to payments not done in default currency as shown below.
4) I can order the products in my Products dashboard, using a column with numbering system. This is useful for large inventories with many catalogues to showcase. 0 is first product, 1,2,3 etc are the products that follow after it. It uses ajax to update, so when i write a number and click elsewhere, it updates it. You might have a better implementation. I would love to seperate Global Ordering and Category wise editing aswell. I’m assuming you can do it way better than my janky attempt.
If you can verify if most of the fucntions work. I’d love to update to latest versuib. For now, I’ll stick with my version and wait for your reply. Once again, thank you so much for creating this product. I will be leaving a very positive review.
Thank you very much, I’ve made all the changes you requested and released the new version 3.1.28 . If you notice anything missing, please let me know here. In the meantime, you need to download and install the new version from the plugin’s wp.org page because the update notification will appear after 24 hours.