gilesytheking
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-CRM - Customer Relations Management for WordPress] A few questionsThanks for the info, I noticed on your plugin screen shots page, you have a column named “Sales”.
How did you achieve that? I want to be able to display a customers total amount spent.
Forum: Plugins
In reply to: [Participants Database] admin approval featuresuper, I got that setup.
Is there somewhere that I can display non approved forms? Maybe a short code for a page that only displays non approved?
In the admin section, I can only view non approved using the filters, correct?
Forum: Plugins
In reply to: [WooCommerce] Hide "ON HOLD" orders from reportsThanks for your reply and great coding. I’m sending a cup of the finest coffee your way, milk and sugar?
After a lot of searching I found a plugin that does exactly what I was after. WooCommerce Order Status Manager – allows you to create custom order status and has options to include/exclude from reports. Also has some other cool settings.
Forum: Plugins
In reply to: [Participants Database] Feature Request – Barcode or Mag CardThe cards are pretty simple, they come pre programmed with a code/encryption on them and you require a card reader, that takes the information from the card.
If my understanding is correct the card reader, normally connected via USB sends the data to the pc in text format, the same as if you were to type the data with a keyboard.
I’m no expert but I guess it would require some code to link the data sent from the card reader with a field on each members profile/account and then make that field searchable when the card is swiped again through the card reader.
I guess this feature would be ideal for physical locations & clubs with memberships or groups that require registration/ sign in
Forum: Plugins
In reply to: [WooCommerce] Feature Request – Order completion dateThanks for your quick reply Mike.
I think this feature would improve order management and reports a lot.
I hope to see this feature in future versions of Woo. Keep up the good work.
Forum: Plugins
In reply to: [WooCommerce] stock does not decreasei’m not sure what to suggest from this point. When the order is set to processing the stock should be reduced.
Possibly your payment gateways post back is causing the orders to handle differently?
Have you tried doing a test order with paypal to see if the stock is reduced upon successful order?Forum: Plugins
In reply to: [WooCommerce] Hide "ON HOLD" orders from reportsIs there anyone with some coding experience that can solve this? I can offer a case of beer for a solution =)
Forum: Plugins
In reply to: [WooCommerce] Hide "ON HOLD" orders from reportsI have found the following function “exclude_from_order_sales_reports” how can I use this to remove “on hold” orders from sales reports?
https://docs.woothemes.com/wc-apidocs/function-wc_register_order_type.html
https://docs.woothemes.com/wc-apidocs/source-function-wc_register_order_type.html#167-221
Forum: Plugins
In reply to: [WooCommerce] Hide "ON HOLD" orders from reportsAny ideas people? There must be something I can hook into to exclude on hold orders from reports.
Forum: Plugins
In reply to: [WooCommerce] stock does not decreaseare you completing the the full purchase process, IE completing a payment via paypal? You can use paypal sandbox to make test transactions.
The stock is not reduced until payment is completed/received.
If the paypal transaction is not completed, the order is set to pending payment and depending on your settings will be cancelled after a certain period. The stock is not reduced in this case.
Forum: Plugins
In reply to: [WooCommerce] stock does not decreasedid you set, “manage stock” also on the product page?
Products -> Choose product -> Inventory
Managed stock = checked
stock quantity = X amount
allow back orders = do not allow
stock status = in stockIf you have variations its better to set “Manage stock” at variation level with the above settings
Forum: Plugins
In reply to: [WooCommerce] stock does not decreasetry going to woocommerce -> settings -> Products -> inventory
Manage stock = checked
Out of Stock Threshold = 0Forum: Plugins
In reply to: [WooCommerce] Enter the Purchase price of a productyou need to get the following plugin – https://www.woothemes.com/products/woocommerce-cost-of-goods/
this will add an option to enter the cost price of simple & variable products. It also has a full reports section.
Forum: Plugins
In reply to: [WPeMatico RSS Feed Fetcher] New user – few questions before upgradingAny update for the settings bug? I want to get rocking with your pluggin.
Forum: Plugins
In reply to: [WPeMatico RSS Feed Fetcher] New user – few questions before upgradingThe only error im getting in debug mode is the following;
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct() instead. in ……./wp-includes/functions.php on line 3457
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use