antoniolite
Forum Replies Created
-
First of all, nice plugin.
It would be interesting the plugin calculates the price based on the defined formula on the cart as well, as you once you add a product to the cart, you can change the quantity and the subtotal for that product will be quantity * price already defined on the cart.
So, you can add a product at a cheap price from the product page, and then change the quantity from the cart.
Maybe a solution could be not let the user change the quantity from the shopping cart, but if the plugin calculates the price not only from the product page, it would be fantastic. I would pay for that feature in a pro version of the plugin.
Keep up the good work!
Forum: Plugins
In reply to: [Checkout Field Manager (Checkout Manager) for WooCommerce] Order of FieldsI have the same problem with the order of fields. I spent several hours trying to solve it, but no lucky… The country fields changes its position when the page loads. No way to fix it.
I am not working with other plugins to manage fields, and I have the same problem with ordering fields. Looks to work fine, but the country field, for example, changes its position when the page loads.
I tried some workarounds, without success. I think it could be some javascript issue, as it happens when the page ends loading.
I can live with the own names of new fields, but I go crazy with the fields’ order. I can’t make work the order like: city, state, post code, country.
I set this order in the fields list, and I guess the page loads with the correct order, but after loading It changes the order to country, city, state.
I tried many ways to set the order I want, but no success. Each order has the ‘order’ from the fields list, I modified a bit the checkout-billing.php file to show the order (number) close to the label or the placeholder, and I see each field have the right order, but they don’t show in this order.
Did you try some workaround to solve it?