hsenar
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Products Per Page] PPP not working in Divi Theme sitehi again,
I figured it out.
That piece of code goes in here :
includes/wc-template-functions.php
Everything works like a charm now.
But how can I have this in my child theme so that future updates to Divi don’t overide the code I’ve added?
Thanks again.
Forum: Plugins
In reply to: [WooCommerce Products Per Page] PPP not working in Divi Theme siteI added that piece of code in the functions.php file which is in my child theme.
Forum: Plugins
In reply to: [WooCommerce Products Per Page] PPP not working in Divi Theme siteHi,
Tried it but I get the following error :
Fatal error: Call to undefined function woocommerce_products_will_display() in /…path../functions.php on line 35
Not sure why.
ok.. works fine in FF as well now. That was weird.
Setup free shipping for orders over $100 as well. So when free shipping is applicable it shows the drop down shipping selection with free selected by default. But still leaves the customer with the ability to choose the calculated shipping rate as well. Would be nice if it was possible to not give a choice. I understand it’s a woocommerce thing and not your plugin.
Thanks for a great plugin.
Good news. It seems to be working perfectly in Chrome. It always shows ONLY the correctly calculated cost and does not show the selection dropdown which allows the user to select which shipping rate they want to pay.
Now I need to check why it’s not behaving the same way in Firefox.
Are there any known issues related to FF?
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] flat rate incrementalI’ve made come progress.
I uninstalled the plugin and deleted all plugin files and re-installed the plugin.
Setup one rule at a time start with the first one :
Upto 1kg : $5
Weight : 0.001-1.0kg | Handling fee : $5
The rule worked fine and showed the correct Shipping and handling for cart if weight was <1kg.
I then added the 2nd rule :
1kg and above:
Weight : 1.001kg – infinity | Handling fee : $5 | Shipping Rate : $2 | Step: 0.5kg
Tested and this works fine as well.
But now my problem is that it shows both calculated values in the shipping dropdown and allows the shopper to select either one of the two shipping amounts calculated.
How can I get it to show only the rate that is applicable?
Thanks.
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] flat rate incrementalI downloaded the plugin yesterday. Is it still necessary add that line of code if I want to accomplish the following :
1st 1kg : $5
every 0.5kg step thereafter : $2Read other threads, tried setting up as follows :
0-1kg : Handling $5
1kg – infinity : Handling $5 Shipping $2 Step 0.5
But I keep getting “there doesn’t seem to be any available shipping methods. The products I am testing have weights assigned to them.
I also have free shipping enabled > Free if cart value is at least $100.
Not sure what I might be doing wrong.
I’ve also tried adding that line of code you mentioned above.
Please help. Thanks.