amosb
Forum Replies Created
-
Forum: Plugins
In reply to: [Clone] Internal server errorhi probably it was a problem with htaccess…
but i resolved downloading the file from ftp and upload it in the new sitesorry for bad english..
Forum: Plugins
In reply to: [WooCommerce] cash on delivery only for one shipping zoneIf you set COD work only with local pickup the user that buy from another town don’t have the COD options!
Forum: Plugins
In reply to: [WooCommerce] cash on delivery only for one shipping zonesorry, isn’t true
i told an untruth…Forum: Plugins
In reply to: [WooCommerce] cash on delivery only for one shipping zoneok…..
But before the introduction of shipping zones it did not need any plugins…Forum: Plugins
In reply to: [WooCommerce] cash on delivery only for one shipping zoneHow i can add COD to one of my zone? I don’t find the function…
Forum: Plugins
In reply to: [WooCommerce] cash on delivery only for one shipping zoneI’ll explain:
Here you can see one shiiping zone:
https://screencast.com/t/sYg3nDgz
and here another one:
https://screencast.com/t/VH3sgoj1Ejwhen i go to cash on delivery setting i can’t selected only the shipping methods for one shipping zone:
https://screencast.com/t/r12mLDrnMThe methods “tariffa unica” is the same for the two shipping zone (with different cost) but i want cash on delivery only for one of that shipping zone.
Forum: Plugins
In reply to: [WooCommerce] Shipping ProblemForum: Plugins
In reply to: [WooCommerce] Shipping ProblemIf you put free shipping for first, when the user can have free shipping this became selected automatically ( excuse my bad english)
Forum: Plugins
In reply to: [WooCommerce] Shipping ProblemHello to fix this problem do this:
https://screencast.com/t/az3HT2Oc7q
you can drag and drop the shipping methods and the first is selected automaticallyForum: Plugins
In reply to: [WooCommerce] Mandatory Coupon CodeOK i have found the solutions
It is replaced in the functions.php code shown in the above solution (https://stackoverflow.com/questions/27526677/making-the-coupon-field-mandatory-on-woocommerce/29297000#29297000) , the string:
“$woocommerce->add_error(“Please enter coupon code to checkout.”);”with
“wc_add_notice( ‘‘ . $btn[‘label’] . ‘ ‘ . __( ‘is a required field.’, ‘woocommerce’ ), ‘error’ );”
Forum: Plugins
In reply to: [WooCommerce] Mandatory Coupon Codei have try to do this solutions:
https://stackoverflow.com/questions/27526677/making-the-coupon-field-mandatory-on-woocommerce/29297000#29297000but if i don’t enter the coupon code I am redirected to ../checkout and the page is blank..
Forum: Plugins
In reply to: [WP-Table Reloaded] Problem with firefox e explorer: the table is too bigThanks Tobias, i will try with div…