dawko
Forum Replies Created
-
Yeah, I have the same issue that the extra charge form my COD is in the order however it’s not on invoice.
Forum: Plugins
In reply to: [WooCommerce] Bulk pricing – same price for amount of different productsHi @varktech.com,
thanks for the heads up. This may be the plugin I’m looking for. Is there any mailing list or something to get me notified once its out? I desperately need this plugin as soon as its out :))
Thanks
Forum: Plugins
In reply to: WooCommerce – Hide certain payment options when shipping method is selectedIn woocommerce plugin go to /classes/gateways/ and create a new folder called pis (pay in store).
From cod folder copy the file class-wc-gateway-cod.php to the new created folder pis. Rename the file to class-wc-gateway-pis.php. Now open the renamed file and replace all cod to pis and Cash on delivery to Pay in store.
Save the file and upload the new folder with the file to FTP and your new payment gateway should appear in wp-admin
Forum: Plugins
In reply to: [WooCommerce] Hide certain payment options when shipping method is selectedIn woocommerce plugin go to /classes/gateways/ and create a new folder called pis (pay in store).
From cod folder copy the file class-wc-gateway-cod.php to the new created folder pis. Rename the file to class-wc-gateway-pis.php. Now open the renamed file and replace all cod to pis and Cash on delivery to Pay in store.
Save the file and upload the new folder with the file to FTP and your new payment gateway will appear in wp-admin 🙂
Lemme know if it worked for you.
Forum: Plugins
In reply to: [Codestyling Localization] Allowed memory size exhaustedWell the memory limit has been increased to 1024M https://www.dropbox.com/s/tk7cdp851h6xocm/Screenshot%202014-01-09%2011.20.16.png and still getting an error
Forum: Plugins
In reply to: [WooCommerce] Hide certain payment options when shipping method is selectedHey guys,
I have found a solution for this. I have duplicate the COD (Cash on delivery) class and renamed it to PIS (Pay in store) and all of the related commands renamed it as well.
In WP admin under the Payment Gateways I now have the Pay In Store option and I can pick for what shipping method this gateway would be visible.
Forum: Plugins
In reply to: WooCommerce – Hide certain payment options when shipping method is selectedHey guys,
I have found a solution for this. I have duplicate the COD (Cash on delivery) class and renamed it to PIS (Pay in store) and all of the related commands renamed it as well.
In WP admin under the Payment Gateways I now have the Pay In Store option and I can pick for what shipping method this gateway would be visible.
Forum: Plugins
In reply to: WooCommerce – Hide certain payment options when shipping method is selected