Ash
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to move woocommerce website to sub domainI tried loading the same pages after log in to the wp-admin, the page loads properly with no issue.What might be the problem? Please reply as soon as possible.
ok thank you
Hello,
I found the issue. The optional gets displayed only when user logs in for the first time and not placed any order. If once product is added to the cart, the field gets updated automatically to mandatory even if order is not placed. Can I change it to mandatory or hide (optional) tag?- This reply was modified 7 years, 9 months ago by Ash.
Hello,
Also can you help me to set default billing address to US. Now it is taking the country that is set in Woocommerce general tab. I have used the filter default_checkout_billing_country in function.php of the child theme. This will work for billing address and shipping address in checkout page but not for this plugin’s billing address that is found in address book tab in my account page.
- This reply was modified 7 years, 9 months ago by Ash.
Thanks for your response. That issue is sorted as it was due to clash with other plugin. Can you please help me out in making redeem work similar to coupon. I have installed a plugin for multiple step checkout. ‘Your order’ is the third step in checkout. In this page I added all possible hook in order to place my textbox at the top after the header but it was displaying twice and in the wrong position. So I coded a plugin and created a short code for a textbox and button and placed the same in multi-step plugin’s form-checkout page as shortcode in form-checkout page of woocommerce was not displaying. Now my problem is if the customer wants to redeem his points he can enter it in the text box and click redeem button. In order to check for the balance corresponding to the points I have used a ajax where it is directed to process page where balance is checked in the database and returned. I want to send this balance to woocommerce_cart_calculate_fees hook which should add the row after subtotal displaying the balance and however balance will be deducted from the subtotal. How to do this. Please help.
Hello,
Thanks a lots for your response.I would like to say my issue is sorted on installing the new version.A big thumbs up for the plugin.This is the addition to the above sent query. The state list does not get updated when the shipping address is added from my-account/address book. Not on checkout page.