msbbill115
Forum Replies Created
-
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Display Stock Location in invoiceHi @alexmigf,
Yes, I already enabled that. We ended up storing location data in a parent-child PODS model, with the Child being a PODS enhancement of your Stock Location table, which allows us to have one stock location for each available pickup date. Customers can’t shop without selecting a location. When the customer selects a location, we store critical location data in a JSON cookie. We then installed a custom order fields plugin and use JQuery to populate those fields from the JSON cookie data. The custom order fields plugin takes care of displaying those fields in the confirmation screen and customer email.
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Display Stock Location in invoiceWe’re using your plugin to allow customers to pre-order peaches for pickup at particular locations. We’re creating a different location taxonomy listing for each pickup date.
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Display Stock Location in invoiceHere’s a screenshot of the email. You can see the NOTES section I am overriding with location info I’ve stored in a Cookie and autopasted into the Customer Comments field:
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Display Stock Location in invoiceOh, sorry for any confusion. I just mean in the order confirmation page that appears after you submit the order and in the order confirmation email sent to the customer.
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Display Stock Location in invoiceMy work-around right now is to use JQuery to paste the location info into the User Comments field on the checkout page. But this means I have to block the user from using that field.
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Display Stock Location in invoiceHi Alex,
We’re just using the standard WooCommerce invoice function.
Thanks!
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Possible to pre-select and lock location?Thanks, Carl. That makes sense.
Our client is afraid people will order products from multiple stands and then show up at one stand hoping to collect them all, perhaps not realizing what they had done.
So we’re trying to start by getting them funneled into their desired location.
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Pickup locations and ShipmentsThanks, Carl.
That’s very helpful. Just curious, do you have issues where people select multiple locations in the same cart and then arrive at one location wanting to pick up all their items there?
Bill