mdc555
Forum Replies Created
-
I think they was talking about the actual Git branch because on the other hand their opinion about your plugin is excellent…
Sorry dude!! It was’n my intention to bother you with that comment. If possible I can erase it right now. I love your plugin and is the only one that I’ll be using and recommending to anyone.
I know… I say that is not stable because the developers of the other plugin told me that. I really love your product and you got my 5 stars rating. Your product deserves it!!!
Anyway I’m waiting for the final release of version 2.0…
RegardsAny clues on when will be released version 2.0?? I’m asking because I use WCFM and this Git branch is not quite stable yet and crashes the WCFM vendors dashboard…
Hey friend…
I’ve tried the latest master on GitHub and now the prices are right!!! I like the new template.
In my particular case I don’t need the Commissions column or rows. Any suggestion on how to “safely” hide these values from my emails?? I may try to modify the vendor email template. If you like just tell me which is the file to edit and I’ll do it.
Other thing about this update is that is not showing me the texts in Spanish as the previous version but I guess that the final release will work with the translations…
Thanx for your help.- This reply was modified 8 years ago by mdc555.
Hi…
I’m doing everything from my app via REST API, I’m using my site just as a backend. My code to place orders works fine. The only issue I’ve found so far is this one with the orders emails and is mainly with the subtotals per products. I’ve detected he issue on the vendors emails.
How I’m adding the products to the orders: I just add one product per line_items. As everything is done in my app I just show the actual prices per product on the app cart. As I told you I need to add the same product more than once on my orders as these products are extras or addons of other products. For example: if I have a vendor that sells pizzas then several pizzas can “share” the same extra ingredients, toppings or maybe drinks and I add these toppings as simple products to my orders.
When I said “total” I mean the subtotal for each product on each line_items. I know that your plugin modifies the “normal” total with the commission which is great.
The issue as you can see on the following link is only on the vendor email.
In this link you can see the difference in the subtotals of the products that appear more than once on the orders email. You can see the right price for each “extra” on my app Cart screen shot.
Waiting for your reply…
Thanx in advance.Hi there… Thanks for your reply
I’m adding the products “the normal way”. Just adding every “extra” as a single product but the prices are wrong. Here you can see the issues with the prices… https://imgur.com/a/zpIz2Ro
The second image shows the wrong prices and the first one shows the correct ones…
Every products are just single products.
As you can see the ‘Jamón’ and ‘Queso Mozarella’ prices are wrong on the second image and are exactly the same products.
When I get the orders the prices are right but not on the orders emails.- This reply was modified 8 years ago by mdc555.
What’s the endpoint tu use via Woocommerce REST API in order to retrieve Dokan vendors and so on???