pogle
Forum Replies Created
-
Forum: Plugins
In reply to: [Guest Author] Guest author name lowercase?I see there are other issues with slugs showing up as the author’s name, so I guess this is the same issue. waiting on an update.
Forum: Plugins
In reply to: [Flat Preloader] Preloader icon takes a handful of seconds to startalso could you put some sample code of what excluding multiple links including the home page might look like? would it be like ‘\\/pageA’,\\/pageB’,\\/pageC’ ? and if my homepage is just https://www.website.com, how would that look in your exmaple? would it just be / ?
and I don’t need to add my actual website url to ‘site_url() do I?
add_filter(‘flat_preloader_ignore_links’, function($links) { array_push($links, ‘^’ . preg_quote( site_url(), ‘/’ ) . ‘\\/sample-page‘); return $links; });
sorry for the questions!
- This reply was modified 1 year, 10 months ago by pogle.
Forum: Plugins
In reply to: [Flat Preloader] Preloader icon takes a handful of seconds to startok i’ll try adding via the plugin in the link that you provided, is this .php code?
Forum: Plugins
In reply to: [Flat Preloader] Preloader icon takes a handful of seconds to startah ok, well I’m not as familiar?with coding, I can probably do it, but can you say where I should add this code?
Forum: Plugins
In reply to: [Flat Preloader] Preloader icon takes a handful of seconds to startHi Thien,
I updated the plugin to 1.16 but didn’t see an option to add the pages I want to ignore? https://snipboard.io/tPCIhy.jpg am I missing something?
ok thanks!
I wouldn’t call this post ‘resolved’ yet. @jkohlbach do you know if there would be a way to just duplicate the functionality as I mentioned above?
Hey Thanks Josh,
We tried the Bank Transfers method, but my company didn’t want to email out our bank info and just wait for the customer to initiate the transaction. We use Quickbooks, and can email the customer directly an invoice with ACH terms, so that would be pretty quick and easy for us, and that’s how we use it for the ‘Net 30’ invoice. I think if there was a way to toggle on a second Invoice gateway just like the one you have, but just call it something different, that would work best for us. But it seems there can only be one ‘Invoice’ gateway natively in Woocommerce, unless there is a way to duplicate your plugin somehow to offer a secondary one that we can change the name of so when we get new order emails we can tell the payment methods apart and send a Quickbook invoice to the customer as needed.
@jkohlbach , do you know if this would be possible?
thanks, I’ll check with that plugin dev to see what they say, but if I change the ‘[email protected]’ email with the user’s email, in the functions.php, I can’t imagine that would be the best way to go about it with thousands of existing and new users placing orders?
- This reply was modified 2 years, 9 months ago by pogle.
Forum: Plugins
In reply to: [WooCommerce] Inventory based cart restrictions?yeah, I’ve seen several plugins set a specific static quantity limit for carts, but you’re right, I’m looking for a dynamic solution. Is this something that would need to be a custom-coded solution? Or is it even possible?
Forum: Plugins
In reply to: [WooCommerce] Out of Stock Threshold not working?I think I got this resolved. It seemed to be associated with another plugin I was using for inventory management.
Forum: Plugins
In reply to: [WooCommerce] Out of Stock Threshold not working?I don’t understand where you see the 6 number from?
we have more than that for the other variation: https://www.screencast.com/t/N7FSzsBk0v7
1 in stock with that particular color temperature, and 376 in stock of the other color temperature.
Forum: Plugins
In reply to: [WooCommerce] Out of Stock Threshold not working?Forum: Plugins
In reply to: [WooCommerce] Out of Stock Threshold not working?