florbv
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Discount based on Number of Cart Itemsthank you Rene. I’ll count on that.:)
Forum: Plugins
In reply to: [jQuery Updater] WP upgrade to 3.6yes. just activate the plugin.
Forum: Plugins
In reply to: [WP Sidebar Login] WordPress version 3.6 causes 'error 3.6 blockUI'same problem as mine:( couldn’t disable this plugin coz it’s one of the most important plugins I am using on my site. please help us on this. thank you.
Forum: Plugins
In reply to: [Facebook Page Publish 2] Does This Also Work in Woocommerce?The Publish to Facebook is checked in the Add Product page but it seems that it’s not working. It did not appear on my facebook page.
Ah ok. Thank you.:)
But for the 2nd and succeeding logins, no more error like this.
Forum: Plugins
In reply to: [Advanced Sitemap Generator] Product Categoriesthnx Deepak.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Cart won't show respective user's items/order.Thanks Jeremiah! I’ve figured it out already. I just set the clear cart setting upon logout and it finally worked.:)
Thanks mantish. will refer to wordpress documentation then. Are there options on setting plugin updates not to update automatically?
Hello mantish! Glad I did it! Last question solved already. All I wanna know right now is how to keep safe these customized files from future updates/upgrades. Thank you so much!
One more thing mantish, is it possible for me to add another similar shipping method like this? Now with another shipping courier with different computations(still weight and state-based) to give my customers more options which shipping courier they like based on their shipping address coz sometimes their location is not covered by a certain courier. Hope to hear from you again. Thank you.
Thanks mantish! I’ve tried copying your codes and they worked! Great! Just have some more followup questions though. I have a theme child. where do I put those customizations so as not to be overwritten during upgrade. I’ve tried creating a functions.php file in my theme child directory and copied the code above but it just gave me an error. So I tried copying the whole functions.php from my parent theme to my child theme, added the coded above, and deleted the original functions.php in my parent theme directory and it worked. Did I do it right?
Re shipping-awd.php file, I’ve tried creating a directory in my child theme and it looks like this: /twentyeleven_child/awd-weightcountry-shipping and tried to place your shipping-awd.php file there but it didn’t work. The entire AWD Weight/State shipping option disappeared in the Shipping tab of WooCommerce settings so what I did was just put it in the plugin’s original location folder(plugins/awd-weightcountry-shipping) and it worked. What should I suppose to do to protect it from future upgrades?
Thank you so much for being kind. Really appreciate it. Am just a newbie in this field.:)
By the way, I already set the base location in the General Options to my country(Philippines) and also the allowed countries to ‘specific’ and enter ‘Philippines’ in the specific countries field. I notice the result of my adding the PH.php file because now, upon selecting my Base Location, the states I’ve entered in the PH.php file already appear under my country(Philippines). However, when I go to Shipping tab and AWD Weigh/state, still the states don’t appear. When I try to type something, it always gives me a “No results match…” message. I’ve also tried to change the specific allowed country to the US but still the same result.
Yes! Finally I figured it out. There’s indeed a close curly bracket in a function of sync_states that has not been deleted. However, I still have a problem mantish. Upon entering the number of groups of states, nothing appears on the fields. By the way, I’ve added a PH.php in the /i18n/states folder in woocommerce as I noticed that there is no available for my country(Philippines). I just copied one the files there and renamed accordingly. Hope this helps. Hope to hear from you again soon. Thank you so much.
thnx for the response mantish.
I’ve tried to do it again(the 3 steps you’ve mentioned) but now I am getting a parsing error something like this: T_PUBLIC…I guess this is all about deleting the sync_states function and lines. maybe I just left an open bracket or parenthesis or something…but I couldn’t figure it out. How may you help me this this pls? Where can I post my code for you to check?